Skip to content

Releases: alteryx/nlp_primitives

v1.1.0.dev0

26 Oct 21:41
Compare
Choose a tag to compare
v1.1.0.dev0 Pre-release
Pre-release

Development release for testing purposes

v1.0.0

12 Aug 17:06
7d27a0c
Compare
Choose a tag to compare

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]. The UniversalSentenceEncoder primitive requires the nlp_primitives[complete] install but all other primitives work with the standard install. (#24)
  • 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

11 Aug 18:53
Compare
Choose a tag to compare
v0.4.0.dev0 Pre-release
Pre-release

Development release for testing purposes

v0.3.1

10 Jul 19:04
8dca05b
Compare
Choose a tag to compare

v0.3.1

  • Fix installation error related to scipy version

v0.3.0

15 May 21:37
12f92af
Compare
Choose a tag to compare

v0.3.0 May 15, 2020

  • Fixed case-insensitivity in the Stopword Count Primitive (#10)
  • Made compatible with Tensorflow 2 (#13)
  • Dropped Python 3.5 and added Python 3.8 (#16)

V0.2.5

20 Apr 18:58
9df3fc2
Compare
Choose a tag to compare

v0.2.5 April 20, 2020

  • Removed python-dateutil as a requirement

v0.2.4

15 Nov 22:30
9f59774
Compare
Choose a tag to compare

v02.4 November 15, 2019

  • Added Featuretools Entry Point (#4)
  • PyPI Upload (#5)

Release with minor updates

16 Aug 19:55
Compare
Choose a tag to compare
v0.2.3

ready for new release

PYPi sync

15 Aug 14:19
Compare
Choose a tag to compare

Release with number syncing and description for PYPi

Release with functionality

14 Aug 16:57
Compare
Choose a tag to compare
Pre-release

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.