v0.4.0
New Features
- Mainly just performance improvements. Okolors should be roughly 25% faster on average.
Breaking Changes
KmeansResult
now reports the MSE instead of variance. I.e., thevariance: f32
field was replaced with anmse: f64
field.
Full Changelog: v0.3.0...v0.4.0