Skip to content

Commit

Permalink
Release v0.56.1 (#3673)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Aug 19, 2022
1 parent 2ae367e commit 9e2d3d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Release Notes
-------------
**Latest Release**
**Future Releases**
* Enhancements
* Fixes
* ``IDColumnsDataCheck`` now only returns an action code to set the first column as the primary key if it contains unique values :pr:`3639`
* Reverted the ``make_pipeline`` changes that conditionally included the imputers :pr:`3672`
* Changes
* Documentation Changes
* Testing Changes
Expand All @@ -13,6 +11,11 @@ Release Notes

**Breaking Changes**

**v0.56.1 Aug. 19, 2022**
* Fixes
* ``IDColumnsDataCheck`` now only returns an action code to set the first column as the primary key if it contains unique values :pr:`3639`
* Reverted the ``make_pipeline`` changes that conditionally included the imputers :pr:`3672`

**v0.56.0 Aug. 15, 2022**
* Enhancements
* Add CI testing environment in Mac for install workflow :pr:`3646`
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.56.0"
__version__ = "0.56.1"

0 comments on commit 9e2d3d0

Please sign in to comment.