File tree 3 files changed +4
-5
lines changed 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
=========
2
2
Changelog
3
3
=========
4
- **Future Release **
4
+
5
+ **v2.1.0 ** Dec 21, 2021
5
6
* Enhancements
6
7
* Add primitive for total word length ``TotalWordLength `` (:pr: `79 `)
7
8
* Add primitive for median word length ``MedianWordLength `` (:pr: `80 `)
8
- * Fixes
9
9
* Changes
10
10
* Update setup.py with new and correct information (:pr: `72 `)
11
- * Documentation Changes
12
11
* Testing Changes
13
12
* Add python 3.9 CI for unit tests and entrypoint tests (:pr: `72 `)
14
13
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
2
import nltk .data
3
3
4
- __version__ = '2.0 .0'
4
+ __version__ = '2.1 .0'
5
5
import pkg_resources
6
6
7
7
from .diversity_score import DiversityScore
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = 'nlp_primitives' ,
19
- version = '2.0 .0' ,
19
+ version = '2.1 .0' ,
20
20
author = 'Alteryx, Inc.' ,
21
21
author_email = 'support@featurelabs.com' ,
22
22
classifiers = [
You can’t perform that action at this time.
0 commit comments