Skip to content

Commit 067cc30

Browse files
committed
Bump version number; add changelog
1 parent 416708d commit 067cc30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
4+
## [0.1.7] - 2019-10-08
5+
6+
- `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.

maui/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"

0 commit comments

Comments
 (0)