File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- Future Release
6- ==============
5+ .. Future Release
6+ ==============
77 * Enhancements
8+ * Fixes
9+ * Changes
10+ * Documentation Changes
11+ * Testing Changes
12+
13+ .. Thanks to the following people for contributing to this release:
14+
15+ v2.5.0 Apr 7, 2022
16+ ==================
817 * Fixes
918 * Fix ``NumUniqueSeparators `` to allow for serialization and deserialization (:pr: `122 `)
1019 * Changes
1120 * Speed up LSA primitive initialization (:pr: `118 `)
12- * Documentation Changes
1321 * Testing Changes
1422 * Fix install test and update Makefile (:pr: `123 `)
1523
Original file line number Diff line number Diff line change 11# flake8: noqa
22import nltk .data
33
4- __version__ = '2.4 .0'
4+ __version__ = '2.5 .0'
55from importlib .util import find_spec
66
77import pkg_resources
Original file line number Diff line number Diff line change 1616
1717setup (
1818 name = 'nlp_primitives' ,
19- version = '2.4 .0' ,
19+ version = '2.5 .0' ,
2020 author = 'Alteryx, Inc.' ,
21212222 classifiers = [
You can’t perform that action at this time.
0 commit comments