From 998409a86ba774d499ebdab67af00bb5b174e381 Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Wed, 5 Jun 2024 15:04:23 -0700 Subject: [PATCH 1/2] release --- docs/source/release_notes.rst | 14 ++++++++++++++ evalml/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index af390a4c24..6f7ef0c151 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,20 @@ Release Notes ------------- **Future Releases** + * Enhancements + * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. warning:: + + **Breaking Changes** + * Dropped support for Python 3.8 :pr:`4414` + * Removed vowpalwabbit :pr:`4427` + + +**v0.84.0 Jun 6, 2024** * Enhancements * Reformatted files with updated black version :pr:`4395` * Fixes diff --git a/evalml/__init__.py b/evalml/__init__.py index 7642eacc81..4e9742080a 100644 --- a/evalml/__init__.py +++ b/evalml/__init__.py @@ -24,4 +24,4 @@ warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) -__version__ = "0.83.0" +__version__ = "0.84.0" From 28f79150f86a74428213f5955a826acebc2ddc8f Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Wed, 5 Jun 2024 15:07:52 -0700 Subject: [PATCH 2/2] release notes --- docs/source/release_notes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 6f7ef0c151..54cebcbaa1 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -10,8 +10,6 @@ Release Notes .. warning:: **Breaking Changes** - * Dropped support for Python 3.8 :pr:`4414` - * Removed vowpalwabbit :pr:`4427` **v0.84.0 Jun 6, 2024**