Skip to content

Commit

Permalink
ENH release version 0.1.6 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsander committed Jan 12, 2018
1 parent 80d356c commit eacf2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion civismlext/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'

0 comments on commit eacf2a4

Please sign in to comment.