Skip to content

Commit

Permalink
Release v0.28.0 (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Sherry authored Jul 2, 2021
1 parent 34b7ebb commit a3aa403
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
-------------
**Future Release**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**

**v0.28.0 Jul. 2, 2021**
* Enhancements
* Added support for showing a Individual Conditional Expectations plot when graphing Partial Dependence :pr:`2386`
* Exposed ``thread_count`` for Catboost estimators as ``n_jobs`` parameter :pr:`2410`
Expand All @@ -20,10 +31,6 @@ Release Notes
* Updated workflows to store pytest runtimes as test artifacts :pr:`2448`
* Added ``AutoMLTestEnv`` test fixture for making it easy to mock automl tests :pr:`2406`

.. warning::

**Breaking Changes**

**v0.27.0 Jun. 22, 2021**
* Enhancements
* Adds force plots for prediction explanations :pr:`2157`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.27.0"
__version__ = "0.28.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='evalml',
version='0.27.0',
version='0.28.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 a3aa403

Please sign in to comment.