Releases: alteryx/featuretools
v0.13.4
v0.13.4 Mar 27, 2020
- Fixes
- Fix ft.show_info() not displaying in Jupyter notebooks (#863)
- Changes
- Documentation Changes
- Testing Changes
- Miscellaneous changes (#861)
Thanks to the following people for contributing to this release: @frances-h, @FreshLeaf8865, @jeff-hernandez, @rwedge, @thehomebrewnerd
v0.13.4.dev0
Development release for testing purposes
v0.13.3
v0.13.3 Feb 28, 2020
- Fixes
- Fix a connection closed error when using n_jobs (#853)
- Changes
- Pin msgpack dependency for Python 3.5; remove dataframe from Dask dependency (#851)
- Documentation Changes
- Update link to help documentation page in Github issue template (#855)
Thanks to the following people for contributing to this release:
@frances-h, @rwedge
v0.13.3.dev0
Development release for testing purposes
v0.13.2
v0.13.2 Jan 31, 2020
- Enhancements
- Support for Pandas 1.0.0 (#844)
- Changes
- Remove dependency on s3fs library for anonymous downloads from S3 (#825)
- Testing Changes
- Added GitHub Action to automatically run performance tests (#840)
Thanks to the following people for contributing to this release:
@frances-h, @rwedge
v0.13.2.dev0
Test release for development purposes
v0.13.1
v0.13.1 Dec 28, 2019
- Enhancements
- Fixes
- Changes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@jeffzi, @kmax12, @rwedge, @systemshift
v0.13.1.dev0
Test release for development purposes
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.
v0.13.0.dev0
Test release for development purposes