File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- Future Release
6
- ==============
5
+ .. Future Release
6
+ ==============
7
7
* 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
+ ==================
8
17
* Fixes
9
18
* Fix ``NumUniqueSeparators `` to allow for serialization and deserialization (:pr: `122 `)
10
19
* Changes
11
20
* Speed up LSA primitive initialization (:pr: `118 `)
12
- * Documentation Changes
13
21
* Testing Changes
14
22
* Fix install test and update Makefile (:pr: `123 `)
15
23
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
2
import nltk .data
3
3
4
- __version__ = '2.4 .0'
4
+ __version__ = '2.5 .0'
5
5
from importlib .util import find_spec
6
6
7
7
import pkg_resources
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = 'nlp_primitives' ,
19
- version = '2.4 .0' ,
19
+ version = '2.5 .0' ,
20
20
author = 'Alteryx, Inc.' ,
21
21
22
22
classifiers = [
You can’t perform that action at this time.
0 commit comments