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.0
contains a bug that affects theCountVectorizer
vocabulary. This has been fixed in0.23.0
. - require
umap-learn>=0.4.6
. We previously avoided a bug inumap-learn<=0.4.5
by 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 defaultcmap
inhypertools._shared.helpers.vals2colors
to a non-dark palette for consistent default behavior. - Added tests for Python 3.8