Skip to content

Version 2.6.4

Latest
Compare
Choose a tag to compare
@jpivarski jpivarski released this 03 May 22:27
· 7 commits to main since this release
836b28a

New features

Bug-fixes and performance

  • fix: restrict ak.softmax to axis=-1, the only axis for which the calculation is correct right now by @jpivarski in #3072
  • fix: Numpy 2.0 out of bounds error for BitMaskedArray Py kernels by @ManasviGoyal in #3073
  • fix: _is_getitem_at_placeholder logic was backward for UnionArray by @jpivarski in #3083
  • fix: refuse dak.Array in hidden-but-public-functions by @jpivarski in #3079
  • fix: PyPy segfault may be related to using out-of-scope array by @jpivarski in #3093
  • fix: distributed rdataframe is not yet support by @ianna in #3087
  • fix: support conversion to arrow and back with non-option Unknown type by @tcawlfield in #3085
  • fix: intermittent segfault in PyPy by @ianna in #3089
  • fix: is_valid checks in header-only library by @zonca in #3091
  • fix: UnmaskedArray was missing its _nextcarry_outindex by @jpivarski in #3097

Other

Full Changelog: v2.6.3...v2.6.4