Skip to content

Commit

Permalink
v0.25.0 (#2330)
Browse files Browse the repository at this point in the history
* v0.25.0
  • Loading branch information
chukarsten authored Jun 2, 2021
1 parent 156bfb1 commit 961584a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.25.0 Jun. 01, 2021**
* Enhancements
* Upgraded minimum woodwork to version 0.3.1. Previous versions will not be supported :pr:`2181`
* Added a new callback parameter for ``explain_predictions_best_worst`` :pr:`2308`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = '0.24.2'
__version__ = '0.25.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.24.2',
version='0.25.0',
author='Alteryx, Inc.',
author_email='[email protected]',
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 961584a

Please sign in to comment.