Skip to content

v0.5.0

Compare
Choose a tag to compare
@jeff-hernandez jeff-hernandez released this 28 Aug 20:37
· 182 commits to main since this release
86c7033

v0.5.0 August 28, 2020

  • Enhancements
    • Added Column-Based Windows (#151).
  • Changes
    • Refactored Data Slice Generator (#150).
  • Documentation Changes
    • Updated README (#164).
    • Updated Predict Next Purchase Demo (#154).
    • Updated Predict Turbofan Degradation Demo (#154).

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 and ds.context.slice_stop. For more details, see the Data Slice Generator Guide.