Skip to content

Commit 345c05c

Browse files
authored
Release v0.70.0 (#4081)
1 parent 1ce658d commit 345c05c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/source/release_notes.rst

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

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.69.0"
26+
__version__ = "0.70.0"

0 commit comments

Comments
 (0)