- fix predict for non-precomputed distances - add CITATION.cff for github - update dependency versions
0.4.1
- drop a leftover println, remove Display/Debug traits - optimize marginally the MSC loss function computation - fix return value inconsistency in Python wrapper with n_cpu set
0.4.0
- add clustering by optimizing the Silhouette: PAMSIL - add medoid silhouette - add medoid silhouette clustering: PAMMEDSIL, FastMSC, FasterMSC
0.3.3
- Improved platform support (prebuilt for manylinux, OSX, Windows) by David Muhr - Rust: small but fix in PAM BUILD (ignoring the first object)
0.3.2
- Rust: small bug fix in PAM BUILD (noticable for tiny data sets with large k only) - Rust: return less than k centers in BUILD if the total deviation already is 0 (less than k unique points) - documentation improvement and packaging improvements in Python bindings
0.3.1
- fix missing import of warnings on bad parameters - use "choice" instead of "randint" in Python initialization code - no changes to Rust side, so no 0.3.1 of the Rust module