Skip to content

Commit 7d27a0c

Browse files
v1.0.0 (#26)
* bump version number * update changelog * update changelog
1 parent 0868ced commit 7d27a0c

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
=========
22
Changelog
33
=========
4-
**Future Release**
5-
* Remove tensorflow and tensorhub as core requirements but instead
6-
can be installed with ``pip install nlp_primitives[complete]"``
4+
**v1.0.0** Aug 12, 2020
5+
* Changes
6+
* Remove tensorflow and tensorhub as core requirements, but they
7+
can be installed with ``pip install nlp_primitives[complete]``. The
8+
``UniversalSentenceEncoder`` primitive requires the ``nlp_primitives[complete]``
9+
install but all other primitives work with the standard install. (:pr:`24`)
10+
* Testing Changes
11+
* Update CircleCI to perform complete install and use matrix jobs (:pr:`24`)
12+
13+
Thanks to the following people for contributing to this release:
14+
:user:`thehomebrewnerd`
715

816
**v0.3.1**
917
* Fix installation error related to scipy version

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.3.1'
2+
__version__ = '1.0.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
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='nlp_primitives',
15-
version='0.3.1',
15+
version='1.0.0',
1616
author='Feature Labs, Inc.',
1717
author_email='support@featurelabs.com',
1818
license='BSD 3-clause',

0 commit comments

Comments
 (0)