Skip to content

v2.9.0

Compare
Choose a tag to compare
@gsheni gsheni released this 24 Oct 20:53
· 53 commits to main since this release
1128f56

v2.9.0 Oct 24, 2022

  • Fixes
    • Fixes erroneous case-sensitive stopword checking in clean_tokens (#221)
  • Changes
    • Remove primitives that were transferred to Featuretools (#214)

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

Breaking Changes
++++++++++++++++

  • Multiple primitives were removed from nlp_primitives and transferred to Featuretools as standad primitives. See :#214 for a
    complete list of primitives that were moved. These primitives can now be imported directly from Featuretools. For example,
    use from featuretools.primitives import CountString instead of the previous import of from nlp_primitives import CountString.