This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
3.2.14
Start using the new locations for awkward default types (awkward.util.*TYPE
→ awkward.array.base.AwkwardArray.*TYPE
).
Version 0.5.5 of awkward and version 3.2.13 of uproot are incompatible with each other because this was so unwisely moved. In version 0.5.6 of awkward, they were made visible from both locations, so that version of awkward is compatible with any version of uproot. It's only the 0.5.5/3.2.13 pairing that's broken.
It also implies that uproot, starting with this version, must now depend on awkward >= 0.5.6
to see the TYPEs in their new location. This has been made an explicit version dependency in setup.py and requirements.txt.