0.73.0 (Draft)#
Draft — GitHub Release
Changes#
✨ Features#
🚀 Performance#
perf: remove implicit
ListViewArrayrebuild duringtakeandfilteroperations (#8048) @mhk197perf[array]: bool filter kernel optimisation (#7125) @joseph-isaacs
perf[array]: cast to prim faster (#8062) @joseph-isaacs
Add bit-packed widening cast pushdown (#8059) @joseph-isaacs
Add TakeExecute implementation for FilterArray (#7393) @robert3005
🐛 Bug Fixes#
Handle overflow in decimal between implementation if the passed scalars fit in the array’s logical but not the physical type (#8017) @vortex-claude[bot]
When delegating to arrow comparison make sure that both left and right hand side have the same arrow type (#8018) @vortex-claude[bot]
fix: build CUDA kernels as multi-arch fatbin with PTX fallback (#8047) @0ax1
Fallback from fsst specialised like expression if there are escape characters in the like string (#8038) @robert3005
📖 Documentation#
Document existing TurboQuant types (#8053) @connortsui20
🧰 Maintenance#
11 changes
Update junit-framework monorepo to v6.1.0 (#8091) @renovate[bot]
Update storybook monorepo to v10.4.1 (#8090) @renovate[bot]
Update plugin com.palantir.java-format to v2.91.0 (#8092) @renovate[bot]
Update dependency typescript-eslint to v8.59.4 (#8089) @renovate[bot]
Update dependency io.netty:netty-bom to v4.2.14.Final (#8088) @renovate[bot]
Update dependency @tanstack/react-virtual to v3.13.25 (#8086) @renovate[bot]
Update dependency @types/react to v19.2.15 (#8087) @renovate[bot]
Fix random-access benchmark console display (#8054) @robert3005
Skip computation of expression return dtype unless there are no chunks to return (#8045) @robert3005