Skip to content

Commit

Permalink
v2.5.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Apr 7, 2022
1 parent ee6dc7b commit 92f9f81
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
Expand Up @@ -2,14 +2,22 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.5.0 Apr 7, 2022
==================
* Fixes
* Fix ``NumUniqueSeparators`` to allow for serialization and deserialization (:pr:`122`)
* Changes
* Speed up LSA primitive initialization (:pr:`118`)
* Documentation Changes
* Testing Changes
* Fix install test and update Makefile (:pr:`123`)

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.4.0'
__version__ = '2.5.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.4.0',
version='2.5.0',
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
classifiers=[
Expand Down

0 comments on commit 92f9f81

Please sign in to comment.