0.73.0#

Released 2026-05-27 — GitHub Release

Changes#

✨ Features#

🚀 Performance#

🐛 Bug Fixes#

10 changes
  • Correctly handle Nan/Inf comparison in ALP between reduce (#8126) @robert3005

  • fsst like to respect sql escape codes in the pattern (#8107) @onursatici

  • Fix native library publish for non amd64 platforms (#8108) @robert3005

  • wipe duckdb source in build.rs if not fully extracted before (#8106) @onursatici

  • like stat falsification respects escape characters (#8103) @onursatici

  • Fix dtype mismatch in Filter::take logic (#8073) @robert3005

  • 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#

🧰 Maintenance#

31 changes