We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472c15b commit ec6e335Copy full SHA for ec6e335
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 0.0.7 - 2022-11-22
+# 0.0.8 - 2022-11-22
2
3
- Replace `scipy.cluster.vq.kmeans2` with the faster function
4
`sklearn.cluster.KMeans`. Thanks to @johnarevalo for providing details about
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name = "harmonypy",
8
- version = "0.0.7",
+ version = "0.0.8",
9
author = "Kamil Slowikowski",
10
author_email = "kslowikowski@gmail.com",
11
description = "A data integration algorithm.",
0 commit comments