Skip to content

Commit

Permalink
Release v0.63.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Nov 23, 2022
1 parent 3c91659 commit cfc326b
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 @@ -22,11 +33,6 @@ Release Notes
* Rename issue templates config.yaml to config.yml :pr:`3844`
* Documentation Changes
* Added information about STL Decomposition to the time series docs :pr:`3835`
* 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 cfc326b

Please sign in to comment.