Skip to content

Commit

Permalink
v1.0.0 (#26)
Browse files Browse the repository at this point in the history
* bump version number

* update changelog

* update changelog
  • Loading branch information
thehomebrewnerd authored Aug 12, 2020
1 parent 0868ced commit 7d27a0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
=========
Changelog
=========
**Future Release**
* Remove tensorflow and tensorhub as core requirements but instead
can be installed with ``pip install nlp_primitives[complete]"``
**v1.0.0** Aug 12, 2020
* Changes
* Remove tensorflow and tensorhub as core requirements, but they
can be installed with ``pip install nlp_primitives[complete]``. The
``UniversalSentenceEncoder`` primitive requires the ``nlp_primitives[complete]``
install but all other primitives work with the standard install. (:pr:`24`)
* Testing Changes
* Update CircleCI to perform complete install and use matrix jobs (:pr:`24`)

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`

**v0.3.1**
* Fix installation error related to scipy version
Expand Down
2 changes: 1 addition & 1 deletion nlp_primitives/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '0.3.1'
__version__ = '1.0.0'
from .diversity_score import DiversityScore
from .lsa import LSA
from .mean_characters_per_word import MeanCharactersPerWord
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='nlp_primitives',
version='0.3.1',
version='1.0.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
Expand Down

0 comments on commit 7d27a0c

Please sign in to comment.