Published February 22, 2019
| Version 0.4.3
Software
Open
scikit-hep/uproot-methods: 0.4.3
Authors/Creators
- 1. EPFL, @CERN, @LHCb
- 2. Max Planck Institute for Nuclear Physics
- 3. Fermilab
- 4. SCIPP, University of California, Santa Cruz
- 5. University of Cincinnati
Description
Merged PR #42, which implements TH3.
It also introduces the following breaking changes in TH2:
xedges,yedgesare swapped (to their correct order).numpy()returns a nested structure, likenumpy.histogramdd, unlikenumpy.histogram2d:
bin_content, (xedges, yedges) = th2.numpy()
for consistency with
bin_content, (xedges, yedges, zedges) = th3.numpy()
Files
scikit-hep/uproot-methods-0.4.3.zip
Files
(50.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e26854c8c35df25e90a76ce7404335db
|
50.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/uproot-methods/tree/0.4.3 (URL)