File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ Release Notes
44 * Enhancements
55 * Fixes
66 * Changes
7- * Added Oversampler nullable type incompatibility in X :pr: `4068 `
8- * Removed nullable handling from objective functions, ``roc_curve ``, and ``correlation_matrix `` :pr: `4072 `
9- * Transitioned from ``prophet-prebuilt `` to ``prophet `` directly :pr: `4045 `
107 * Documentation Changes
118 * Testing Changes
129
@@ -15,6 +12,12 @@ Release Notes
1512 **Breaking Changes **
1613
1714
15+ **v0.70.0 Mar. 16, 2023s **
16+ * Changes
17+ * Added Oversampler nullable type incompatibility in X :pr: `4068 `
18+ * Removed nullable handling from objective functions, ``roc_curve ``, and ``correlation_matrix `` :pr: `4072 `
19+ * Transitioned from ``prophet-prebuilt `` to ``prophet `` directly :pr: `4045 `
20+
1821**v0.69.0 Mar. 15, 2023 **
1922 * Enhancements
2023 * Move black to regular dependency and use it for ``generate_pipeline_code `` :pr: `4005 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.69 .0"
26+ __version__ = "0.70 .0"
You can’t perform that action at this time.
0 commit comments