File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Release Notes
4
4
-------------
5
- **Future Release **
5
+ .. **Future Release**
6
6
* Enhancements
7
7
* Fixes
8
+ * Changes
9
+ * Documentation Changes
10
+ * Testing Changes
11
+
12
+ .. Thanks to the following people for contributing to this release:
13
+
14
+ **v0.0.11 March 15, 2021 **
8
15
* Changes
9
16
* Restrict Koalas version to ``<1.7.0 `` due to breaking changes (:pr: `674 `)
10
- * Include unique columns in mutual information calculations (:pr: `687 `)
11
- * Add parameter to include index column in mutual information calculations (:pr: `692 `)
17
+ * Include unique columns in mutual information calculations (:pr: `687 `)
18
+ * Add parameter to include index column in mutual information calculations (:pr: `692 `)
12
19
* Documentation Changes
13
20
* Update to remove warning message from statistical insights guide (:pr: `690 `)
14
21
* Testing Changes
Original file line number Diff line number Diff line change 15
15
author = 'Alteryx, Inc.' ,
16
16
17
17
license = 'BSD 3-clause' ,
18
- version = '0.0.10 ' ,
18
+ version = '0.0.11 ' ,
19
19
description = 'a two-dimensional data object with labeled axes and typing information' ,
20
20
url = 'https://github.com/alteryx/woodwork/' ,
21
21
classifiers = [
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "0.0.10 "
5
+ assert __version__ == "0.0.11 "
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.10 "
1
+ __version__ = "0.0.11 "
You can’t perform that action at this time.
0 commit comments