File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 22
33Release Notes
44-------------
5-
6- Future Release
7- ==============
5+ .. Future Release
6+ ==============
87 * Enhancements
8+ * Fixes
9+ * Changes
10+ * Documentation Changes
11+ * Testing Changes
12+
13+ .. Thanks to the following people for contributing to this release:
14+
15+ v0.9.1 Nov 19, 2021
16+ ===================
917 * Fixes
1018 * Fix bug that causes ``mutual_information `` to fail with certain index types (:pr: `1199 `)
1119 * Changes
1220 * Update pip to 21.3.1 for test requirements (:pr: `1196 `)
1321 * Documentation Changes
1422 * Update install page with updated minimum optional dependencies (:pr: `1193 `)
15- * Testing Changes
1623
1724 Thanks to the following people for contributing to this release:
1825 :user: `gsheni `, :user: `thehomebrewnerd `
Original file line number Diff line number Diff line change 1616 author = 'Alteryx, Inc.' ,
17171818 license = 'BSD 3-clause' ,
19- version = '0.9.0 ' ,
19+ version = '0.9.1 ' ,
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.0 "
5+ assert __version__ == "0.9.1 "
Original file line number Diff line number Diff line change 1- __version__ = "0.9.0 "
1+ __version__ = "0.9.1 "
You can’t perform that action at this time.
0 commit comments