Releases: kno10/rust-kmedoids
Releases · kno10/rust-kmedoids
v0.5.2
- use Clone instead of Copy to better support arbitrary precision
- resolve some clippy warnings
- bump ndarray version (no changes)
v0.5.1
kmedoids 0.5.1 (2024-03-14)
- DynMSC: best loss reported incorrectly if best k=2
- add minimum k parameter
- bump rayon version (no changes)
v0.5.0
- add DynMSC with automatic cluster number selection
- move the check for numerical instability out of the loop in all the "faster" variants, as we do no longer do best-first
- bump rayon to 1.8, no changes
- bump byteorder to 1.5, no changes, in example only
v0.4.3
- fix bug in silhouette evaluation for k > 2
v0.4.2
- bumped rayon to 1.7, with no changes
- add CITATION.cff
v0.4.1
Added FastMSC, FasterMSC, PAMMEDSIL and PAMSIL clustering,
to optimize the (Medoid) Silhouette directly.
For details on these methods, please see the upcoming publication
Lars Lenssen, Erich Schubert:
Clustering by Direct Optimization of the Medoid Silhouette
In: 15th International Conference on Similarity Search and Applications (SISAP 2022)
https://doi.org/10.1007/978-3-031-17849-8_15