Skip to content

Commit 5b4a1ca

Browse files
authored
Release v0.75.0 (#4167)
Release 0.75.0.
1 parent 4aaf037 commit 5b4a1ca

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/source/release_notes.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ Release Notes
33
**Future Releases**
44
* Enhancements
55
* Fixes
6-
* Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample`` to be wrong :pr:`4161`
76
* Changes
8-
* Changed per-pipeline timings to store as a float :pr:`4160`
9-
* Update Dask install commands in ``pyproject.toml`` :pr:`4164`
10-
* Capped `IPython` version to < 8.12.1 for readthedocs and plotly compatibility :pr:`3987`
117
* Documentation Changes
128
* Testing Changes
139

@@ -16,6 +12,14 @@ Release Notes
1612
**Breaking Changes**
1713

1814

15+
**v0.75.0 May. 01, 2023**
16+
* Fixes
17+
* Fixed bug where resetting the holdout data indices would cause time series ``predict_in_sample`` to be wrong :pr:`4161`
18+
* Changes
19+
* Changed per-pipeline timings to store as a float :pr:`4160`
20+
* Update Dask install commands in ``pyproject.toml`` :pr:`4164`
21+
* Capped `IPython` version to < 8.12.1 for readthedocs and plotly compatibility :pr:`3987`
22+
1923
**v0.74.0 Apr. 18, 2023**
2024
* Enhancements
2125
* Saved computed additional_objectives computed during search to AutoML object :pr:`4141`

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.74.0"
26+
__version__ = "0.75.0"

0 commit comments

Comments
 (0)