We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39e62a commit 018f26bCopy full SHA for 018f26b
2 files changed
CITATION.cff
@@ -10,7 +10,7 @@ authors:
10
title: "Fast k-medoids Clustering in Rust and Python"
11
journal: "J. Open Source Softw."
12
doi: 10.21105/joss.04183
13
-version: 0.5.3.1
+version: 0.5.3
14
date-released: 2024-12-02
15
license: GPL-3.0
16
preferred-citation:
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
edition = "2021"
3
name = "kmedoids"
4
-version = "0.5.3.1"
+version = "0.5.3"
5
authors = ["Erich Schubert <erich.schubert@tu-dortmund.de>", "Lars Lenssen <lars.lenssen@tu-dortmund.de>"]
6
description = "k-Medoids clustering with the FasterPAM algorithm"
7
homepage = "https://github.com/kno10/python-kmedoids"
0 commit comments