Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.51.0 source code.tar.gz | 2025-08-29 | 1.9 MB | |
0.51.0 source code.zip | 2025-08-29 | 2.7 MB | |
README.md | 2025-08-29 | 2.8 kB | |
Totals: 3 Items | 4.5 MB | 0 |
Changes
✨ Features
- feat: expr -> operator conversion and use in layouts (#4388) @joseph-isaacs
- Feature: Add
FixedSizeListBuilder
(#4428) @connortsui20 - Add RepeatedScan in vortex-data python package (#4426) @delta003
- feat[fastlanes]: bitpacking can handle offset (#4382) @joseph-isaacs
- feat: prepared scan: accelerate successive range reads to a file (#4399) @danking
- Feature: Add optional git hooks scripts (#4414) @connortsui20
- Feature: Add
FixedSizeListArray
andFixedSizeListVTable
(#4405) @connortsui20 - feat: teach Patches to fast-path search sorted on primitive array (#4416) @danking
- feat: teach DashMap to use a faster hasher (#4417) @danking
- feature: ValidityVTable functions are non fallible (#4412) @robert3005
- feat: teach patches a fast path for size one slice (#4415) @danking
- feat: Add BitOrd and Concat for
Mask
(#4407) @blaginin
🚀 Performance
- feat: expr -> operator conversion and use in layouts (#4388) @joseph-isaacs
- Replace Flume with Kanal (#4401) @AdamGS
🐛 Bug Fixes
- fix: When coercing scalars make sure values don't exceed maximum value (#4381) @robert3005
- fix: make cargo test work by hiding Python code from Rust (#4431) @danking
- Fix: ListArray validates offsets min/max against max offset value (#4430) @robert3005
- fix[vortex-array]: propagate preferred type conversion to nested fields (#4390) @asubiotto