diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..b5d06f0 --- /dev/null +++ b/changelog.md @@ -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. diff --git a/maui/_version.py b/maui/_version.py index 0a8da88..f1380ee 100644 --- a/maui/_version.py +++ b/maui/_version.py @@ -1 +1 @@ -__version__ = "0.1.6" +__version__ = "0.1.7"