Skip to content

Commit

Permalink
Initial. (#3625)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Jul 28, 2022
1 parent 75475a5 commit 8ad38ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.54.0"
__version__ = "0.55.0"

0 comments on commit 8ad38ea

Please sign in to comment.