Recent Releases of rust-kmedoids

rust-kmedoids - v0.5.3

kmedoids 0.5.3 (2024-12-02)

  • no functionality changes
  • bump ndarray version for Python 3.13 / numpy 2.0 support

- Rust
Published by kno10 about 1 year ago

rust-kmedoids - v0.5.2

  • use Clone instead of Copy to better support arbitrary precision
  • resolve some clippy warnings
  • bump ndarray version (no changes)

- Rust
Published by kno10 over 1 year ago

rust-kmedoids -

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)

- Rust
Published by kno10 almost 2 years ago

rust-kmedoids - 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

- Rust
Published by kno10 about 2 years ago

rust-kmedoids - v0.4.3

  • fix bug in silhouette evaluation for k > 2

- Rust
Published by kno10 about 2 years ago

rust-kmedoids - v0.4.2

  • bumped rayon to 1.7, with no changes
  • add CITATION.cff

- Rust
Published by kno10 almost 3 years ago

rust-kmedoids - 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

- Rust
Published by kno10 over 3 years ago

rust-kmedoids - v0.3.0

- Rust
Published by kno10 almost 4 years ago