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

Releases: scikit-hep/uproot3

2.6.9

09 Feb 16:29
Compare
Choose a tag to compare

Interpret split class branch as the counter for its contents.

2.6.8

08 Feb 16:56
Compare
Choose a tag to compare

Added std::bitset<N> data type for trigger info.

2.6.7

07 Feb 23:13
Compare
Choose a tag to compare

Fixes #46, though this is probably the first of a new type of class to handle. Need more examples.

2.6.6

07 Feb 22:02
Compare
Choose a tag to compare

uproot.iterate should complain about non-existent filenames, rather than just skipping them. Now it does.

2.6.2

07 Feb 21:20
Compare
Choose a tag to compare

Wrote an extensive README for the front page of GitHub, PyPI, and readthedocs. Fixed a few bugs discovered along the way.

2.6.1

05 Feb 16:55
Compare
Choose a tag to compare

TBranch.recover() is now performed automatically when numentries != fBasketEntry[fWriteBasket]. Failure raises a warning, rather than an exception, since some of the entries are accessible even if it fails.

2.6.0

05 Feb 03:01
Compare
Choose a tag to compare

Now handling fixed-length and variable-length arrays inside of split objects (the "speed bump bytes") as well as std::string, std::vector<string>, and std::vector<std::vector<numbers>>.

2.5.22

02 Feb 14:07
Compare
Choose a tag to compare

Fixes #49.

2.5.20

24 Jan 17:56
Compare
Choose a tag to compare

STL vectors of booleans. (Only needed auto-interpreter, no new runtime code.) Fixes #45.

2.5.18

20 Jan 23:52
Compare
Choose a tag to compare

Fixed (#44) the recover function for TBaskets with offset data. Added recover as a keyword argument to uproot.iterate.