Skip to content

Commit

Permalink
Release v0.78.0 (#4229)
Browse files Browse the repository at this point in the history
* Upgrade to 0.78.0

* Release notes

* Add back breaking change
  • Loading branch information
jeremyliweishih committed Jul 11, 2023
1 parent c0802df commit 012d42c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions docs/source/release_notes.rst
@@ -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
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.77.0"
__version__ = "0.78.0"

0 comments on commit 012d42c

Please sign in to comment.