jmschrei / apricot

apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine learning models quickly. See the documentation page: https://apricot-select.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag the source

fabaff opened this issue · comments

Could you please tag the source again? Otherwise all distributions which were shipping this Python module and were using the GitHub releases need to change their description to build the packages.

Thanks

Sorry, can you elaborate?

I think what he means is that the Package on pypi is already in version 0.6.1, but the latest Github tag is 0.5.0. So I think it would be good if you could create a new Git Tag and Release for 0.6.1 to match the versions.

The latest release on GitHub is 0.5.0 https://github.com/jmschrei/apricot/releases/tag/v0.5.0. The PyPI release was created from the master branch.

Tagging would be enough but create a release on GitHub increases the visibility.

Thank you