From 5ab95113d34217108cf934866edce4a236a63677 Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Thu, 2 Nov 2023 16:25:30 -0700 Subject: [PATCH] release --- docs/source/release_notes.rst | 14 +++++++++++++- evalml/__init__.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 1cd2bb58f7..c4c8bb519b 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,18 @@ Release Notes ------------- **Future Releases** + * Enhancements + * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. warning:: + + **Breaking Changes** + + +**v0.82.0 Nov 3, 2023** * Enhancements * Changed target name/series ID divider and added ability to return series ID column with predictions :pr:`4357` * Fixes @@ -8,7 +20,7 @@ Release Notes * Pinned networkx version below 3.2 for Python version compatibility :pr:`4351` * Documentation Changes * Added multiseries time series section to user guide in documentation :pr:`4355` - * Updated release guide to include an FAQ section about fixing github actions :pr:`4346` + * Updated release guide to include an FAQ section about fixing github actions :pr:`4346` * Testing Changes .. warning:: diff --git a/evalml/__init__.py b/evalml/__init__.py index f9467c6adb..1934ede83f 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.81.1" +__version__ = "0.82.0"