File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 22from .autonormalize import *
33from .classes import Dependencies
44
5- __version__ = '1 .0.2 '
5+ __version__ = '2 .0.0 '
Original file line number Diff line number Diff line change 33Release Notes
44-------------
55
6- Future Release
7- ==============
8- * Enhancements
6+ .. Future Release
7+ ==============
8+ * Enhancements
9+ * Fixes
10+ * Changes
11+ * Documentation Changes
12+ * Testing Changes
13+
14+ .. Thanks to the following people for contributing to this release:
15+
16+ v2.0.0 Mar 14, 2022
17+ ===================
918 * Fixes
1019 * Fix compatibility issues with featuretools (:pr: `41 `)
1120 * Changes
1221 * Rename ``normalize_entity `` to ``normalize_entityset `` (:pr: `41 `)
13- * Documentation Changes
14- * Testing Changes
1522
1623 Thanks to the following people for contributing to this release:
1724 :user: `dvreed77 `
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'autonormalize' ,
11- version = '1 .0.2 ' ,
11+ version = '2 .0.0 ' ,
1212 description = 'a library for automated table normalization' ,
1313 url = 'https://github.com/alteryx/autonormalize' ,
1414 license = 'BSD 3-clause' ,
You can’t perform that action at this time.
0 commit comments