File tree 4 files changed +14
-7
lines changed
4 files changed +14
-7
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
+ * Enhancements
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.9 February 5, 2021 **
6
15
* Enhancements
7
16
* Add Python 3.9 support without Koalas testing (:pr: `511 `)
8
17
* Add ``get_valid_mi_types `` function to list LogicalTypes valid for mutual information calculation (:pr: `517 `)
9
18
* Fixes
10
19
* Handle missing values in Datetime columns when calculating mutual information (:pr: `516 `)
11
20
* Support numpy 1.20.0 by restricting version for koalas and changing serialization error message (:pr: `532 `)
12
21
* Move Koalas option setting to DataTable init instead of import (:pr: `543 `)
13
- * Changes
14
22
* Documentation Changes
15
23
* Add Alteryx OSS Twitter link (:pr: `519 `)
16
24
* Update logo and add new favicon (:pr: `521 `)
17
25
* Multiple improvements to Getting Started page and guides (:pr: `527 `)
18
26
* Clean up API Reference and docstrings (:pr: `536 `)
19
27
* Added Open Graph for Twitter and Facebook (:pr: `544 `)
20
- * Testing Changes
21
28
22
- Thanks to the following people for contributing to this release:
29
+ Thanks to the following people for contributing to this release:
23
30
:user: `gsheni `, :user: `tamargrey `, :user: `thehomebrewnerd `
24
31
25
32
**v0.0.8 January 25, 2021 **
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.8 ' ,
18
+ version = '0.0.9 ' ,
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.8 "
5
+ assert __version__ == "0.0.9 "
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.8 "
1
+ __version__ = "0.0.9 "
You can’t perform that action at this time.
0 commit comments