File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33For changes to the main Rust package, please see < https://github.com/kno10/rust-kmedoids/blob/main/CHANGELOG.md >
44
5+ ## kmedoids 0.3.3 (2022-07-06)
6+
7+ - Improved platform support (prebuilt for manylinux, OSX, Windows) by David Muhr
8+ - Rust: small but fix in PAM BUILD (ignoring the first object)
9+
510## kmedoids 0.3.2 (2022-06-25)
611
712- Rust: small bug fix in PAM BUILD (noticable for tiny data sets with large k only)
Original file line number Diff line number Diff line change 11[package ]
22edition = " 2021"
33name = " kmedoids"
4- version = " 0.3.2 "
4+ version = " 0.3.3 "
55authors = [" Erich Schubert <erich.schubert@tu-dortmund.de>" , " Lars Lenssen <lars.lenssen@tu-dortmund.de>" ]
66description = " k-Medoids clustering with the FasterPAM algorithm"
77homepage = " https://github.com/kno10/python-kmedoids"
@@ -14,7 +14,7 @@ name = "kmedoids"
1414crate-type = [" cdylib" ]
1515
1616[dependencies ]
17- rustkmedoids = { version = " 0.3.2 " , package = " kmedoids" , git = " https://github.com/kno10/rust-kmedoids" }
17+ rustkmedoids = { version = " 0.3.3 " , package = " kmedoids" , git = " https://github.com/kno10/rust-kmedoids" }
1818numpy = " 0.16"
1919ndarray = " 0.15"
2020rand = " 0.8"
You can’t perform that action at this time.
0 commit comments