There is a newer version of the record available.

Published February 22, 2019 | Version 0.4.3
Software Open

scikit-hep/uproot-methods: 0.4.3

  • 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, yedges are swapped (to their correct order)
  • .numpy() returns a nested structure, like numpy.histogramdd, unlike numpy.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