File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
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.64.0 Dec. 8, 2022 **
416 * Enhancements
517 * Fixes
618 * Allowed the DFS Transformer to calculate feature values for Features with a ``dataframe_name `` that is not ``"X" `` :pr: `3873 `
@@ -13,12 +25,8 @@ Release Notes
1325 * Documentation Changes
1426 * Testing Changes
1527
16- .. warning ::
17-
18- **Breaking Changes **
19-
2028
21- **v0.63.0 Nov.23, 2022 **
29+ **v0.63.0 Nov. 23, 2022 **
2230 * Enhancements
2331 * Added fast mode to partial dependence :pr: `3753 `
2432 * Added the ability to serialize featuretools features into time series pipelines :pr: `3836 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.63 .0"
26+ __version__ = "0.64 .0"
You can’t perform that action at this time.
0 commit comments