Download Latest Version v0.8.1 (July, 2025) source code.tar.gz (15.1 MB)
Email in envelope

Get an email when there's a new version of HyperTools

Home / v0.6.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-12-18 979 Bytes
v0.6.2 (December 2019).tar.gz 2019-12-18 15.1 MB
v0.6.2 (December 2019).zip 2019-12-18 15.5 MB
Totals: 3 Items   30.6 MB 0

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.

Source: README.md, updated 2019-12-18