Visceral-Project / EvaluateSegmentation

A program to evaluate the quality of image segmentations.
Apache License 2.0
313 stars 87 forks source link

versioning this project #15

Open kaczmarj opened 2 years ago

kaczmarj commented 2 years ago

thank you very much for providing this tool. it would be helpful if versions were provided of this tool. this can be done with the help of github releases.

releasing versions of this tool would have several benefits

  1. users can report exactly which version they used (they can do this with a git commit hash at the moment but that is less apparent to the average user in my opinion).
  2. pre-compiled binaries can be added to the releases on github, so users can download a binary for a particular version. this way, binaries do not have to be part of the git history.
  3. versions allow a structured way of explaining what changes have been made to the tool from one version to the next.

what i am suggesting should not take too much effort. i am also happy to help with this if people would find this useful. having even one published version would be particularly helpful.