Published June 5, 2019
| Version 3.6.3
Software
Open
scikit-hep/uproot: 3.6.3
Authors/Creators
- 1. Brookhaven National Laboratory
- 2. Southern Methodist University
- 3. Princeton University
- 4. Max Planck Institute for Nuclear Physics
- 5. CERN
- 6. STATS, LLC
- 7. Fermilab
Description
Added
- Writing
TH1,TH2,TH3,TProfile, andTProfile2D. - Memory size units as strings, like
"1 GB", particularly in entrysteps (e.g.for data in tree.iterate(entrysteps="1 GB")). (Issue #285) tree.mempartitionsimplements memory-sized partitions, like clusters but targeting a memory size.- Memory size units can be used in all arguments that specify a number of bytes, such as
limitbytes,chunkbytesinArrayCacheanduproot.openfor remote files. - HTTP and XRootD source options can now be passed simply into
uproot.open("http://remote/file.root", limitbytes="1 GB"). - Fixed error in entrysteps (Issue #286).
- Fixed some documentation.
- Fixed branch selection with a boolean function.
Files
scikit-hep/uproot-3.6.3.zip
Files
(26.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:77a3bf0536199cf659b6c5e8a5a4741e
|
26.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/uproot/tree/3.6.3 (URL)