Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 33Changelog
44---------
55**Future Releases **
6+ * Enhancements
7+ * Fixes
8+ * Changes
9+ * Documentation Changes
10+ * Testing Changes
11+
12+ **v0.5.1 Nov. 15, 2019 **
613 * Enhancements
714 * Added basic outlier detection guardrail :pr: `151 `
815 * Added basic ID column guardrail :pr: `135 `
@@ -20,7 +27,6 @@ Changelog
2027 * Updated documentation to show max_time enhancements :pr: `189 `
2128 * Updated release instructions for RTD :pr: `193 `
2229 * Added contributing instructions :pr: `213 `
23- * Testing Changes
2430
2531**v0.5.0 Oct. 29, 2019 **
2632 * Enhancements
Original file line number Diff line number Diff line change 2727warnings .filterwarnings ("ignore" , category = DeprecationWarning )
2828
2929
30- __version__ = '0.5.0 '
30+ __version__ = '0.5.1 '
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'evalml' ,
5- version = '0.5.0 ' ,
5+ version = '0.5.1 ' ,
66 author = 'Feature Labs, Inc.' ,
77 author_email = 'support@featurelabs.com' ,
88 url = 'http://www.featurelabs.com/' ,
0 commit comments