Skip to content

Commit 3cb0a19

Browse files
authored
Release v0.73.0. (#4122)
* Release v0.73.0. * Update release_notes.rst
1 parent b119ad3 commit 3cb0a19

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

docs/source/release_notes.rst

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
Release Notes
22
-------------
33
**Future Releases**
4+
* Enhancements
5+
* Fixes
6+
* Changes
7+
* Documentation Changes
8+
* Testing Changes
9+
10+
.. warning::
11+
12+
**Breaking Changes**
13+
14+
15+
**v0.73.0 Apr. 10, 2023**
416
* Enhancements
517
* Allowed ``InvalidTargetDataCheck`` to return a ``DROP_ROWS`` ``DataCheckActionOption`` :pr:`4116`
618
* Implemented prediction intervals for non-time series native pipelines using the naïve method :pr:`4127`
7-
* Fixes
819
* Changes
920
* Removed unnecessary logic from imputer components prior to nullable type handling :pr:`4038`, :pr:`4043`
1021
* Added calls to ``_handle_nullable_types`` in component fit, transform, and predict methods when needed :pr:`4046`, :pr:`4043`
1122
* Removed existing nullable type handling across AutoMLSearch to just use new handling :pr:`4085`, :pr:`4043`
12-
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043`
23+
* Handled nullable type incompatibility in ``Decomposer`` :pr:`4105`, :pr:`4043
1324
* Removed nullable type incompatibility handling for ARIMA and ExponentialSmoothingRegressor :pr:`4129`
1425
* Changed the default value for ``null_strategy`` in ``InvalidTargetDataCheck`` to ``drop`` :pr:`4131`
1526
* Pinned sktime version to 0.17.0 for nullable types support :pr:`4137`
16-
* Documentation Changes
1727
* Testing Changes
1828
* Fixed installation of prophet for linux nightly tests :pr:`4114`
1929

20-
.. warning::
21-
22-
**Breaking Changes**
23-
24-
2530
**v0.72.0 Mar. 27, 2023**
2631
* Enhancements
2732
* Updated `pipeline.get_prediction_intervals()` to add trend prediction interval information from STL decomposer :pr:`4093`

evalml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
warnings.filterwarnings("ignore", category=FutureWarning)
2424
warnings.filterwarnings("ignore", category=DeprecationWarning)
2525

26-
__version__ = "0.72.0"
26+
__version__ = "0.73.0"

0 commit comments

Comments
 (0)