Skip to content

Commit 882a9e4

Browse files
authored
Release v0.51.0. (#3489)
1 parent 1b36692 commit 882a9e4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release Notes
22
-------------
33
**Future Releases**
4+
* Enhancements
5+
* Fixes
6+
* Changes
7+
* Documentation Changes
8+
* Testing Changes
9+
10+
.. warning::
11+
12+
**Breaking Changes**
13+
14+
15+
**v0.51.0 Apr. 28, 2022**
416
* Enhancements
517
* Updated ``make_pipeline_from_data_check_output`` to work with time series problems. :pr:`3454`
618
* Fixes

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.50.0"
26+
__version__ = "0.51.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='evalml',
14-
version='0.50.0',
14+
version='0.51.0',
1515
author='Alteryx, Inc.',
1616
author_email='open_source_support@alteryx.com',
1717
description='EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.',

0 commit comments

Comments
 (0)