Skip to content

v2.0-rc-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hulsed hulsed released this 11 May 00:44
· 221 commits to main since this release

These updates cover basic adaptation of the rover model(s) and use cases, not counting the adaptation will need to be done for various papers.

  • Notably, it re-adds the ability to sample from histories using the ParameterHistSample class.
  • It also adapts a few of the notebooks for the RoverModel using this new class.
  • It also cleans up a few bugs which have been identified so far.
  • This version also comes with significant updates to documentation, to reflect upcoming release.

Full Changelog: v2.0-rc-2...v2.0-rc-3

Links to Bugs/Stories

  • [RAD-389] - Final Version 2 Rover Adaptation and Bugfixes

Checklist

<style> </style> <style> </style>
Step Description Complete? Comment
1 Sync appropriate branches into release branch x  
1a "Internal branches (e.g. main dev)" x  
1b "External branches (e.g. main)" x  
2 Run script run_all_tests.py and verify test results are appropriate x  
2a "Run full tests" x All pass except skiped. Added RAD-401 for numpy warning
2b "Regenerate badge" x  
3 Update version numbers in appropriate files x 2.0-rc-3
3a "Check files conf.py LICENSE.py README.py Intro_to_fmdtools.md" x  
3b "Run a repository-wide search for the version number" x added pyproject.toml to list for next time
4 Generate the documentation using "./make html" x  
5 Commit and tag branch with the appropriate version. x  
5a "git tag -a v2.x.x -m 'version 2.x.x'" x  
6 Sync to remotes x  
6a "Push release branch to github and internal remotes" x  
6b "Overwrite documentation on gh-pages and push to GitHub" x  
7 Create a release in GitHub x  
7a "incorporate a narrative summary of features and changes" x  
7b "incorporate the auto-generated bitbucket release notes." x Using github notes instead
8 "Update project plan" x  
8a "Include any changed dependencies" x  
8b "Include version in schedule" x  
8c "Identify and include additional changes/activities" x  
9 Update/check external CI resources as needed x Some issues added but still rated A
9a "CodeFactor" x  
10 If release is 'stable' Upload to PyPI (see below N/A