v0.5.0
v0.5.0 August 28, 2020
- Enhancements
- Added Column-Based Windows (#151).
- Changes
- Refactored Data Slice Generator (#150).
- Documentation Changes
Breaking Changes
- Attributes of the data slice context have changed. Inside a labeling function, the timestamps of a data slice can be referenced by
ds.context.slice_start
andds.context.slice_stop
. For more details, see the Data Slice Generator Guide.