Skip to content

Commit

Permalink
Release v0.63.0 (#3860)
Browse files Browse the repository at this point in the history
Release v0.63.0.

Co-authored-by: Jeremy Shih <[email protected]>
  • Loading branch information
chukarsten and jeremyliweishih authored Nov 30, 2022
1 parent 3a1b0fc commit 7438c15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
Release Notes
-------------

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

.. warning::

**Breaking Changes**


**v0.63.0 Nov.23, 2022**
* Enhancements
* Added fast mode to partial dependence :pr:`3753`
* Added the ability to serialize featuretools features into time series pipelines :pr:`3836`
Expand All @@ -23,11 +34,6 @@ Release Notes
* Documentation Changes
* Added information about STL Decomposition to the time series docs :pr:`3835`
* Removed RTD failure on warnings :pr:`3864`
* Testing Changes

.. warning::

**Breaking Changes**


**v0.62.0 Nov. 01, 2022**
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.62.0"
__version__ = "0.63.0"

0 comments on commit 7438c15

Please sign in to comment.