v0.11.0
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
- 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