Skip to content

1.5

Compare
Choose a tag to compare
@AlexanderFabisch AlexanderFabisch released this 13 Mar 18:06
· 55 commits to master since this release

Installation

  • Changes requires to install_requires in setup.py
  • Adds optional requirements for examples, tests, and documentation

Documentation

  • Links new API documentation in readme
  • Documentation in example plot_iris_from_sklearn.py explains why the fit is bad. The purpose of this example is to show that we can initialize from a GMM of sklearn.
  • Documentation of how to contribute to the software (in readme)

Code

  • Fixes deprecation warnings for NumPy type aliases
  • Adds GMM.extract_mvn