Skip to content

Commit d259cb9

Browse files
authored
Release 0.54.0 (#3587)
* Release 0.54.0. * Removed clustering related release notes * Cleaned up release notes a little more
1 parent 8a5f7c8 commit d259cb9

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

docs/source/release_notes.rst

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Release Notes
22
-------------
33
**Future Releases**
44
* Enhancements
5+
* Fixes
6+
* Changes
7+
* Documentation Changes
8+
* Testing Changes
9+
10+
.. warning::
11+
12+
**Breaking Changes**
13+
14+
15+
**v0.54.0 June. 23, 2022**
516
* Fixes
617
* Updated the Imputer and SimpleImputer to work with scikit-learn 1.1.1. :pr:`3525`
718
* Bumped the minimum versions of scikit-learn to 1.1.1 and imbalanced-learn to 0.9.1. :pr:`3525`
@@ -14,20 +25,11 @@ Release Notes
1425
* Documentation Changes
1526
* Fix typo in ``long_description`` field in ``setup.cfg`` :pr:`3553`
1627
* Update install page to remove Python 3.7 mention :pr:`3567`
17-
* Testing Changes
18-
19-
.. warning::
20-
21-
**Breaking Changes**
2228

2329

2430
**v0.53.1 June. 9, 2022**
25-
* Enhancements
26-
* Fixes
2731
* Changes
2832
* Set the development status to ``4 - Beta`` in ``setup.cfg`` :pr:`3550`
29-
* Documentation Changes
30-
* Testing Changes
3133

3234

3335
**v0.53.0 June. 9, 2022**
@@ -50,8 +52,6 @@ Release Notes
5052

5153

5254
**v0.52.0 May. 12, 2022**
53-
* Enhancements
54-
* Fixes
5555
* Changes
5656
* Added github workflows for featuretools and woodwork to test their main branch against evalml. :pr:`3504`
5757
* Added pmdarima to conda recipe. :pr:`3505`
@@ -106,7 +106,6 @@ Release Notes
106106
* Updated the model understanding section of the user guide to include missing functions :pr:`3446`
107107
* Rearranged the user guide model understanding page for easier navigation :pr:`3457`
108108
* Update README text to Alteryx :pr:`3462`
109-
* Testing Changes
110109

111110
.. warning::
112111

@@ -296,7 +295,6 @@ Release Notes
296295
* Removed usage of scikit-learn's ``LabelEncoder`` in favor of ours :pr:`3161`
297296
* Removed nullable types checking from ``infer_feature_types`` :pr:`3156`
298297
* Fixed ``mean_cv_data`` and ``validation_score`` values in AutoMLSearch.rankings to reflect cv score or ``NaN`` when appropriate :pr:`3162`
299-
* Documentation Changes
300298
* Testing Changes
301299
* Updated tests to use new pipeline API instead of defining custom pipeline classes :pr:`3172`
302300
* Add workflow to auto-merge dependency PRs if status checks pass :pr:`3184`
@@ -342,7 +340,6 @@ Release Notes
342340
* Added ``ReplaceNullableTypes`` component to prepare for handling pandas nullable types. :pr:`3090`
343341
* Updated ``make_pipeline`` for handling pandas nullable types in preprocessing pipeline. :pr:`3129`
344342
* Removed unused ``EnsembleMissingPipelinesError`` exception definition :pr:`3131`
345-
* Documentation Changes
346343
* Testing Changes
347344
* Refactored tests to avoid using ``importorskip`` :pr:`3126`
348345
* Added ``skip_during_conda`` test marker to skip tests that are not supposed to run during conda build :pr:`3127`
@@ -532,18 +529,12 @@ Release Notes
532529

533530

534531
**v0.33.0 Sep. 15, 2021**
535-
* Enhancements
536532
* Fixes
537533
* Fixed bug where warnings during ``make_pipeline`` were not being raised to the user :pr:`2765`
538534
* Changes
539535
* Refactored and removed ``SamplerBase`` class :pr:`2775`
540536
* Documentation Changes
541537
* Added docstring linting packages ``pydocstyle`` and ``darglint`` to `make-lint` command :pr:`2670`
542-
* Testing Changes
543-
544-
.. warning::
545-
546-
**Breaking Changes**
547538

548539

549540
**v0.32.1 Sep. 10, 2021**

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.53.1"
26+
__version__ = "0.54.0"

0 commit comments

Comments
 (0)