Skip to content

Releases: alteryx/featuretools

v0.13.4

27 Mar 18:11
f3b61d4
Compare
Choose a tag to compare

v0.13.4 Mar 27, 2020

  • Fixes
    • Fix ft.show_info() not displaying in Jupyter notebooks (#863)
  • Changes
    • Added Plugin Warnings at Entry Point (#850, #869)
  • Documentation Changes
    • Add links to primitives.featurelabs.com (#860)
    • Add source code links to API reference (#862)
    • Update links for testing Dask/Spark integrations (#867)
    • Update release documentation for featuretools (#868)
  • 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

26 Mar 21:07
Compare
Choose a tag to compare
v0.13.4.dev0 Pre-release
Pre-release

Development release for testing purposes

v0.13.3

28 Feb 23:49
cdc366f
Compare
Choose a tag to compare

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

28 Feb 22:47
Compare
Choose a tag to compare
v0.13.3.dev0 Pre-release
Pre-release

Development release for testing purposes

v0.13.2

01 Feb 01:45
9dcafc2
Compare
Choose a tag to compare

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

31 Jan 20:38
Compare
Choose a tag to compare
v0.13.2.dev0 Pre-release
Pre-release

Test release for development purposes

v0.13.1

29 Dec 03:07
ab65b7d
Compare
Choose a tag to compare

v0.13.1 Dec 28, 2019

  • Enhancements
  • Fixes
    • Raise error when given wrong input for ignore_variables (#826)
    • Fix multi-output features not created when there is no child data (#834)
    • Removing type casting in Equals and NotEquals primitives (#504)
  • Changes
    • Replace pd.timedelta time units that were deprecated (#822)
    • Move sklearn wrapper to separate library (#835, #837)
  • Documentation Changes
  • Testing Changes
    • Run unit tests in windows environment (#790)
    • Update boto3 version requirement for tests (#838)

Thanks to the following people for contributing to this release:
@jeffzi, @kmax12, @rwedge, @systemshift

v0.13.1.dev0

26 Dec 21:31
Compare
Choose a tag to compare

Test release for development purposes

v0.13.0

30 Nov 22:02
0783ccc
Compare
Choose a tag to compare

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
    • Remove python 2.7 support from serialize.py (#812)
    • Make smart_open, boto3, and s3fs optional dependencies (#827)
  • Documentation Changes
    • remove python 2.7 support and add 3.7 in install.rst (#805)
    • Fix import error in docs (#803)
    • Fix release title formatting in changelog (#806)
  • Testing Changes
    • Use multiple CPUS to run tests on CI (#811)
    • Refactor test entityset creation to avoid saving to disk (#813, #821)
    • Remove get_values() from test_es.py to remove warnings (#820)

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

30 Nov 20:56
Compare
Choose a tag to compare
v0.13.0.dev0 Pre-release
Pre-release

Test release for development purposes