File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11Release Notes
22-------------
33**Future Releases **
4+ * Enhancements
5+ * Fixes
6+ * Changes
7+ * Documentation Changes
8+ * Testing Changes
9+
10+ .. warning ::
11+
12+ **Breaking Changes **
13+
14+
15+ **v0.65.0 Jan. 3, 2023 **
416 * Enhancements
517 * Added the ability to retrieve prediction intervals for estimators that support time series regression :pr: `3876 `
618 * Added utils to handle the logic for threshold tuning objective and resplitting data :pr: `3888 `
@@ -19,10 +31,6 @@ Release Notes
1931 * Hid non-essential warning messages in time series docs :pr: `3890 `
2032 * Testing Changes
2133
22- .. warning ::
23-
24- **Breaking Changes **
25-
2634
2735**v0.64.0 Dec. 8, 2022 **
2836 * Enhancements
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.64 .0"
26+ __version__ = "0.65 .0"
You can’t perform that action at this time.
0 commit comments