Skip to content

v0.6.0 (December 2019)

Compare
Choose a tag to compare
@paxtonfitzpatrick paxtonfitzpatrick released this 18 Dec 19:14
· 106 commits to master since this release
4808f9e

Updates to hypertools.reduce

  • fixed bug when to passing a dictionary of parameters to the reduce argument that would result in those parameters being overwritten
  • added some basic support for passing custom embedding models
  • added a warning when resolving conflicts between hypertools arguments and model-specific arguments

Other changes

  • dropped support for Python 2.7
  • fixed bug in Travis tests
  • replaced depreciated pandas.DataFrame method in hypertools.tools.df2mat
  • require installing UMAP from the GitHub repository due to bug fix not released yet.
  • updated setup.py to comply with PEP 508 guidelines for installing external dependencies
  • added unit test for hypertools.reduce bug fix
  • removed some unused imports and commented-out code
  • removed outdated pages from readthedocs
  • readthedocs build is now Python 3-based
  • build folder is ignored by default when installing from GitHub repository in editable mode