A numpy compatible python binary package that offers a number of APIs for fast tSNE calculation
nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation and HSNE modelling.
For more detail see the documentation for the current release – 1.1.0
Currently python 3.6, 3.7, and 3.8 are supported on Windows, Mac and Linux using cibuildwheel
Demo software using nptsne
Building
The requirements.txt and the pyproject.toml contain the list of build requirements.
- Add the biovault conan remote (for prebuilt packages):
conan remote add conan-biovault http://cytosplore.lumc.nl:8081/artifactory/api/conan/conan-local
Development