Skip to content

v0.11.0

Choose a tag to compare

@rwedge rwedge released this 30 Sep 22:13
b4586c3

v0.11.0 Sep 30, 2019

  • Enhancements
    • Improve how files are copied and written (#721)
    • Add number of rows to graph in entityset.plot (#727)
    • Added support for pandas DateOffsets in DFS and Timedelta (#732)
    • Enable feature-specific top_n value using a dictionary in encode_features (#735)
    • Added progress_callback parameter to dfs() and calculate_feature_matrix() (#739 #745)
    • Enable specifying primitives on a per column or per entity basis (#748)
  • Fixes
    • Fixed entity set deserialization (#720)
    • Added error message when DateTimeIndex is a variable but not set as the time_index (#723)
    • Fixed CumCount and other group-by transform primitives that take ID as input (#733, #754)
    • Fix progress bar undercounting (#743)
  • Updated training_window error assertion to only check against observations (#728)
    • Don't delete the whole destination folder while saving entityset (#717)
  • Changes
    • Raise warning and not error on schema version mismatch (#718)
    • Change feature calculation to return in order of instance ids provided (#676)
    • Removed time remaining from displayed progress bar in dfs() and calculate_feature_matrix() (#739)
    • Raise warning in normalize_entity() when time_index of base_entity has an invalid type (#749)
    • Remove toolz as a direct dependency (#755)
    • Allow boolean variable types to be used in the Multiply primitive (#756)
  • Documentation Changes
    • Updated URL for Compose (#716)
  • Testing Changes

Thanks to the following people for contributing to this release: @angela97lin, @chidauri, @christopherbunn, @frances-h, @jeff-hernandez, @kmax12, @MarcoGorelli, @rwedge, @thehomebrewnerd