Skip to content

Commit 8dbd4c9

Browse files
authored
v2.3.0 (#109)
* bump version number * update changelog
1 parent dfde88e commit 8dbd4c9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

docs/source/changelog.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
88
* Fixes
99
* Changes
1010
* Documentation Changes
1111
* Testing Changes
12-
* Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest(:pr:`107`)
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v2.3.0 Feb 28, 2022
16+
===================
17+
* Changes
18+
* Tensorflow dependent primitives only imported at top level if tensorflow is installed (:pr:`105`)
19+
* Testing Changes
20+
* Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest (:pr:`107`)
1321

1422
Thanks to the following people for contributing to this release:
15-
:user:`dvreed77`
23+
:user:`dvreed77`, :user:`rwedge`
1624

1725
v2.2.0 Feb 17, 2022
1826
===================

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__ = '2.2.0'
4+
__version__ = '2.3.0'
55
from importlib.util import find_spec
66

77
import pkg_resources

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='2.2.0',
19+
version='2.3.0',
2020
author='Alteryx, Inc.',
2121
author_email='support@featurelabs.com',
2222
classifiers=[

0 commit comments

Comments
 (0)