File tree 3 files changed +13
-6
lines changed 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "2.8 .0"
5
+ assert __version__ == "2.9 .0"
Original file line number Diff line number Diff line change 1
- __version__ = "2.8 .0"
1
+ __version__ = "2.9 .0"
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- Future Release
6
- ==============
5
+ .. Future Release
6
+ ==============
7
7
* Enhancements
8
8
* Fixes
9
- * Fixes erroneous case-sensitive stopword checking in `clean_tokens ` (:pr: `211 `)
10
9
* Changes
11
- * Remove primitives that were transferred to Featuretools (:pr: `214 `)
12
10
* Documentation Changes
13
11
* Testing Changes
14
12
13
+ .. Thanks to the following people for contributing to this release:
14
+
15
+ v2.9.0 Oct 24, 2022
16
+ ===================
17
+ * Fixes
18
+ * Fixes erroneous case-sensitive stopword checking in ``clean_tokens `` (:pr: `211 `)
19
+ * Changes
20
+ * Remove primitives that were transferred to Featuretools (:pr: `214 `)
21
+
15
22
Thanks to the following people for contributing to this release:
16
23
:user: `sbadithe `, :user: `thehomebrewnerd `
17
24
You can’t perform that action at this time.
0 commit comments