Skip to content

v0.1.15

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 06:43
· 1286 commits to refs/heads/main since this release
59ed92a

Changes

✨ New Features

  • [FEAT] add row group support to daft parquet reader @samster25 (#1308)
  • [FEAT] [New Query Planner] Add logical plan hashing, rule batches, fixed-point policies, early optimizer termination, and optimization cycle detection. @clarkzinzow (#1292)

👾 Bug Fixes

🧰 Maintenance

  • [CHORE] Refactor Growable traits and downcast for lifetimes @jaychia (#1305)
  • [CHORE] Refactor broadcast to use growables @jaychia (#1304)
  • [CHORE] Code reduction in growable macros + logical if/else refactor @jaychia (#1301)
  • [CHORE] Refactor growables to return a Series instead of concrete arrays @jaychia (#1297)
  • [CHORE] Minor cleanup for logical_plan::Project @xcharleslin (#1299)