Version mismatch with pypi repos
mptrsen opened this issue · 1 comments
mptrsen commented
When I use the preferred way to install isONclust via pip install
, I am getting version 0.0.6, however the latest release on GitHub is 0.0.4 (as of 2020-03-04). Why is that, what are the differences? Are there releases not available on this GitHub?
ksahlin commented
I must have simply forgotten to create a release here on github. There are no important algorithmic changes between 0.0.4 and 0.0.6.
I only improved documentation and various fixes in the setup.py
file to deal with installation issues. This required me to shamefully update the version number to make pip (through PyPI) pick the newer version which would install correctly.