Skip to content

v0.5.3

Compare
Choose a tag to compare
@pw-ppodhajski pw-ppodhajski released this 27 Oct 16:22
· 893 commits to main since this release

Added

  • A method get_nearest_items_asof_now in KNNIndex that allows to get nearest neighbors without updating old queries in the future.
  • A method asof_now_join in Table to join rows from left side of the join with right side of the join at their processing time. Past rows from left side are not used when new data appears on the right side.