File tree 3 files changed +11
-4
lines changed 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
=========
2
2
Changelog
3
3
=========
4
- **Future Release ** TBD
4
+ .. **Future Release**
5
5
* Enhancements
6
6
* Fixes
7
7
* Changes
8
- * Update primitives for compatibility with Featuretools 1.0.0 (:pr: `61 `)
9
8
* Documentation Changes
10
9
* Testing Changes
10
+
11
+ .. Thanks to the following people for contributing to this release:
12
+
13
+
14
+ **v2.0.0 ** Oct 13, 2021
15
+ * Changes
16
+ * Update primitives for compatibility with Featuretools 1.0.0 (:pr: `61 `)
17
+ * Testing Changes
11
18
* Individual CI jobs will not cancel if other jobs fail (:pr: `67 `)
12
19
13
20
Thanks to the following people for contributing to this release:
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.0rc1 '
4
+ __version__ = '2.0.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.0rc1 ' ,
19
+ version = '2.0.0 ' ,
20
20
author = 'Feature Labs, Inc.' ,
21
21
author_email = 'support@featurelabs.com' ,
22
22
classifiers = [
You can’t perform that action at this time.
0 commit comments