File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 2727warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2828
2929
30- __version__ = '0.5.1 '
30+ __version__ = '0.5.2 '
Original file line number Diff line number Diff line change 22
33setup (
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/' ,
You can’t perform that action at this time.
0 commit comments