-
- Downloads
"App/RobobinApp/git@git.soton.ac.uk:plw1g21/robobin.git" did not exist on "a564f3f6c3d111681b6684fd2639d1066c8e85f8"
(fix) Changed the versioning of phenotypes to semantic versioning using the...
(fix) Changed the versioning of phenotypes to semantic versioning using the last tag in the repo rather than the commit count. The user can specify if they want to increment major, minor or patch when they publish which keeps the versioning simple. Previosuly we used the commit count but that was problematic due to always incrementing the patch versions and if using an existing the commit history could be large. This would especiually be the case when forking a repo where the commit history is retained. Closes #51
Showing
- acmc/main.py 9 additions, 1 deletionacmc/main.py
- acmc/phen.py 45 additions, 29 deletionsacmc/phen.py
- docs/usage.md 2 additions, 1 deletiondocs/usage.md
- examples/config1.yaml 1 addition, 1 deletionexamples/config1.yaml
- examples/config2.yaml 1 addition, 1 deletionexamples/config2.yaml
- examples/config3.yaml 1 addition, 1 deletionexamples/config3.yaml
- pyproject.toml 2 additions, 1 deletionpyproject.toml
- tests/test_acmc.py 9 additions, 9 deletionstests/test_acmc.py
Please register or sign in to comment