Skip to content

Releases: scikit-hep/awkward

Version 2.5.1

12 Dec 21:35
accbce3
Compare
Choose a tag to compare

New Features

Bug Fixes and Performance

Other

New Contributors

Full Changelog: v2.5.0...v2.5.1

Version 2.5.1rc1

06 Dec 17:48
95be112
Compare
Choose a tag to compare
Version 2.5.1rc1 Pre-release
Pre-release

New Features

Bug Fixes and Performance

Other

New Contributors

Full Changelog: v2.5.0...v2.5.1rc1

Version 2.5.0

16 Nov 18:11
ffc1533
Compare
Choose a tag to compare

New Features

Bug Fixes and Performance

Other

New Contributors

Full Changelog: v2.4.9...v2.5.0

Version 2.4.10

09 Nov 11:59
bc11dd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.9...v2.4.10

Version 2.4.9

06 Nov 16:34
3012363
Compare
Choose a tag to compare

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

Version 2.5.0rc0

27 Oct 10:08
62baa96
Compare
Choose a tag to compare
Version 2.5.0rc0 Pre-release
Pre-release

Bug Fixes and Performance

Other

Full Changelog: v2.4.7...v2.5.0rc0

Version 2.4.6

12 Oct 17:45
f35878f
Compare
Choose a tag to compare

New Features

Bug-fixes and performance

Other

Full Changelog: v2.4.5...v2.4.6

Version 2.4.5

06 Oct 17:40
c9aaacf
Compare
Choose a tag to compare

New features

  • feat: add recursive argument to expected_from_buffers by @agoose77 in #2724
  • feat: infer unknown lengths from context in from_buffers by @agoose77 in #2732

Bug-fixes and performance

Other

Full Changelog: v2.4.4...v2.4.5

Version 1.10.5

04 Oct 20:19
cf8f373
Compare
Choose a tag to compare

What's Changed

  • fix: update backport for changes in Numba, NumExpr, Arrow, and RDataFrame by @ianna and @jpivarski in #2735

Basically, third-party libraries have been changing. This backport brings Awkward 1.x up to speed with them.

Full Changelog: v1.10.4...v1.10.5

Version 2.4.4

29 Sep 10:52
6dc52cc
Compare
Choose a tag to compare

New features

  • feat: add buffer_key to typetracer_with_report by @agoose77 in #2719

Bug-fixes and performance

  • fix: catch cases in which fields required by a JSON schema are not in the JSON object by @jpivarski in #2712
  • fix: support concrete buffers in TypeTracer.frombuffer by @agoose77 in #2718
  • fix: make the examples consistent with the changes in #2553 by @ManasviGoyal in #2725
  • fix: reduction with axis=None, keepdims=True by @agoose77 in #2728

Other

Full Changelog: v2.4.3...v2.4.4