Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Releases: scikit-hep/uproot3

1.2.1

18 Sep 20:30
Compare
Choose a tag to compare

Increased test coverage and fixed a bunch of bugs.

1.2.0

18 Sep 18:10
Compare
Choose a tag to compare

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 and small-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

15 Sep 20:34
Compare
Choose a tag to compare

New iterator interface to read data continuously using a fixed working space memory.

1.0.0

14 Sep 00:28
Compare
Choose a tag to compare

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;