Skip to content

Commit

Permalink
Make release for v0.8.0 (#565)
Browse files Browse the repository at this point in the history
* release
  • Loading branch information
angela97lin authored Apr 2, 2020
1 parent 9bafdd2 commit 894f584
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 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.8.0 Apr. 1, 2020**
* Enhancements
* Add normalization option and information to confusion matrix :pr:`484`
* Add util function to drop rows with NaN values :pr:`487`
Expand All @@ -29,6 +36,8 @@ Changelog
* Updated automated dependency check comment :pr:`497`
* Have build_docs job use python executor, so that env vars are set properly :pr:`547`
* Run windows unit tests on PRs :pr:`557`


.. warning::

**Breaking Changes**
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.7.0'
__version__ = '0.8.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.7.0',
version='0.8.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
url='http://www.featurelabs.com/',
Expand Down

0 comments on commit 894f584

Please sign in to comment.