Skip to content

v0.6.3 (October 2020)

Compare
Choose a tag to compare
@paxtonfitzpatrick paxtonfitzpatrick released this 02 Oct 21:38
· 87 commits to master since this release
9ac3dc1

dependency-related updates

  • allow scikit-learn>0.22. scikit-learn==0.22.0 contains a bug that affects the CountVectorizer vocabulary. This has been fixed in 0.23.0.
  • require umap-learn>=0.4.6. We previously avoided a bug in umap-learn<=0.4.5 by installing a pre-release version from GitHub. This has now been fixed in umap-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 in hypertools, but we've changed the default cmap in hypertools._shared.helpers.vals2colors to a non-dark palette for consistent default behavior.
  • Added tests for Python 3.8