quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
310 stars 50 forks source link

Can we remove the hardcoded `btrack/VERSION.txt` version file? #219

Closed paddyroddy closed 1 year ago

paddyroddy commented 1 year ago

For the python side of things, we should be able to use dynamic versioning from git tag using setuptools-scm. However, it is also used in the Makefile for the backend, so not quite as trivial.

See discussion here https://github.com/quantumjot/BayesianTracker/issues/212#issuecomment-1461856065

paddyroddy commented 1 year ago

Potential idea https://stackoverflow.com/a/71592061/7359333