- remove forgotten println in pam reference method
0.1.3
- improve ndarray adapter to accept views - relax version dependencies slightly
0.1.2
- reordered the returned values by importance to end users - add FastPAM1 (slower, but exact same result as PAM) - add original PAM (much slower, for reference) - PAM BUILD and SWAP independently
0.1.1
- allow use with different array types (ndarray, lower triangular in a vec)
0.1.0
- initial port to Rust of the core FasterPAM functionality - first Rust program ever, hence there likely is room for improvement
Changelog
For changes to the main Rust package, please see <https://github.com/kno10/rust-kmedoids/blob/main/CHANGELOG.md>