Releases: alteryx/nlp_primitives
v2.13.0
v2.13.0 May 15, 2024
- Changes
- Testing Changes
- Update release notes updated check CI action (#284)
Thanks to the following people for contributing to this release:
@thehomebrewnerd
v2.12.0
v2.12.0 Feb 26, 2024
Warning
This release of nlp-primitives will not support Python 3.8
- Changes
- Remove support for Python 3.8 and add support for 3.11 (#269)
- Testing Changes
- Update
release.yaml
to use trusted publisher for PyPI releases (#269)
- Update
Thanks to the following people for contributing to this release:
@thehomebrewnerd
v2.11.0
v2.10.0
v2.9.0
v2.9.0 Oct 24, 2022
- Fixes
- Fixes erroneous case-sensitive stopword checking in
clean_tokens
(#221)
- Fixes erroneous case-sensitive stopword checking in
- 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,
usefrom featuretools.primitives import CountString
instead of the previous import offrom nlp_primitives import CountString
.
v2.8.0
v2.8.0 Sep 14, 2022
- Enhancements
- Fixes
- Update README.md with Alteryx info (#167)
- Changes
- Testing Changes
- Change codecov v3 for GitHub workflow (#184)
Thanks to the following people for contributing to this release:
@gsheni, @sbadithe, @thehomebrewnerd
v2.7.1
v2.7.1 Jun 29, 2022
- Fixes
- Clean up naming of LSA features to prevent full custom corpus from being displayed (#161)
Thanks to the following people for contributing to this release:
@thehomebrewnerd
v2.7.0
v2.7.0 Jun 16, 2022
- Enhancements
- Allow users to optionally pass in a custom corpus to use with the LSA primitive (#148)
- Fixes
- Documentation Changes
- Update release branch naming convention in documentation (#155)
- Testing Changes
- Add workflow to test nlp_primitives without test dependencies (#157)
Thanks to the following people for contributing to this release:
@gsheni, @rwedge, @thehomebrewnerd
v2.6.0
v2.5.0
v2.5.0 Apr 7, 2022
- Fixes
- Fix
NumUniqueSeparators
to allow for serialization and deserialization (#122)
- Fix
- Changes
- Speed up LSA primitive initialization (#118)
- Testing Changes
- Fix install test and update Makefile (#123)
Thanks to the following people for contributing to this release:
@rwedge, @thehomebrewnerd