| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vx-x86_64-apple-darwin.tar.gz | 2026-07-09 | 36.6 MB | |
| vx-aarch64-apple-darwin.tar.gz | 2026-07-09 | 34.5 MB | |
| vx-aarch64-unknown-linux-gnu.tar.gz | 2026-07-09 | 31.7 MB | |
| vx-x86_64-unknown-linux-gnu.tar.gz | 2026-07-09 | 33.7 MB | |
| 0.78.0 source code.tar.gz | 2026-07-09 | 4.3 MB | |
| 0.78.0 source code.zip | 2026-07-09 | 5.9 MB | |
| README.md | 2026-07-09 | 477 Bytes | |
| Totals: 7 Items | 146.7 MB | 3 | |
Changes
✨ Features
- Implement compare in vortex instead of falling back to arrow (#8661) @robert3005
🚀 Performance
- Ungrouped aggregate function pushdown for duckdb (#8645) @myrrc
🐛 Bug Fixes
- fix: accept FixedSizeList dtype when deserializing ListValue scalars (#8696) @brancz
- Audit panic handling in detached tasks (#8677) @AdamGS
🧰 Maintenance
- Split
TableStrategydispatcher fromStructStrategy(#8638) @mhk197