Skip to content

v0.7.0

Compare
Choose a tag to compare
@yzhao062 yzhao062 released this 30 Apr 20:30
· 974 commits to master since this release
41e2739

Multiple bug fixes are introduced:

  • Fix issue in CBLOF for n_cluster discrepancy.
  • Fix issue #23 that kNN fails with Mahalanobis distance.
  • Fix for sklearn new behaviour FutureWarning.

Improved documentation:

  • Update docs with media coverage.
  • Major documentation update for JMLR.
  • Add License info and show support to 996.ICU!
  • Redesign ReadMe for clarity.

Deprecate two key APIs: fit_predict and fit_predict_score.

Add some new utility functions, e.g., generate_data_clusters.