Skip to content

v0.1.5

Compare
Choose a tag to compare
@ianspektor ianspektor released this 10 Oct 15:51
· 462 commits to main since this release
4b1d072

Release Notes

Features

  • Added EventSet.filter_moving_count() operator.
  • Added EventSet.map() operator.
  • Added EventSet.tick_calendar() operator.
  • Added EventSet.where() operator.
  • Added all moving window operators to Beam execution backend.

Improvements

  • Print EventSet timestamps as datetimes instead of float.
  • Support sampling argument in EventSet.cumsum() operator.
  • Using utf-8 codec to support non-ascii in string values.
  • New tp.types module to facilitate access to types used throughout the API.
  • Relaxed version requirements for protobuf and pandas.

Fixes

  • Fixed issues when loading timestamps from np.longlong and other dtypes.

What's Changed

Full Changelog: v0.1.4...v0.1.5