File tree 3 files changed +14
-6
lines changed 3 files changed +14
-6
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
8
* Fixes
9
9
* Changes
10
10
* Documentation Changes
11
11
* Testing Changes
12
- * Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest(:pr: `107 `)
12
+
13
+ .. Thanks to the following people for contributing to this release:
14
+
15
+ v2.3.0 Feb 28, 2022
16
+ ===================
17
+ * Changes
18
+ * Tensorflow dependent primitives only imported at top level if tensorflow is installed (:pr: `105 `)
19
+ * Testing Changes
20
+ * Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest (:pr: `107 `)
13
21
14
22
Thanks to the following people for contributing to this release:
15
- :user: `dvreed77 `
23
+ :user: `dvreed77 `, :user: ` rwedge `
16
24
17
25
v2.2.0 Feb 17, 2022
18
26
===================
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
2
import nltk .data
3
3
4
- __version__ = '2.2 .0'
4
+ __version__ = '2.3 .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.2 .0' ,
19
+ version = '2.3 .0' ,
20
20
author = 'Alteryx, Inc.' ,
21
21
author_email = 'support@featurelabs.com' ,
22
22
classifiers = [
You can’t perform that action at this time.
0 commit comments