Skip to content

Releases: jasonlaska/spherecluster

Upgrade sklearn

13 Nov 18:59
701b0b1
Compare
Choose a tag to compare

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

Maintenance

09 Sep 17:59
823e0f4
Compare
Choose a tag to compare
  • adds black auto-formatting ()
  • fixes typo for variable inertia_
  • fixes posterior_ when n_jobs != 1

Python3 Support

20 Aug 04:11
Compare
Choose a tag to compare
  • cleans up requirements, tests, and examples to be python3 friendly
  • normalizes inputs by default in both SphericalKMeans and MovMF clustering

Patch import paths

19 Aug 19:07
Compare
Choose a tag to compare

This release hopefully addresses #2

Inaugural public release.

10 Aug 15:37
Compare
Choose a tag to compare

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