Skip to content

Version 2.7.2

Latest
Compare
Choose a tag to compare
@jpivarski jpivarski released this 05 Dec 22:06
· 14 commits to main since this release
8f69dbf

This is the first version built with MacOS 13 instead of MacOS 12.

New features

Bug-fixes and performance

  • fix: sorting of record arrays without fields (ak.zip(tuple(...))) by @pfackeldey in #3314
  • fix: concatenation of empty records by @pfackeldey in #3316
  • fix: extend limit on number of regular arrays to concatenate by @ianna in #3312
  • fix: typetracer lengths for optiontypes in 'ak.where' broadcastings by @pfackeldey in #3322
  • fix: handle type tracer correctly in indexed option array flattening by @lgray in #3325
  • fix: Upstream API changes in cuDF 24.10 by @jpivarski in #3328 (but actually by @martindurant; see #3309)

Other

Full Changelog: v2.7.1...v2.7.2