Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@javiber javiber released this 16 Apr 14:54
· 2 commits to main since this release
dc8e17f

Release notes

Features

  • Add tp.from_polars and tp.to_polars. @akshatvishu
  • Add EventSet.filter_moving_count.
  • Add tp.input_node_from_schema.
  • Add tp.from_struct.

Improvements

  • Add before_first and after_last parameters to EventSet.tick and EventSet.tick_calendar
  • Added bokeh_webgl as a possible backend for tp.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

Full Changelog: v0.8.1...v0.9.0