Skip to content

Commit

Permalink
v2.9.0 (#217)
Browse files Browse the repository at this point in the history
* Init release 2.9.0

* Update release_notes.rst
  • Loading branch information
sbadithe authored Oct 24, 2022
1 parent bed7b11 commit 794700a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nlp_primitives/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.8.0"
assert __version__ == "2.9.0"
2 changes: 1 addition & 1 deletion nlp_primitives/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.0"
__version__ = "2.9.0"
15 changes: 11 additions & 4 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Fixes erroneous case-sensitive stopword checking in `clean_tokens` (:pr:`211`)
* Changes
* Remove primitives that were transferred to Featuretools (:pr:`214`)
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.9.0 Oct 24, 2022
===================
* Fixes
* Fixes erroneous case-sensitive stopword checking in ``clean_tokens`` (:pr:`211`)
* Changes
* Remove primitives that were transferred to Featuretools (:pr:`214`)

Thanks to the following people for contributing to this release:
:user:`sbadithe`, :user:`thehomebrewnerd`

Expand Down

0 comments on commit 794700a

Please sign in to comment.