Skip to content

Commit

Permalink
Release v0.73.0. (#4122)
Browse files Browse the repository at this point in the history
* Release v0.73.0.

* Update release_notes.rst
  • Loading branch information
chukarsten committed Apr 11, 2023
1 parent b119ad3 commit 3cb0a19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.73.0 Apr. 10, 2023**
* Enhancements
* Allowed ``InvalidTargetDataCheck`` to return a ``DROP_ROWS`` ``DataCheckActionOption`` :pr:`4116`
* Implemented prediction intervals for non-time series native pipelines using the naïve method :pr:`4127`
* Fixes
* Changes
* Removed unnecessary logic from imputer components prior to nullable type handling :pr:`4038`, :pr:`4043`
* Added calls to ``_handle_nullable_types`` in component fit, transform, and predict methods when needed :pr:`4046`, :pr:`4043`
* Removed existing nullable type handling across AutoMLSearch to just use new handling :pr:`4085`, :pr:`4043`
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043`
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043
* Removed nullable type incompatibility handling for ARIMA and ExponentialSmoothingRegressor :pr:`4129`
* Changed the default value for ``null_strategy`` in ``InvalidTargetDataCheck`` to ``drop`` :pr:`4131`
* Pinned sktime version to 0.17.0 for nullable types support :pr:`4137`
* Documentation Changes
* Testing Changes
* Fixed installation of prophet for linux nightly tests :pr:`4114`

.. warning::

**Breaking Changes**


**v0.72.0 Mar. 27, 2023**
* Enhancements
* Updated `pipeline.get_prediction_intervals()` to add trend prediction interval information from STL decomposer :pr:`4093`
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.72.0"
__version__ = "0.73.0"

0 comments on commit 3cb0a19

Please sign in to comment.