We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9556f8c commit 61d6fa1Copy full SHA for 61d6fa1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.0.5 - 2020-08-11
2
+
3
+- Expose `max_iter_harmony` as a new top-level argument, in addition to the
4
+ previously exposed `max_iter_kmeans`. This more closely resembles the
5
+ original interface in the harmony R package. Thanks to @pinin4fjords
6
+ for pull request #8
7
8
# 0.0.4 - 2020-03-02
9
10
- Fix a bug in the LISI code that sometimes causes computation to break. Thanks
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name = "harmonypy",
- version = "0.0.4",
+ version = "0.0.5",
author = "Kamil Slowikowski",
author_email = "[email protected]",
11
description = "A data integration algorithm.",
0 commit comments