Uproot

Latest version: v5.3.7

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 33 of 55

3.0.3

Solidified file-writing: ROOT can now add to files made by uproot.

3.0.2

Write Numpy histograms to ROOT files:

python
import uproot
import numpy
f = uproot.recreate("some.root")
f["myhist"] = numpy.histogram(numpy.random.normal(0, 1, 10000)) + ("optional title",)
f["myhist"].show()

import ROOT
f2 = ROOT.TFile("some.root")
h2 = f2.Get("myhist")
h2.Draw()


Numpy's irregular binning is also supported.

3.0.1

Provides a solution for 124 and fixes several issues (for complex objects in TTrees) along the way.

3.0.0

We can write `TObjString` and `TH1*` to ROOT files. This is the first non-beta release of uproot 3!

3.0.0b2

After many bug-fixes, the uproot 3 tutorial now works. Try it out!

3.0.0b1

First beta version of 3.0! Has awkward arrays and a _stub_ for writing.

Page 33 of 55

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.