diff --git a/CHANGELOG.md b/CHANGELOG.md index c527285..1cf8ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.1.6] - 2018-1-12 ### Fixed - Now caching CV indices. When CV generators are passed with `shuffle=True` and no `random_state` is set, they produce different CV folds on each call to `split` (#22). - -### Fixed - Updated `scipy` dependency in `requirements.txt` file to `scipy>=0.14,<2.0` - ``DataFrameETL`` now correctly handles all ``Categorial``-type columns in input ``DataFrame``s. The fix also improves execution time of diff --git a/civismlext/_version.py b/civismlext/_version.py index 66a87bb..2fb2513 100644 --- a/civismlext/_version.py +++ b/civismlext/_version.py @@ -1 +1 @@ -__version__ = '0.1.5' +__version__ = '0.1.6'