This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Releases: scikit-hep/awkward-0.x
Releases · scikit-hep/awkward-0.x
0.11.0rc4
0.11.0rc3
0.11.0rc2
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0rc3
0.9.0rc2
0.9.0
As a new semi-major version, this is now the minimum version of awkward for uproot-methods and uproot. It includes
- The first usable version of awkward-numba (jagged arrays only).
- PRs #122 and scikit-hep/uproot3-methods#50, which moves part of the machinery to construct jagged Lorentz vector arrays from jagged arrays into awkward itself.
- A long-standing fix to uproot's Pandas handling, which illegally depended on internals of the
JaggedArray
class to function. Now the interface is strictly through the public API.