Skip to content

Commit

Permalink
v2.3.0 (#109)
Browse files Browse the repository at this point in the history
* bump version number

* update changelog
  • Loading branch information
rwedge authored Feb 28, 2022
1 parent dfde88e commit 8dbd4c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
* Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest(:pr:`107`)
.. Thanks to the following people for contributing to this release:
v2.3.0 Feb 28, 2022
===================
* Changes
* Tensorflow dependent primitives only imported at top level if tensorflow is installed (:pr:`105`)
* Testing Changes
* Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest (:pr:`107`)

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

v2.2.0 Feb 17, 2022
===================
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__ = '2.2.0'
__version__ = '2.3.0'
from importlib.util import find_spec

import pkg_resources
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='2.2.0',
version='2.3.0',
author='Alteryx, Inc.',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 8dbd4c9

Please sign in to comment.