Skip to content

4.0.2rc1

Compare
Choose a tag to compare
@jpivarski jpivarski released this 19 Jan 16:42
· 612 commits to main since this release
3e53f48

@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).