This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Releases: scikit-hep/uproot3
Releases · scikit-hep/uproot3
1.2.1
1.2.0
In this version:
- tests of TTrees made with ROOT versions from 2009 to the present (and subsequent bug-fixes)
- fully test the
small-evnt-tree-fullsplit.root
andsmall-flat-tree.root
files - can pass empty array instead of
dtype
to avoid allocation - performance tests, including parallel basket read (main page)
- iterator interface to PyPI
This is a major release, pushed to PyPI.
1.1.0
1.0.0
This is a usable version of the package. It has:
- branch reading into arrays with all three types of compression (zlib, lzma, lz4);
- full control over dtype conversion during the copy from the file into arrays;
- variable-length string reading (
TLeafC
); - memory-mapped files, regular file reading, and XRootD;
- conveniences for querying directory objects, subdirectories, branch names, branch-to-counter associations, etc;
- parallel basket reading and decompression, which accelerates lzma;