Skip to content

Commit

Permalink
Release v0.75.0 (#4167)
Browse files Browse the repository at this point in the history
Release 0.75.0.
  • Loading branch information
chukarsten committed May 2, 2023
1 parent 4aaf037 commit 5b4a1ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample`` to be wrong :pr:`4161`
* Changes
* Changed per-pipeline timings to store as a float :pr:`4160`
* Update Dask install commands in ``pyproject.toml`` :pr:`4164`
* Capped `IPython` version to < 8.12.1 for readthedocs and plotly compatibility :pr:`3987`
* Documentation Changes
* Testing Changes

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


**v0.75.0 May. 01, 2023**
* Fixes
* Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample`` to be wrong :pr:`4161`
* Changes
* Changed per-pipeline timings to store as a float :pr:`4160`
* Update Dask install commands in ``pyproject.toml`` :pr:`4164`
* Capped `IPython` version to < 8.12.1 for readthedocs and plotly compatibility :pr:`3987`

**v0.74.0 Apr. 18, 2023**
* Enhancements
* Saved computed additional_objectives computed during search to AutoML object :pr:`4141`
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.74.0"
__version__ = "0.75.0"

0 comments on commit 5b4a1ca

Please sign in to comment.