Skip to content

Commit

Permalink
Initial. (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten authored Mar 17, 2022
1 parent 49d5444 commit 15d321d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
-------------

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

.. warning::

**Breaking Changes**


**v0.47.0 Mar. 16, 2022**
* Enhancements
* Added ``TimeSeriesFeaturizer`` into ARIMA-based pipelines :pr:`3313`
* Added caching capability for ensemble training during ``AutoMLSearch`` :pr:`3257`
Expand All @@ -16,10 +28,6 @@
* Testing Changes
* Checkout main branch in build_conda_pkg job :pr:`3375`

.. warning::

**Breaking Changes**

**v0.46.0 Mar. 03, 2022**
* Enhancements
* Added ``test_size`` parameter to ``ClassImbalanceDataCheck`` :pr:`3341`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.46.0"
__version__ = "0.47.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.46.0',
version='0.47.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 15d321d

Please sign in to comment.