Skip to content

Commit

Permalink
Release v0.15.0 (#1370)
Browse files Browse the repository at this point in the history
* Release notes

* Update version
  • Loading branch information
dsherry committed Oct 29, 2020
1 parent 77ae097 commit 1ec2ee4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Release Notes
-------------

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

**v0.15.0 Oct. 29, 2020**
* Enhancements
* Added stacked ensemble component classes (``StackedEnsembleClassifier``, ``StackedEnsembleRegressor``) :pr:`1134`
* Added stacked ensemble components to ``AutoMLSearch`` :pr:`1253`
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.14.1'
__version__ = '0.15.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.14.1',
version='0.15.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 1ec2ee4

Please sign in to comment.