Spherecluster Versions Save

Clustering routines for the unit sphere

0.1.7

5 years ago

Changes in this release:

  • support for sklearn >=0.20
  • fixes some deprecation warnings (e.g., for logsumexp)
  • removes deprecated pyplot.hold() in /examples
  • split out black dependency into dev-requirements.txt

0.1.6

5 years ago
  • adds black auto-formatting ()
  • fixes typo for variable inertia_
  • fixes posterior_ when n_jobs != 1

0.1.5

6 years ago
  • cleans up requirements, tests, and examples to be python3 friendly
  • normalizes inputs by default in both SphericalKMeans and MovMF clustering

0.1.2

7 years ago

This release hopefully addresses #2

0.1.1

7 years ago

First release to PyPI. Includes Spherical K-Means, Mixture of Von Mises clustering, and sample_vMF.