File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 22
33Release Notes
44-------------
5- Future Release
6- ==============
5+ .. Future Release
6+ ==============
77 * Enhancements
8- * Allow frequency inference on temporal (Datetime, Timedelta) columns of Woodwork DataFrame (:pr: `1202 `)
9- * Update ``describe_dict `` to compute ``top_values `` for double columns that contain only integer values (:pr: `1206 `)
108 * Fixes
119 * Changes
12- * Return histogram bins as a list of floats instead of a ``pandas.Interval `` object (:pr: `1207 `)
1310 * Documentation Changes
1411 * Testing Changes
1512
13+ .. Thanks to the following people for contributing to this release:
14+
15+ v0.10.0 Nov 30, 2020
16+ ====================
17+ * Enhancements
18+ * Allow frequency inference on temporal (Datetime, Timedelta) columns of Woodwork DataFrame (:pr: `1202 `)
19+ * Update ``describe_dict `` to compute ``top_values `` for double columns that contain only integer values (:pr: `1206 `)
20+ * Changes
21+ * Return histogram bins as a list of floats instead of a ``pandas.Interval `` object (:pr: `1207 `)
22+
1623 Thanks to the following people for contributing to this release:
1724 :user: `tamargrey `, :user: `thehomebrewnerd `
1825
Original file line number Diff line number Diff line change 1616 author = 'Alteryx, Inc.' ,
17171818 license = 'BSD 3-clause' ,
19- version = '0.9.1 ' ,
19+ version = '0.10.0 ' ,
2020 description = 'a two-dimensional data object with labeled axes and typing information' ,
2121 url = 'https://github.com/alteryx/woodwork/' ,
2222 classifiers = [
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.9.1 "
5+ assert __version__ == "0.10.0 "
Original file line number Diff line number Diff line change 1- __version__ = "0.9.1 "
1+ __version__ = "0.10.0 "
You can’t perform that action at this time.
0 commit comments