Skip to content

v1.11.0

Compare
Choose a tag to compare
@ozzieD ozzieD released this 30 Jun 23:04
· 321 commits to main since this release
aac6e8c

v1.11.0 Jun 30, 2022

  • Enhancements
    • Add datetime and string types as valid arguments to dfs cutoff_time (#2147 )
    • Add PartOfDay transform primitive (#2128)
    • Add IsYearEnd, IsYearStart transform primitives (#2124)
    • Add Feature.set_feature_names method to directly set output column names for multi-output features (#2142)
    • Include np.nan testing for DayOfYear and DaysInMonth primitives (#2146)
    • Allow dfs kwargs to be passed into get_valid_primitives (#2157)
  • Fixes
  • Changes
    • Improve serialization and deserialization to reduce storage of duplicate primitive information (#2136, #2127, #2144)
    • Sort core requirements and test requirements in setup cfg (#2152)
  • Documentation Changes
  • Testing Changes
    • Fix pandas warning and reduce dask .apply warnings (#2145)
    • Pin graphviz version used in windows tests (#2159)

Thanks to the following people for contributing to this release:
@gsheni, @ozzieD, @rwedge, @sbadithe, @tamargrey, @thehomebrewnerd