- 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
0.3.0
- add a sklearn compatible API (but keep sklearn an optional dependency) - improve documentation and installation instructions - add MNIST example - add integration tests
0.2.2
- really fix incorrect call to numpy random for seeding