You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Fix PyChaste versioning for releases and conda packages to:
Map PyChaste versions to Chaste release versions
Map PyChaste versions that track the Chaste develop branch to the appropriate commit
Proposal
Make a version branch for each Chaste release and use patch version numbers to indicate fixes to PyChaste wrappers. For example:
Chaste release 2021.1 will have a corresponding PyChaste branch 2021.1
Releases 2021.1.x will be made from this branch, where the patch version number x is incremented when fixes are added to the PyChaste wrappers on that branch.
Use a PyChaste develop version to track the Chaste develop branch.
Version release numbering for develop will be 2023.9.dev0, 2023.9.dev1 ...
Add the related Chaste commit for the develop version in the release notes.
The text was updated successfully, but these errors were encountered:
Description
Fix PyChaste versioning for releases and conda packages to:
Proposal
2021.1
will have a corresponding PyChaste branch2021.1
2021.1.x
will be made from this branch, where the patch version numberx
is incremented when fixes are added to the PyChaste wrappers on that branch.develop
version to track the Chaste develop branch.develop
will be2023.9.dev0
,2023.9.dev1
...develop
version in the release notes.The text was updated successfully, but these errors were encountered: