all: bump npyio@v0.6.0
Fixes #891.
groot/{rdict,rtree,rvers}: bump to ROOT-6.24/06
xrootd: fix race in *file
all: update go-mmap@v0.5.1, go-cmp@v0.5.6, xz@v0.5.10, x-tools@v0.1.6
groot/rhist: correctly write out TGraph{,Asymm}{,Errors}
Fixes #855.
Signed-off-by: Sebastien Binet <binet@cern.ch>
cmd/yoda2root: handle YODA files with a directory structure
Signed-off-by: Sebastien Binet <binet@cern.ch>
all: use main instead of master
groot/riofs: fix overlaping blocks w/ big-file mode
TKeys sizes computation was broken for "big files".
The code was indeed changing the `key.rvers` field to indicate
the "big file" mode was enabled, but it wasn't updating the
on-disk size of the TKey (ie: missing 8bytes).
This CL computes the correct size in one-go instead of fixing it
after the facts.
Fixes go-hep/hep#821.