Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 17:53
· 6 commits to main since this release

TidierDB v0.6.0

Diff since v0.5.3

Breaking Changes

  • Equi-joins no longer duplicate key columns

Additions

  • Adds support for joining on multiple columns
  • Adds support for inequality joins
  • Adds support for AsOf / rolling joins

Bug fixes

  • Fixes bug to allow array columns to be mutated in

Merged pull requests:

  • allow for joins on mult columns, inequality joins, fix edge case with arrays (#91) (@drizk1)

Closed issues:

  • Support asof join types (#6)