Skip to content

Commit

Permalink
v0.6.0 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela97lin authored Dec 17, 2019
1 parent 632afc4 commit 6970bfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
---------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

**v0.6.0 Dec. 16, 2019**
* Enhancements
* Added ability to create a plot of feature importances :pr:`133`
* Add early stopping to AutoML using patience and tolerance parameters :pr:`241`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
warnings.filterwarnings("ignore", category=DeprecationWarning)


__version__ = '0.5.2'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='evalml',
version='0.5.2',
version='0.6.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
url='http://www.featurelabs.com/',
Expand Down

0 comments on commit 6970bfc

Please sign in to comment.