File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
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.66.0 Jan. 24, 2023 **
416 * Enhancements
517 * Improved decomposer ``determine_periodicity `` functionality for better period guesses :pr: `3912 `
618 * Added ``dates_needed_for_prediction `` for time series pipelines :pr: `3906 `
@@ -15,12 +27,6 @@ Release Notes
1527 * Add ruff and use pyproject.toml (move away from setup.cfg) :pr: `3928 `
1628 * Pinned `category-encoders`` to 2.5.1.post0 :pr: `3933 `
1729 * Remove requirements-parser and tomli from core requirements :pr: `3948 `
18- * Documentation Changes
19- * Testing Changes
20-
21- .. warning ::
22-
23- **Breaking Changes **
2430
2531
2632**v0.65.0 Jan. 3, 2023 **
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.65 .0"
26+ __version__ = "0.66 .0"
You can’t perform that action at this time.
0 commit comments