Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.50.0 source code.tar.gz | 2025-08-27 | 1.8 MB | |
0.50.0 source code.zip | 2025-08-27 | 2.6 MB | |
README.md | 2025-08-27 | 1.5 kB | |
Totals: 3 Items | 4.4 MB | 0 |
Changes
✨ Features
- Feature:
FixedSizeList
infrastructure (#4385) @connortsui20 - Pretty tree display for Vortex expressions (#4373) @AdamGS
- Feature: Add
FixedSizeList
support invortex-scalar
(#4380) @connortsui20 - Feature: Add
DType::FixedSizeList
variant (#4371) @connortsui20
🚀 Performance
- performance: faster utf8 validation by using simd instructions (#4347) @robert3005
🐛 Bug Fixes
- fix: ubuntu uses dash which lacks pipefail (#4392) @danking
- fix: Add downcasts for dict codes and runend ends (#4384) @robert3005
- fix: don't recursively dictionary-encode dictionary codes (#4352) @asubiotto
- fix[vortex-datafusion]: add filename context on read error (#4369) @asubiotto
- fix: cleanup old to_record_batch_reader (#4368) @a10y