kLabUM / rrcf

🌲 Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams
https://klabum.github.io/rrcf/
MIT License
488 stars 111 forks source link

Package version is not updated in the rrcf.__version__ #73

Closed TrigonaMinima closed 4 years ago

TrigonaMinima commented 4 years ago

When you print rrcf.__version__, 0.3.2 is printed whereas, installed version is 0.4.0

mdbartos commented 4 years ago

Whoops. Need to single-source the package version: https://packaging.python.org/guides/single-sourcing-package-version/

tbh, I'm not too crazy about any of these techniques. I will probably go with the setuptools option, as it is already a dependency for this project.

mdbartos commented 4 years ago

Greetings,

This should now be fixed in #74