v0.6.2 (December 2019)
paxtonfitzpatrick
released this
18 Dec 23:00
·
100 commits
to master
since this release
minor patch that enables dependencies not hosted on PyPI to install properly
setup.py
's setup command is now a custom class that inherits fromsetuptools.command.install.install
, runs the regular installation process, then pip-installs UMAP from its GitHub URL at a pre-release commit hash. This is completely equivalent to manually runningpip install git+<URL>
, but takes the burden of having to do so off of end-users.- removed URL from
requirements.txt
, added a comment in its place - added
MANIFEST.IN
file to includerequirements.txt
- updated minimum Python version listed on PyPI page to 3.5 to reflect that Python 3.4 support was dropped in v0.5.1 (August 2018)
This version is tagged as 0.6.2
to keep the versioning here and on PyPI consistent. The fix intended to be 0.6.1
was unsuccessful on TestPyPI, and PyPI does not allow removing and reuploading an existing version.