Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@kno10 kno10 released this 14 Mar 12:15
· 1 commit to main since this release

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)
  • use pointer-sized np.uintp type for medoids, for wasm32 target
    that should match Rust usize.