Skip to content

Commit ed22719

Browse files
authored
Changes for 1.2.0 release (#65)
1 parent 139ecc4 commit ed22719

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

docs/source/changelog.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,26 @@ Changelog
66
* Fixes
77
* Changes
88
* Documentation Changes
9-
* Update UniversalSentenceEncoder docstring example (:pr:`42`)
109
* Testing Changes
1110

1211
Thanks to the following people for contributing to this release:
13-
:user:`rwedge`
12+
...
13+
14+
**v1.2.0** Sept 3, 2021
15+
* Enhancements
16+
* Add Elmo primitive (:pr:`64`)
17+
* Changes
18+
* Drop python 3.6 support (:pr:`57`)
19+
* Documentation Changes
20+
* Update UniversalSentenceEncoder docstring example (:pr:`42`)
21+
22+
Thanks to the following people for contributing to this release:
23+
:user:`davesque`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`rwedge`
24+
25+
Breaking Changes
26+
++++++++++++++++
27+
* Drop python 3.6 support (:pr:`57`)
28+
1429

1530
**v1.1.0** Oct 26, 2020
1631
* Changes

nlp_primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
import nltk.data
33

4-
__version__ = '1.1.0'
4+
__version__ = '1.2.0'
55
import pkg_resources
66

77
from .diversity_score import DiversityScore

setup.py

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

1717
setup(
1818
name='nlp_primitives',
19-
version='1.1.0',
19+
version='1.2.0',
2020
author='Feature Labs, Inc.',
2121
author_email='support@featurelabs.com',
2222
classifiers=[

0 commit comments

Comments
 (0)