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.