Skip to content

v0.6.2 (December 2019)

Compare
Choose a tag to compare
@paxtonfitzpatrick paxtonfitzpatrick released this 18 Dec 23:00
· 100 commits to master since this release
eca7cff

minor patch that enables dependencies not hosted on PyPI to install properly

  • setup.py's setup command is now a custom class that inherits from setuptools.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 running pip 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 include requirements.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.