- 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
0.2.1
- fix incorrect call to numpy random
0.2.0
- make KMedoidsResult a native Python object, pass a tuple from Rust - always use i64/f64 loss, even for i32/f32 input - add random shuffling support - add parallelization support
0.1.6
- update reference with published journal version - update dependency versions (no changes)
0.1.5
- add Alternating algorithm for reference - move bench.rs to benches/