4.0.2rc1
@jpivarski fixed a bug in which returning regular arrays along with lower-dimensional arrays broadcasted them. This has been fixed in both ak.zip
(scikit-hep/awkward#656) and in UprootPR #245. Updating either should be sufficient.
Also added hooks to the decompression process and properties to get per-branch compression information (PR #247).
@nikoladze significantly revamped the XRootDSource to deal with vector reads in which TBaskets are larger than XRootD's max_element_size
(PR #243).