v0.1.5
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 inEventSet.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
- Fix dependencies by @achoum in #261
- Support sampling in cumsum by @DonBraulio in #259
- Show datetimes instead of float on unix timestamps by @DonBraulio in #260
- Fix open in colab link in getting started by @ianspektor in #263
- Beam window ops by @ianspektor in #267
- add google analytics + feedback buttons by @ianspektor in #264
- Implementation of the "until_next" operator by @achoum in #256
- Add
filter_max_moving_count
operator. by @achoum in #257 - Updated getting_started guide by @DonBraulio in #266
- Operator tp.where() by @DonBraulio in #265
- Test coverage by @ianspektor in #269
- move alpha note by @ianspektor in #272
- Tests restructure proposal by @ianspektor in #268
- Operator tick_calendar by @DonBraulio in #255
- Test coverage GH action by @ianspektor in #270
- Protubuf and pandas versions relaxed by @DonBraulio in #274
- Fix longlong timestamps by @DonBraulio in #276
- Recipe with tick_calendar and since_last(steps=2) by @DonBraulio in #277
- Map operator by @ianspektor in #278
- Release v0.1.5 by @ianspektor in #280
Full Changelog: v0.1.4...v0.1.5