Skip to content

Commit

Permalink
ENH release v0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 14, 2017
1 parent 61241de commit 8dccfa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.1] - 2017-09-13

### Fixed
- Fixed version requirements for scikit-learn to properly import `MaskedArray` (#4).
- In the stacking estimators, get_params no longer throws index error
when `estimator_list` is an empty list (#6)
when `estimator_list` is an empty list (#6).

## [0.1.0] - 2017-09-12

### Added

- initial commit
2 changes: 1 addition & 1 deletion civismlext/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 8dccfa5

Please sign in to comment.