Skip to content

Commit 61d6fa1

Browse files
committed
bump to 0.0.5
1 parent 9556f8c commit 61d6fa1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 0.0.4 - 2020-03-02
29

310
- Fix a bug in the LISI code that sometimes causes computation to break. Thanks

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = "harmonypy",
8-
version = "0.0.4",
8+
version = "0.0.5",
99
author = "Kamil Slowikowski",
1010
author_email = "[email protected]",
1111
description = "A data integration algorithm.",

0 commit comments

Comments
 (0)