Skip to content

Releases: alteryx/nlp_primitives

v2.4.0

31 Mar 15:22
0d22555
Compare
Choose a tag to compare

v2.4.0 Mar 31, 2022

  • Changes
    • Added pip dependencies for M1 Macs (#117)
  • Testing Changes
    • Added Release Notes CI Check (#110)
    • Added CI check to ensure entrypoint works with Featuretools (#111)
    • Fixed workflow that tests latest changes to featuretools (#112)

Thanks to the following people for contributing to this release:
@dvreed77, @gsheni, @jeff-hernandez, @thehomebrewnerd

v2.3.0

28 Feb 19:27
8dbd4c9
Compare
Choose a tag to compare

v2.3.0 Feb 28, 2022

  • Changes
    • Tensorflow dependent primitives only imported at top level if tensorflow is installed (#105)
  • Testing Changes
    • Skip Tensorflow dependent tests if --notensorflow flag is passed to pytest (#107)

Thanks to the following people for contributing to this release:
@dvreed77, @rwedge

v2.2.0

17 Feb 20:37
99ebc30
Compare
Choose a tag to compare

v2.2.0 Feb 17, 2022

  • Enhancements
    • Add NumberOfUniqueSeparators primitive (#90)
    • Add NumberOfCommonWords primitive (#92)
    • Add CountString and WhitespaceCount primitives (#89)
  • Fixes
    • Fixes error with MeanCharactersPerWord primitive with series of Nones (#101)
  • Documentation Changes
    • Remove testing on conda forge in release.md (#84)
  • Testing Changes
    • Update scheduler workflow to use correct name and file (#87, #86)
    • Add workflow to auto-merge dependency PRs (#93)

Thanks to the following people for contributing to this release:
@dvreed77, @gsheni, @jeff-hernandez, @tuethan1999

v2.1.0

21 Dec 20:03
b65391f
Compare
Choose a tag to compare

v2.1.0 Dec 21, 2021

  • Enhancements
    • Add primitive for total word length TotalWordLength (#79)
    • Add primitive for median word length MedianWordLength (#80)
  • Changes
    • Update setup.py with new and correct information (#72)
  • Testing Changes
    • Add python 3.9 CI for unit tests and entrypoint tests (#72)

Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez

v2.1.0.dev0

21 Dec 18:41
Compare
Choose a tag to compare
v2.1.0.dev0 Pre-release
Pre-release

Development release for testing purposes

v2.0.0

13 Oct 19:32
5f3d696
Compare
Choose a tag to compare

v2.0.0 Oct 13, 2021

  • Changes
    • Update primitives for compatibility with Featuretools 1.0.0 (#61)
  • Testing Changes
    • Individual CI jobs will not cancel if other jobs fail (#67)

Thanks to the following people for contributing to this release:
@rwedge, @thehomebrewnerd

v2.0.0.dev0

12 Oct 21:44
Compare
Choose a tag to compare
v2.0.0.dev0 Pre-release
Pre-release

Development release for testing purposes

v2.0.0rc1

30 Sep 21:20
Compare
Choose a tag to compare
v2.0.0rc1 Pre-release
Pre-release

2.0.0rc1 Sep 30, 2021

  • Changes
    • Update primitives for compatibility with Featuretools 1.0.0 (#61)
  • Testing Changes
    • Individual CI jobs will not cancel if other jobs fail (#67)

v1.2.0

03 Sep 22:04
ed22719
Compare
Choose a tag to compare

v1.2.0 Sept 3, 2021

  • Enhancements
    • Add Elmo primitive (#64)
  • Changes
    • Drop python 3.6 support (#57)
  • Documentation Changes
    • Update UniversalSentenceEncoder docstring example (#42)

Thanks to the following people for contributing to this release:
@davesque, @gsheni, @jeff-hernandez, @rwedge

Breaking Changes

  • Drop python 3.6 support (#57)

v1.1.0

26 Oct 23:06
ec45a18
Compare
Choose a tag to compare

v1.1.0 Oct 26, 2020

  • Changes
    • Upgrade to Featuretools 0.20.0 and replace Text variable type with NaturalLanguage (#34)
    • Include corpus download with package instead of downloading at first run. (#31)
    • Change corpus used by LSA primitive (#35)
    • Refactor clean_tokens function (#29)
  • Testing Changes
    • Add another set of CI jobs which ensure that we can make an nlp_primitives package, install that, and then still pass all the unit tests, vs an editable install (#31)
    • Move some test utils into test/ (#31)

Thanks to the following people for contributing to this release:
@dsherry, @eccabay, @gsheni, @rwedge