File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.74 .0"
26+ __version__ = "0.75 .0"
You can’t perform that action at this time.
0 commit comments