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.5.3.1 (2024-12-09)
6+
7+ - no changes, but rebuild binary packages because of compile issue
8+ issue in PyO3 < https://github.com/PyO3/pyo3/issues/4757 >
9+
510## kmedoids 0.5.3 (2024-12-02)
611
712- no functionality changes
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors:
1010title : " Fast k-medoids Clustering in Rust and Python"
1111journal : " J. Open Source Softw."
1212doi : 10.21105/joss.04183
13- version : 0.5.3
13+ version : 0.5.3.1
1414date-released : 2024-12-02
1515license : GPL-3.0
1616preferred-citation :
Original file line number Diff line number Diff line change 11[package ]
22edition = " 2021"
33name = " kmedoids"
4- version = " 0.5.3"
4+ version = " 0.5.3.1 "
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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " kmedoids"
7- version = " 0.5.3"
7+ version = " 0.5.3.1 "
88description = " k-Medoids Clustering in Python with FasterPAM"
99requires-dist = [" numpy" ]
1010classifier = [
You can’t perform that action at this time.
0 commit comments