From 8ad38ea5ab51418f9d79261b6b875ba329b84e97 Mon Sep 17 00:00:00 2001 From: chukarsten <64713315+chukarsten@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:37:31 -0400 Subject: [PATCH] Initial. (#3625) --- docs/source/release_notes.rst | 16 ++++++++++++---- evalml/__init__.py | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 99f4c2268e..5c0181769e 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.55.0 July. 24, 2022** * Enhancements * Increased the amount of logical type information passed to Woodwork when calling ``ww.init()`` in transformers :pr:`3604` * Added ability to log how long each batch and pipeline take in ``automl.search()`` :pr:`3577` @@ -20,10 +32,6 @@ Release Notes * Removed ``pytest.mark.skip_if_39`` pytest marker :pr:`3602` :pr:`3607` * Refactored test cases that iterate over all components to use ``pytest.mark.parametrise`` and changed the corresponding ``if...continue`` blocks to ``pytest.mark.xfail`` :pr:`3622` -.. warning:: - - **Breaking Changes** - **v0.54.0 June. 23, 2022** * Fixes diff --git a/evalml/__init__.py b/evalml/__init__.py index 505786c788..8f469dcb8d 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.54.0" +__version__ = "0.55.0"