File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,26 @@ Release Notes
22-------------
33**Future Releases **
44 * Enhancements
5- * Integrated ``determine_periodicity `` into ``AutoMLSearch `` :pr: `3952 `
6- * Removed frequency limitations for decomposition using the ``STLDecomposer `` :pr: `3952 `
75 * Fixes
86 * Changes
9- * Remove requirements-parser requirement :pr: `3978 `
10- * Updated the ``SKOptTuner `` to use a gradient boosting regressor for tuning instead of extra trees :pr: `3983 `
11- * Unpinned sktime from below 1.2, increased minimum to 1.2.1 :pr: `3983 `
127 * Documentation Changes
138 * Testing Changes
14- * Add pull request check for linked issues to CI workflow :pr: `3970 `, :pr: `3980 `
15- * Upgraded minimum `IPython ` version to 8.10.0 :pr: `3987 `
169
1710.. warning ::
1811
1912 **Breaking Changes **
2013
14+ **v0.68.0 Feb. 15, 2023 **
15+ * Enhancements
16+ * Integrated ``determine_periodicity `` into ``AutoMLSearch `` :pr: `3952 `
17+ * Removed frequency limitations for decomposition using the ``STLDecomposer `` :pr: `3952 `
18+ * Changes
19+ * Remove requirements-parser requirement :pr: `3978 `
20+ * Updated the ``SKOptTuner `` to use a gradient boosting regressor for tuning instead of extra trees :pr: `3983 `
21+ * Unpinned sktime from below 1.2, increased minimum to 1.2.1 :pr: `3983 `
22+ * Testing Changes
23+ * Add pull request check for linked issues to CI workflow :pr: `3970 `, :pr: `3980 `
24+ * Upgraded minimum `IPython ` version to 8.10.0 :pr: `3987 `
2125
2226**v0.67.0 Jan. 31, 2023 **
2327 * Fixes
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.67 .0"
26+ __version__ = "0.68 .0"
You can’t perform that action at this time.
0 commit comments