Skip to content

v0.1.4

Compare
Choose a tag to compare
@ianspektor ianspektor released this 12 Sep 18:03
· 631 commits to main since this release
0f96262

Temporian v0.1.4 Release Notes

Features

  • Added EventSet.select_index_values() operator.
  • Added steps argument to EventSet.since_last() operator.
  • Added variable window_length option to moving window operators.
  • Added unsupervised anomaly detection tutorial.
  • Added Beam execution tutorial.
  • Added changelog to docs site.

Improvements

  • Added display_max_feature_dtypes and display_max_index_dtypes options to
    tp.config.
  • Improved HTML display of an EventSet.
  • Improvements in Beam execution backend.

Fixes

  • Fixed tutorials opening unreleased versions of the notebooks.