Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 17:21
· 31 commits to main since this release
44027c8

TidierDB v0.5.2

Diff since v0.5.1

  • add support for unnesting content to @mutate/@filter etc via column[key]syntax
  • adds _by support to @mutate and @summarize for grouping within the macro call.
  • adds _frame and _order support to @mutate to allow windowing directly within the macro call
  • adds support for n() in @mutate
  • db_table(db, name_or_path) now supports .geoparquet paths for DuckDB

Merged pull requests:

  • Add _by for muate/summarize, add unnesting support (#87) (@drizk1)
  • add _frame, _order to mutate (#88) (@drizk1)

Closed issues:

  • Unable to read parquet file using DuckDB (#84)
  • How to extract nested content? (#85)
  • After an error with the DuckDB backend, TidierDB is unable to proceed even when fixing the error (#86)