File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Release Notes
33**Future Releases **
44 * Enhancements
55 * Fixes
6- * Fixed error in ``PipelineBase._supports_fast_permutation_importance `` with stacked ensemble pipelines :pr: `4083 `
76 * Changes
87 * Documentation Changes
98 * Testing Changes
@@ -13,7 +12,11 @@ Release Notes
1312 **Breaking Changes **
1413
1514
16- **v0.70.0 Mar. 16, 2023s **
15+ **v0.71.0 Mar. 17, 2023* **
16+ * Fixes
17+ * Fixed error in ``PipelineBase._supports_fast_permutation_importance `` with stacked ensemble pipelines :pr: `4083 `
18+
19+ **v0.70.0 Mar. 16, 2023 **
1720 * Changes
1821 * Added Oversampler nullable type incompatibility in X :pr: `4068 `
1922 * Removed nullable handling from objective functions, ``roc_curve ``, and ``correlation_matrix `` :pr: `4072 `
Original file line number Diff line number Diff line change 2323warnings .filterwarnings ("ignore" , category = FutureWarning )
2424warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2525
26- __version__ = "0.70 .0"
26+ __version__ = "0.71 .0"
You can’t perform that action at this time.
0 commit comments