Skip to content

Commit 283a03a

Browse files
committed
v0.3.3
1 parent 6a72786 commit 283a03a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
For 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)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "kmedoids"
4-
version = "0.3.2"
4+
version = "0.3.3"
55
authors = ["Erich Schubert <erich.schubert@tu-dortmund.de>", "Lars Lenssen <lars.lenssen@tu-dortmund.de>"]
66
description = "k-Medoids clustering with the FasterPAM algorithm"
77
homepage = "https://github.com/kno10/python-kmedoids"
@@ -14,7 +14,7 @@ name = "kmedoids"
1414
crate-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" }
1818
numpy = "0.16"
1919
ndarray = "0.15"
2020
rand = "0.8"

0 commit comments

Comments
 (0)