Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Jul 9, 2019
1 parent 2080179 commit c7e2314
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ Additionally, the relation between the above measures and the number of clusters
---
#### Change Log (Latest first):

- 1.7.0
- July 2019
- Fix passing of null dataset in python gap value calculations [#34](https://github.com/milesgranger/gap_statistic/pull/34)
- Use advanced method for choosing k, documentation updates, plotting, other enhancements. [#28](https://github.com/milesgranger/gap_statistic/pull/28)
- Add OSX support to CI/CD [#31](https://github.com/milesgranger/gap_statistic/pull/31)
- Change license to dual Unlicense / MIT [#30](https://github.com/milesgranger/gap_statistic/pull/30)

- 1.6.1
- May-2019
- Return the reference distributions' standard deviation in the dataframe results
Expand Down
2 changes: 1 addition & 1 deletion gap_statistic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from gap_statistic.optimalK import OptimalK

__version__ = "1.7.0.rc1"
__version__ = "1.7.0"

0 comments on commit c7e2314

Please sign in to comment.