Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.76.0. #4182

Merged
merged 1 commit into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"