v1.15.0
v1.15.0 Oct 6, 2022
- Enhancements
- Changes
- Change default gap for Rolling* primitives from 0 to 1 to prevent accidental leakage (#2282)
- Updates for pandas 1.5.0 compatibility (#2290, #2291, #2308)
- Exclude documentation files from release workflow (#2295)
- Bump requirements for optional pyspark dependency (#2299)
- Bump
scipy
andwoodwork[spark]
dependencies (#2306)
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @rwedge, @sbadithe, @thehomebrewnerd
Breaking Changes
- The
EntitySet
schema has been updated to include aseries_library
attribute - The default behavior of the
Rolling*
primitives has changed in this release. If this primitive was used without
defining thegap
value, the feature values returned with this release will be different than feature values from
prior releases.