From 5b4a1ca9ceb8da1120f67af28e76266f37462ef2 Mon Sep 17 00:00:00 2001 From: chukarsten <64713315+chukarsten@users.noreply.github.com> Date: Tue, 2 May 2023 13:15:40 -0400 Subject: [PATCH] Release v0.75.0 (#4167) Release 0.75.0. --- docs/source/release_notes.rst | 12 ++++++++---- evalml/__init__.py | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 740496b420..3da78c5b55 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -3,11 +3,7 @@ Release Notes **Future Releases** * Enhancements * Fixes - * Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample`` to be wrong :pr:`4161` * Changes - * Changed per-pipeline timings to store as a float :pr:`4160` - * Update Dask install commands in ``pyproject.toml`` :pr:`4164` - * Capped `IPython` version to < 8.12.1 for readthedocs and plotly compatibility :pr:`3987` * Documentation Changes * Testing Changes @@ -16,6 +12,14 @@ Release Notes **Breaking Changes** +**v0.75.0 May. 01, 2023** + * Fixes + * Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample`` to be wrong :pr:`4161` + * Changes + * Changed per-pipeline timings to store as a float :pr:`4160` + * Update Dask install commands in ``pyproject.toml`` :pr:`4164` + * Capped `IPython` version to < 8.12.1 for readthedocs and plotly compatibility :pr:`3987` + **v0.74.0 Apr. 18, 2023** * Enhancements * Saved computed additional_objectives computed during search to AutoML object :pr:`4141` diff --git a/evalml/__init__.py b/evalml/__init__.py index cced64735e..ed974db715 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.74.0" +__version__ = "0.75.0"