Skip to content

Commit

Permalink
Release v0.76.0. (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed May 10, 2023
1 parent d777c6c commit 21e193b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ Release Notes
-------------
**Future Releases**
* Enhancements
* Added optional ``recommendation_score`` to rank pipelines during AutoMLSearch :pr:`4156`
* Added BytesIO support to PipelinBase.load() :pr:`4179`
* Fixes
* Capped numpy at <=1.23.5 as a temporary measure for SHAP :pr:`4172`
* Updated our readthedocs recipe to reenable builds :pr:`4177`
* Changes
* Documentation Changes
* Testing Changes
Expand All @@ -16,6 +12,15 @@ Release Notes
**Breaking Changes**


**v0.76.0 May. 09, 2023**
* Enhancements
* Added optional ``recommendation_score`` to rank pipelines during AutoMLSearch :pr:`4156`
* Added BytesIO support to PipelinBase.load() :pr:`4179`
* Fixes
* Capped numpy at <=1.23.5 as a temporary measure for SHAP :pr:`4172`
* Updated our readthedocs recipe to reenable builds :pr:`4177`


**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`
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.75.0"
__version__ = "0.76.0"

0 comments on commit 21e193b

Please sign in to comment.