Skip to content

Commit 1169b40

Browse files
authored
v0.5.2 (#221)
* release * merging in notebook build PR
1 parent 9503827 commit 1169b40

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ Changelog
99
* Documentation Changes
1010
* Testing Changes
1111

12+
**v0.5.2 Nov. 18, 2019**
13+
* Enhancements
14+
* Adding basic pipeline structure visualization :pr:`211`
15+
* Documentation Changes
16+
* Added notebooks to build process :pr:`212`
17+
1218
**v0.5.1 Nov. 15, 2019**
1319
* Enhancements
1420
* Added basic outlier detection guardrail :pr:`151`
1521
* Added basic ID column guardrail :pr:`135`
1622
* Added support for unlimited pipelines with a max_time limit :pr:`70`
1723
* Updated .readthedocs.yaml to successfully build :pr:`188`
18-
* Adding basic pipeline structure visualization :pr:`211`
1924
* Fixes
2025
* Removed MSLE from default additional objectives :pr:`203`
2126
* Fixed random_state passed in pipelines :pr:`204`

evalml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
warnings.filterwarnings("ignore", category=DeprecationWarning)
2828

2929

30-
__version__ = '0.5.1'
30+
__version__ = '0.5.2'

setup.py

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

33
setup(
44
name='evalml',
5-
version='0.5.1',
5+
version='0.5.2',
66
author='Feature Labs, Inc.',
77
author_email='support@featurelabs.com',
88
url='http://www.featurelabs.com/',

0 commit comments

Comments
 (0)