From cfc326bf0ecdbe70cc67faf4a835e0f8e08f00c4 Mon Sep 17 00:00:00 2001 From: Karsten Chu Date: Wed, 23 Nov 2022 11:12:02 -0500 Subject: [PATCH] Release v0.63.0. --- docs/source/release_notes.rst | 18 ++++++++++++------ evalml/__init__.py | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index cee538d853..983d4b4487 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -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` @@ -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** diff --git a/evalml/__init__.py b/evalml/__init__.py index 8faf917006..c86d91b2c0 100644 --- a/evalml/__init__.py +++ b/evalml/__init__.py @@ -23,4 +23,4 @@ warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) -__version__ = "0.62.0" +__version__ = "0.63.0"