File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-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+ **v0.58.0 Sept. 20, 2022 **
415 * Enhancements
516 * Defined `get_trend_df() ` for PolynomialDecomposer to allow decomposition of target data into trend, seasonality and residual. :pr: `3720 `
617 * Updated to run with Woodwork >= 0.18.0 :pr: `3700 `
@@ -21,10 +32,6 @@ Release Notes
2132 * Fixed looking glass performance test script :pr: `3715 `
2233 * Remove commit message from looking glass slack message :pr: `3719 `
2334
24- .. warning ::
25-
26- **Breaking Changes **
27-
2835**v0.57.0 Sept. 6, 2022 **
2936 * Enhancements
3037 * Added ``KNNImputer `` class and created new knn parameter for Imputer :pr: `3662 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.57 .0"
26+ __version__ = "0.58 .0"
You can’t perform that action at this time.
0 commit comments