Skip to content

v0.13.0

Compare
Choose a tag to compare
@rwedge rwedge released this 30 Nov 22:02
0783ccc

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.