Skip to content

v0.9.1

Choose a tag to compare

@rwedge rwedge released this 03 Jul 21:18
f7adfde

v0.9.1 July 3, 2019

  • Enhancements
    • Speedup groupby transform calculations (#609)
    • Generate features along all paths when there are multiple paths between entities (#600, #608)
  • Fixes
    • Select columns of dataframe using a list (#615)
    • Change type of features calculated on Index features to Categorical (#602)
    • Filter dataframes through forward relationships (#625)
    • Specify Dask version in requirements for python 2 (#627)
    • Keep dataframe sorted by time during feature calculation (#626)
    • Fix bug in encode_features that created duplicate columns of
      features with multiple outputs (#622)
  • Changes
    • Remove unused variance_selection.py file (#613)
    • Remove Timedelta data param (#619)
    • Remove DaysSince primitive (#628)
  • Documentation Changes
    • Add installation instructions for add-on libraries (#617)
    • Miscellaneous changes (#632, #639)
  • Testing Changes

Thanks to the following people for contributing to this release: @CJStadler, @gsheni, @kkleidal, @kmax12, @rwedge