Download Latest Version Version 2.11.0 source code.zip (8.0 MB)
Email in envelope

Get an email when there's a new version of Awkward Array

Home / v2.10.0
Name Modified Size InfoDownloads / Week
Parent folder
header-only.zip 2026-07-02 43.8 kB
README.md 2026-07-02 6.0 kB
Version 2.10.0 source code.tar.gz 2026-07-02 7.0 MB
Version 2.10.0 source code.zip 2026-07-02 7.9 MB
Totals: 4 Items   14.9 MB 0

Highlights

  • Much faster list reductions (ak.sum, ak.max, …) — about 5× faster on average (geometric mean), 10×+ on long lists https://github.com/scikit-hep/awkward/pull/4056
    • Kernels rewritten: CPU (awkward-cpp), GPU (cuda.compute)
    • Exact floating-point results may differ from the previous release
    • The same arrays may have different internal layouts than before
    • Removed the undocumented ak.index.EmptyIndex / ZeroIndex / LazyIndex
  • Many bug fixes and improvements from code review by Claude Fable 5 (PRs 4089–4108) https://github.com/scikit-hep/awkward/issues/4085

What's Changed

New features

Bug-fixes and performance

Other

New Contributors

Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.9.1...v2.10.0

Source: README.md, updated 2026-07-02