Skip to content

v0.2.13

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 02:40
· 620 commits to refs/heads/main since this release
1fae7ad

Changes

✨ New Features

🚀 Performance Improvements

  • [PERF] Split parquet scan tasks into individual row groups @kevinzwang (#1799)

👾 Bug Fixes

📖 Documentation

  • [DOCS] Add docs for Azure IO @jaychia (#1851)
  • [Query Planner] Add physical plan visualization option to df.explain(); implement TreeVisitor for LogicalPlan and PhysicalPlan. @clarkzinzow (#1836)
  • [DOCS] Add type conversions between iceberg and daft @jaychia (#1835)
  • [DOCS] Add dedicated Iceberg page @jaychia (#1830)
  • [DOCS] Refactor expressions docs layout @jaychia (#1816)
  • [CHORE] Add is_in to docs @colin-ho (#1819)

🧰 Maintenance