File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- **Future Release **
6
- * Dropped Python 3.5 and added Python 3.8
5
+ **v0.3.0 **
7
6
* Fixed case-insensitivity in the Stopword Count Primitive
7
+ * Made compatible with Tensorflow 2
8
+ * Dropped Python 3.5 and added Python 3.8
8
9
9
10
**v0.2.5 **
10
11
* Removed python-dateutil as a requirement
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
- __version__ = '0.2.5 '
2
+ __version__ = '0.3.0 '
3
3
from .diversity_score import DiversityScore
4
4
from .lsa import LSA
5
5
from .mean_characters_per_word import MeanCharactersPerWord
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'nlp_primitives' ,
12
- version = '0.2.5 ' ,
12
+ version = '0.3.0 ' ,
13
13
author = 'Feature Labs, Inc.' ,
14
14
author_email = 'support@featurelabs.com' ,
15
15
license = 'BSD 3-clause' ,
You can’t perform that action at this time.
0 commit comments