Skip to content

Version 2.11.0

Latest

Choose a tag to compare

@TaiSakuma TaiSakuma released this 20 Jul 21:29

What's Changed

New features

  • feat: add lazy IR scheduling layer by @ianna in #4173
  • feat: allow row group size in bytes as a string in the to_parquet family of functions by @ikrommyd in #4202

Bug-fixes and performance

  • fix: include kernel-specification.yml in source distribution by @5U5H4NTH006 in #4179
  • fix: default row group size is very big and not what pyarrow defaults to by @ikrommyd in #4191
  • fix: handle FutureWarning for deprecated feather by @ianna in #4198
  • fix: nan-variant reducers drop behavior and attrs by @henryiii in #4093
  • fix: validation no-ops and broken error paths in contents by @henryiii in #4102
  • fix: form and type equality bugs by @henryiii in #4101
  • perf: vectorize union flattening and cache nplike feature probes by @henryiii in #4109
  • fix: assorted operation bugs (softmax, enforce_type, merge_union_of_records, and more) by @henryiii in #4107
  • fix: categorical hashing, delayed-backend detection, and pretty-printing by @henryiii in #4106
  • fix: ensure length is a numpy scalar for CUDA stability by @ianna in #4194
  • fix: any_backend_is_delayed should only be iterating over sequences of arrays for now by @ikrommyd in #4208
  • fix: transient attrs should not be written to parquet by @ikrommyd in #4209

Other

New Contributors

Full Changelog: v2.10.0...v2.11.0