BICCN / cell-locator

manually align specimens to annotated 3D spaces
https://cell-locator.readthedocs.io
Other
19 stars 7 forks source link

Update annotation file format version #217

Closed jcfr closed 2 years ago

jcfr commented 2 years ago

In c2b8c6b3a04b8cbe8f7f2fd60a001fa901fbd1c1, the conversion script was copied from v0.1.1+2021.06.11.py to v0.2.0+2021.08.12.py and FORMAT_VERSION updated like this:

-  FORMAT_VERSION = '0.1.1+2021.06.11'
+  FORMAT_VERSION = '0.2.0+2021.08.12'

Possible set of policies:

  1. If since the last release, annotation format changes were introduced, do not create a new vX.Y.Z+YYYY.MM.DD.py file.

  2. If since the last release, no annotation format changes were introduced, create a new vX.Y.Z+YYYY.MM.DD.py file (by copying the last one). This will ensure the annotation saved with the new release of cell locator will have a version string newer than the last release.

Policy (2) corresponds to what was done in c2b8c6b3a04b8cbe8f7f2fd60a001fa901fbd1c1.

Once we finalize this discussion, I will then move forward with updating MAINTAINERS.md

cc: @allemangD