Skip to content

Commit

Permalink
bump to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Nov 23, 2022
1 parent 472c15b commit ec6e335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.0.7 - 2022-11-22
# 0.0.8 - 2022-11-22

- Replace `scipy.cluster.vq.kmeans2` with the faster function
`sklearn.cluster.KMeans`. Thanks to @johnarevalo for providing details about
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name = "harmonypy",
version = "0.0.7",
version = "0.0.8",
author = "Kamil Slowikowski",
author_email = "kslowikowski@gmail.com",
description = "A data integration algorithm.",
Expand Down

0 comments on commit ec6e335

Please sign in to comment.