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.78.0 #4229

Merged
merged 3 commits into from
Jul 11, 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
15 changes: 13 additions & 2 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.78.0 Jul. 10, 2023**
* Enhancements
* Add run_feature_selection to AutoMLSearch and Default Algorithm :pr:`4210`
* Added ``SMAPE`` to the standard metrics for time series problems :pr:`4220`
Expand All @@ -10,15 +22,14 @@ Release Notes
* Upgraded minimum SHAP version to 0.42.0 and unpinned numpy version :pr:`4228`
* Documentation Changes
* Updated API reference :pr:`4213`
* Testing Changes

.. warning::

**Breaking Changes**
* Removed Decision Tree and CatBoost Estimators from AutoML search :pr:`4205`


**v0.77.0 June. 07, 2023**
**v0.77.0 Jun. 07, 2023**
* Enhancements
* Added ``check_distribution`` function for determining if the predicted distribution matches the true one :pr:`4184`
* Added ``get_recommendation_score_breakdown`` function for insight on the recommendation score :pr:`4188`
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.77.0"
__version__ = "0.78.0"
Loading