Download Latest Version Version 2.13.0 source code.zip (8.1 MB)
Email in envelope

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

Home / v2.13.0
Name Modified Size InfoDownloads / Week
Parent folder
header-only.zip 2026-08-14 43.7 kB
README.md 2026-08-14 3.8 kB
Version 2.13.0 source code.tar.gz 2026-08-14 7.1 MB
Version 2.13.0 source code.zip 2026-08-14 8.1 MB
Totals: 4 Items   15.2 MB 4

Numba compatibility

numba 0.67.0 and llvmlite 0.49.0, both released on 2026-08-11, rewrote numba.core.cgutils.pointer_add, which broke Awkward Array's Numba integration: indexing an ak.Array inside a jitted function fails to compile with RuntimeError: LLVM IR parsing error (invalid cast opcode for cast from 'i64' to 'ptr'). Awkward Array 2.12.0 and earlier are affected, on every platform and Python version.

This release restores it (#4298). Users staying on an older Awkward Array can pin numba<0.67.

What's Changed

New features

Bug Fixes

Documentation

Testing

Build & CI

Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.12.0...v2.13.0

Source: README.md, updated 2026-08-14