Skip to content

Commit

Permalink
Changes for 1.2.0 release (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque authored Sep 3, 2021
1 parent 139ecc4 commit ed22719
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,26 @@ Changelog
* Fixes
* Changes
* Documentation Changes
* Update UniversalSentenceEncoder docstring example (:pr:`42`)
* Testing Changes

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

**v1.2.0** Sept 3, 2021
* Enhancements
* Add Elmo primitive (:pr:`64`)
* Changes
* Drop python 3.6 support (:pr:`57`)
* Documentation Changes
* Update UniversalSentenceEncoder docstring example (:pr:`42`)

Thanks to the following people for contributing to this release:
:user:`davesque`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`rwedge`

Breaking Changes
++++++++++++++++
* Drop python 3.6 support (:pr:`57`)


**v1.1.0** Oct 26, 2020
* Changes
Expand Down
2 changes: 1 addition & 1 deletion nlp_primitives/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flake8: noqa
import nltk.data

__version__ = '1.1.0'
__version__ = '1.2.0'
import pkg_resources

from .diversity_score import DiversityScore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='nlp_primitives',
version='1.1.0',
version='1.2.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit ed22719

Please sign in to comment.