Skip to content

Commit 12f92af

Browse files
v0.3.0 (#15)
1 parent ac9c485 commit 12f92af

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/source/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Changelog
33
=========
44

5-
**Future Release**
6-
* Dropped Python 3.5 and added Python 3.8
5+
**v0.3.0**
76
* Fixed case-insensitivity in the Stopword Count Primitive
7+
* Made compatible with Tensorflow 2
8+
* Dropped Python 3.5 and added Python 3.8
89

910
**v0.2.5**
1011
* Removed python-dateutil as a requirement

nlp_primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '0.2.5'
2+
__version__ = '0.3.0'
33
from .diversity_score import DiversityScore
44
from .lsa import LSA
55
from .mean_characters_per_word import MeanCharactersPerWord

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='nlp_primitives',
12-
version='0.2.5',
12+
version='0.3.0',
1313
author='Feature Labs, Inc.',
1414
author_email='support@featurelabs.com',
1515
license='BSD 3-clause',

0 commit comments

Comments
 (0)