v0.6.3 (October 2020)
·
115 commits
to master
since this release
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