File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,8 @@ Release Notes
22-------------
33**Future Releases **
44 * Enhancements
5- * Saved computed additional_objectives computed during search to AutoML object :pr: `4141 `
6- * Remove extra naive pipelines :pr: `4142 `
75 * Fixes
8- * Fixed usage of codecov after uploader deprecation :pr: `4144 `
9- * Fixed issue where prediction intervals were becoming NaNs due to index errors :pr: `4154 `
106 * Changes
11- * Capped size of seasonal period used for determining whether to include STLDecomposer in pipelines :pr: `4147 `
127 * Documentation Changes
138 * Testing Changes
149
@@ -17,6 +12,16 @@ Release Notes
1712 **Breaking Changes **
1813
1914
15+ **v0.74.0 Apr. 18, 2023 **
16+ * Enhancements
17+ * Saved computed additional_objectives computed during search to AutoML object :pr: `4141 `
18+ * Remove extra naive pipelines :pr: `4142 `
19+ * Fixes
20+ * Fixed usage of codecov after uploader deprecation :pr: `4144 `
21+ * Fixed issue where prediction intervals were becoming NaNs due to index errors :pr: `4154 `
22+ * Changes
23+ * Capped size of seasonal period used for determining whether to include STLDecomposer in pipelines :pr: `4147 `
24+
2025**v0.73.0 Apr. 10, 2023 **
2126 * Enhancements
2227 * Allowed ``InvalidTargetDataCheck `` to return a ``DROP_ROWS `` ``DataCheckActionOption `` :pr: `4116 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.73 .0"
26+ __version__ = "0.74 .0"
You can’t perform that action at this time.
0 commit comments