v0.13.0
v0.13.0 Nov 30, 2019
- Enhancements
- Added GitHub Action to auto upload releases to PyPI (#816)
- Fixes
- Fix issue where some primitive options would not be applied (#807)
- Fix issue with converting to pickle or parquet after adding interesting features (#798, #823)
- Diff primitive now calculates using all available data (#824)
- Prevent DFS from creating Identity Features of globally ignored variables (#819)
- Changes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@frances-h, @jeff-hernandez, @rwedge, @systemshift
Breaking Changes
- The libraries used for downloading or uploading from S3 or URLs are now
optional and will no longer be installed by default. To use this
functionality they will need to be installed separately. - The fix to how the Diff primitive is calculated may slow down the overall
calculation time of feature lists that use this primitive.