What's Changed
- Added axis control on colourbars by @tomcharnock in #365
- Fixing typos by @cassmarcussen in #366
- Predict score by @Rhaedonius in #368
- fix issue 370 by @neontty in #371
- fix the core distance computation can only use 4 cores. by @GorvinChen in #377
- Issue 370 by @neontty in #385
- Fixed line widths for single linkage dendrograms with duplicate lambda_val by @GregDemand in #391
- Module for flat clustering by @sabarish-akridata in #398
- Improved union-find data structure implementation by @kylehofmann in #412
- fixes #370 -- epsilon search would crash when root node in leaf list by @neontty in #400
- let root children size==1 to join root node in allow_single based on 1/eps by @neontty in #418
- fix issue-436 unused deprecated joblib option by @neontty in #438
- Fix build errors by @gansanay in #449
- update build by @gansanay in #450
- Fix mismatching clusters probabilities in softclustering by @narjes23 in #454
- Fixing typos in "Don't be wrong!" section by @hovikgas in #455
- Update pyproject.toml to use oldest-supported-numpy by @stradigi-mario-bruno in #458
- Fix numpy 1.20 deprecation warnings by @rmcgibbo in #468
- max_cluster_size parameter by @Rocketknight1 in #410
- Fix typos by @julienschuermans in #489
- handle non-finite valued vectors by @jc-healy in #497
- Fixed the bug that joblib uses memory mapping when data size is too large by @ginward in #495
- Fix ZeroDivisionError: float division error when computing per_cluster_scores by @Dicksonchin93 in #502
- Update requirements.txt by @Ben-Epstein in #503
- Fixed off by one errors in min_samples for multiple algorithms by @GregDemand in #394
- Modified Prims to generate MST by @pberba in #315
- Remove usage of six by @rahulporuri in #516
- dbscan cluster extraction by @jc-healy in #519
New Contributors
- @tomcharnock made their first contribution in #365
- @cassmarcussen made their first contribution in #366
- @Rhaedonius made their first contribution in #368
- @neontty made their first contribution in #371
- @GorvinChen made their first contribution in #377
- @GregDemand made their first contribution in #391
- @sabarish-akridata made their first contribution in #398
- @kylehofmann made their first contribution in #412
- @gansanay made their first contribution in #449
- @narjes23 made their first contribution in #454
- @hovikgas made their first contribution in #455
- @stradigi-mario-bruno made their first contribution in #458
- @rmcgibbo made their first contribution in #468
- @Rocketknight1 made their first contribution in #410
- @julienschuermans made their first contribution in #489
- @jc-healy made their first contribution in #497
- @ginward made their first contribution in #495
- @Dicksonchin93 made their first contribution in #502
- @Ben-Epstein made their first contribution in #503
- @pberba made their first contribution in #315
- @rahulporuri made their first contribution in #516
Full Changelog: 0.8.26...0.8.27