0.67.0
·
297 commits
to develop
since this release
Immutable
release. Only release title and notes can be modified.
Changes
✨ Features
- feat: Java Bindings for FixedSizeList (#7188) @JingsongLi
- feat: make dispatch plan dynamically sized (#7186) @0ax1
- Add tsan for vortex-ffi, fix asan instrumentation (#7157) @myrrc
- Upgrade to DataFusion 53 (#6740) @AdamGS
🚀 Performance
- Cache python class imports (#7191) @AdamGS
- Specialize export of chunked list arrays (#7180) @AdamGS
- Filter indices without an iterator for Bool (#7176) @AdamGS
🐛 Bug Fixes
- Make sure all tokio runtime propegate observability in the same way (#7193) @AdamGS
- fix: vortex-cxx test race (#7189) @0ax1
- fix: support total_size=0 in byte_range_to_row_range (#7115) @aalexandrov
📖 Documentation
🧰 Maintenance
12 changes
- Python benchmarks script and re-organize dev dependencies (#7192) @AdamGS
- move BitPacked slice from kernel -> parent reduce (#7195) @a10y
- Unify benchmark dispatch into a workflow (#7178) @AdamGS
- Run TPC-H SF 100 nightly on Vortex (#7184) @AdamGS
- Array VTables Migration 3 (#7185) @gatesn
- scalar_at take execution_ctx (#7166) @a10y
- Array VTables Migration 2 (#7183) @gatesn
- chore[gpu]: split plan into unmaterialized / materialized (#7175) @0ax1
- Array VTables Migration 1b (#7182) @gatesn
- Array VTables Migration 1a (#7181) @gatesn
- Upgrade fsst-rs to 0.5.9 (#7177) @AdamGS
- make Mimalloc opt-in for ffi (#7179) @myrrc