Skip to content

Commit

Permalink
Initial. (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten authored Aug 19, 2021
1 parent 019455a commit ed74174
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion 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.31.0 Aug. 19, 2021**
* Enhancements
* Updated the high variance check in AutoMLSearch to be robust to a variety of objectives and cv scores :pr:`2622`
* Use Woodwork's outlier detection for the ``OutliersDataCheck`` :pr:`2637`
Expand All @@ -22,7 +34,6 @@ Release Notes
* ``TimeSeriesRegressionPipeline`` no longer inherits from ``TimeSeriesRegressionPipeline`` :pr:`2649`



**v0.30.2 Aug. 16, 2021**
* Fixes
* Updated changelog and version numbers to match the release. Release 0.30.1 was release erroneously without a change to the version numbers. 0.30.2 replaces it.
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.30.2"
__version__ = "0.31.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='evalml',
version='0.30.2',
version='0.31.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 ed74174

Please sign in to comment.