Skip to content

Version 2.4.9

Compare
Choose a tag to compare
@agoose77 agoose77 released this 06 Nov 16:34
· 182 commits to main since this release
3012363

New Features

Bug Fixes and Performance

  • fix: add highlevel, behavior arguments to composite reducers by @agoose77 in #2754
  • fix: export nan variants by @agoose77 in #2758
  • fix: update __class__ for both layout and behavior consistently by @agoose77 in #2759
  • fix: support all-None index in awkward_Index_nones_as_index.cpp by @agoose77 in #2769
  • fix: handle unhashable behaviour type by @ianna in #2770
  • fix: protect RecordForm against len(fields) != len(contents) by @jpivarski in #2776
  • fix: drop lengths recursively by @agoose77 in #2775
  • fix: ak.num should always return a useful (non-unknown length) type by @agoose77 in #2785
  • fix: remove old argument from broadcast_and_apply by @agoose77 in #2790
  • fix: don't preserve unexpected option for is_in by @agoose77 in #2792
  • fix: support scalar strings in fill_none by @agoose77 in #2793
  • fix: support arbitrary ufuncs with respect to NEP-50 by @agoose77 in #2799

Other

Full Changelog: v2.4.6...v2.4.8