File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-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.69.0 Mar. 15, 2023 **
416 * Enhancements
517 * Move black to regular dependency and use it for ``generate_pipeline_code `` :pr: `4005 `
618 * Implement ``generate_pipeline_example `` :pr: `4023 `
@@ -20,17 +32,12 @@ Release Notes
2032 * Capped max ``holidays `` version to 0.21 :pr: `4064 `
2133 * Stop allowing ``knn `` as a boolean impute strategy :pr: `4058 `
2234 * Capped ``nbsphinx `` at < 0.9.0 :pr: `4071 `
23- * Documentation Changes
2435 * Testing Changes
2536 * Use ``release.yaml `` for performance tests on merge to main :pr: `4007 `
2637 * Pin ``github-action-check-linked-issues `` at v1.4.5 :pr: `4042 `
2738 * Updated tests to support Woodwork's object dtype inference for numeric columns :pr: `4066 `
2839 * Updated ``TargetLeakageDataCheck `` tests to handle boolean targets properly :pr: `4066 `
2940
30- .. warning ::
31-
32- **Breaking Changes **
33-
3441**v0.68.0 Feb. 15, 2023 **
3542 * Enhancements
3643 * Integrated ``determine_periodicity `` into ``AutoMLSearch `` :pr: `3952 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.68 .0"
26+ __version__ = "0.69 .0"
You can’t perform that action at this time.
0 commit comments