Releases: alteryx/nlp_primitives
Releases · alteryx/nlp_primitives
v1.1.0.dev0
Development release for testing purposes
v1.0.0
v1.0.0 Aug 12, 2020
- Changes
- Remove tensorflow and tensorhub as core requirements, but they can be installed with
pip install nlp_primitives[complete]
. TheUniversalSentenceEncoder
primitive requires thenlp_primitives[complete]
install but all other primitives work with the standard install. (#24)
- Remove tensorflow and tensorhub as core requirements, but they can be installed with
- Testing Changes
- Update CircleCI to perform complete install and use matrix jobs (#24)
Thanks to the following people for contributing to this release:
@thehomebrewnerd
v0.4.0.dev0
Development release for testing purposes
v0.3.1
v0.3.0
V0.2.5
v0.2.4
Release with minor updates
v0.2.3 ready for new release
PYPi sync
Release with functionality
This release includes the main functionality for the nlp-primitives library, with several natural language processing primitives and their required data. This was built for use with Featuretools.