Release notes
Features
- Add
tp.from_polars
andtp.to_polars
. @akshatvishu - Add
EventSet.filter_moving_count
. - Add
tp.input_node_from_schema
. - Add
tp.from_struct
.
Improvements
- Add
before_first
andafter_last
parameters toEventSet.tick
andEventSet.tick_calendar
- Added
bokeh_webgl
as a possiblebackend
fortp.plot
. - Binary operations maintain the name of the feature on the left.
- Implement more operators in beam (still in beta).
Fixes
- Fixed a bug in
EventSet.tick_calendar
where it would miss the first tick under certain conditions - Fixed a bug in
EventSet.tick
where it would miss the last tick under certain conditions - Upgrade to tensorflow 2.13 for compatibility with macOS on arm
What's Changed
- add from_polars and to_polars by @akshatvishu in #393
- Upgrade to tensorflow 2.13 by @javiber in #407
- Implement some beam operators (w3) by @achoum in #400
- A few changes (w4) by @achoum in #404
- Tick and tick calendar include left and right by @javiber in #376
- Beam operator implementations (w6) by @achoum in #408
- Update tutorials to use YDF instead of TF-DF (w7) by @achoum in #411
- Add from_indexed_dicts utility to create event-sets from pre-indexed data (w8) by @achoum in #412
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #414
- Binary operations take the name of the left feature by @javiber in #415
- Added bokeh_wegbl backend by @javiber in #413
- Renamed from_indexed_dicts to from_struct by @javiber in #419
- Bumped version and updated changelog by @javiber in #420
- Avoid using optional.value() in cpp by @javiber in #422
Full Changelog: v0.8.1...v0.9.0