Skip to content

Commit

Permalink
Bump version number; add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanronen committed Oct 8, 2019
1 parent 416708d commit 067cc30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog


## [0.1.7] - 2019-10-08

- `maui_model.transform()` no longer automatically computes feature correlations. Added a method `maui_model.get_feature_correlations()` to use when this is desirable. This is a huge performance enhancement when feature correlations aren't necessary.
2 changes: 1 addition & 1 deletion maui/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "0.1.7"

0 comments on commit 067cc30

Please sign in to comment.