| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-10-02 | 712 Bytes | |
| v0.6.3 (October 2020).tar.gz | 2020-10-02 | 15.1 MB | |
| v0.6.3 (October 2020).zip | 2020-10-02 | 15.5 MB | |
| Totals: 3 Items | 30.6 MB | 0 | |
dependency-related updates
- allow
scikit-learn>0.22.scikit-learn==0.22.0contains a bug that affects theCountVectorizervocabulary. This has been fixed in0.23.0. - require
umap-learn>=0.4.6. We previously avoided a bug inumap-learn<=0.4.5by installing a pre-release version from GitHub. This has now been fixed inumap-learn==0.4.6 - Beginning with
seaborn==0.11.0, "dark" color palettes are returned in reverse order from how they were previously. This difference in behavior will be reflected inhypertools, but we've changed the defaultcmapinhypertools._shared.helpers.vals2colorsto a non-dark palette for consistent default behavior. - Added tests for Python 3.8