4.1.4 #473
jpivarski
started this conversation in
New releases
4.1.4
#473
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@jpivarski added TStreamerInfo for TTrees in files written by Uproot. If you're using an older version, you're producing files without TStreamerInfo! (Which means they won't be readable in some older versions of ROOT, and possibly not new ones, either.) PR #472.
Also corrected the TLeaf fTitle for jagged arrays, which is needed to read jagged arrays back in ROOT's
TTree::Draw
andTTree::Scan
, but not for iteration in PyROOT (which is what we had been using for testing). PR #458.Added an implementation of non-split TClonesArray, which makes more files readable: PR #467, and added RNTuple to the
must_be_attached
list, which enables RNTuple objects to read more data (like TTrees): PR #463. That's just a step in developing RNTuple-reading capabilities.This discussion was created from the release 4.1.4.
Beta Was this translation helpful? Give feedback.
All reactions