Skip to content

Commit 09348e5

Browse files
authored
Release v0.71.0 (#4084)
Release v0.71.0.
1 parent a84fe26 commit 09348e5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/source/release_notes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

evalml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
warnings.filterwarnings("ignore", category=FutureWarning)
2424
warnings.filterwarnings("ignore", category=DeprecationWarning)
2525

26-
__version__ = "0.70.0"
26+
__version__ = "0.71.0"

0 commit comments

Comments
 (0)