ksahlin / isONclust

De novo clustering of long transcript reads into genes
GNU General Public License v3.0
48 stars 8 forks source link

Version mismatch with pypi repos #9

Open mptrsen opened 4 years ago

mptrsen commented 4 years ago

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 4 years ago

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.