Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning Releases #39

Closed
kwabenantim opened this issue Sep 6, 2023 · 2 comments
Closed

Versioning Releases #39

kwabenantim opened this issue Sep 6, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@kwabenantim
Copy link
Member

kwabenantim commented Sep 6, 2023

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.
@kwabenantim kwabenantim added the enhancement New feature or request label Sep 6, 2023
@kwabenantim kwabenantim added this to the BBR milestone 3.1 milestone Sep 19, 2023
@kwabenantim
Copy link
Member Author

This versioning scheme will no longer be necessary if PyChaste is to be merged into Chaste trunk as planned in #46.

@kwabenantim kwabenantim added the wontfix This will not be worked on label Nov 8, 2023
@kwabenantim kwabenantim closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants