Skip to content

Commit

Permalink
Release v0.16.0 (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherry committed Nov 24, 2020
1 parent a56ef73 commit b8b594f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Release Notes
-------------

**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes


**v0.16.0 Nov. 24, 2020**
* Enhancements
* Updated pipelines and ``make_pipeline`` to accept ``Woodwork`` inputs :pr:`1393`
* Updated components to accept ``Woodwork`` inputs :pr:`1423`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
warnings.filterwarnings('ignore', 'The following selectors were not present in your DataTable')


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

setup(
name='evalml',
version='0.15.0',
version='0.16.0',
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
description='EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.',
Expand Down

0 comments on commit b8b594f

Please sign in to comment.