Skip to content

Commit

Permalink
Release v0.74.0. (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Apr 19, 2023
1 parent afa1938 commit 7b2b5d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ Release Notes
-------------
**Future Releases**
* Enhancements
* Saved computed additional_objectives computed during search to AutoML object :pr:`4141`
* Remove extra naive pipelines :pr:`4142`
* Fixes
* Fixed usage of codecov after uploader deprecation :pr:`4144`
* Fixed issue where prediction intervals were becoming NaNs due to index errors :pr:`4154`
* Changes
* Capped size of seasonal period used for determining whether to include STLDecomposer in pipelines :pr:`4147`
* Documentation Changes
* Testing Changes

Expand All @@ -17,6 +12,16 @@ Release Notes
**Breaking Changes**


**v0.74.0 Apr. 18, 2023**
* Enhancements
* Saved computed additional_objectives computed during search to AutoML object :pr:`4141`
* Remove extra naive pipelines :pr:`4142`
* Fixes
* Fixed usage of codecov after uploader deprecation :pr:`4144`
* Fixed issue where prediction intervals were becoming NaNs due to index errors :pr:`4154`
* Changes
* Capped size of seasonal period used for determining whether to include STLDecomposer in pipelines :pr:`4147`

**v0.73.0 Apr. 10, 2023**
* Enhancements
* Allowed ``InvalidTargetDataCheck`` to return a ``DROP_ROWS`` ``DataCheckActionOption`` :pr:`4116`
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.73.0"
__version__ = "0.74.0"

0 comments on commit 7b2b5d8

Please sign in to comment.