Write Numpy histograms to ROOT files: 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
@jpivarski fixed the use of Unicode names for objects in ROOT files: PR #577. Made flow=True mean th...
@matthewfeickert's correction to histogram fSumw2 from NumPy arrays (which have values without error...
Uproot provides an easy way to get data from ROOT files into arrays and DataFrames, and Awkward Arra...
uproot-methods 0.2.0 takes over the responsibility of recognizing data (e.g. histograms) from other ...
uproot can now write TTrees containing baskets with flat data! Example - import uproot filename = "e...
Added PR #55 and #56: conversion and writing 2-dimensional histograms to ROOT files; preparation fo...
Minimum version for awkward is now 0.7.0. Histograms now return Numpy arrays instead of lists of num...
Raise NotImplementedErrors for known issues (that we plan to fix in the future). (PR #353) Fixes iss...
PR #269: adds the ability to write 2 and 3 dimensional histograms to ROOT files. PR #270: makes XRoo...
The boost-histogram library provides first-class histogram objects in Python. You can compose axes a...
Histograms with bin labels can now be written by uproot into new ROOT files. The checksum of lz4 com...
Merged PR #42, which implements TH3. It also introduces the following breaking changes in TH2: xedg...
Added convenience methods for turning a batch of ROOT files into Dask Arrays and Dask DataFrames
<p>@henryiii modernized the setup configuration (#231) and fixed <code>kind</code>...
Stacks support axes, math operations, projection, setting items, and iter/dict construction. They al...
@jpivarski fixed the use of Unicode names for objects in ROOT files: PR #577. Made flow=True mean th...
@matthewfeickert's correction to histogram fSumw2 from NumPy arrays (which have values without error...
Uproot provides an easy way to get data from ROOT files into arrays and DataFrames, and Awkward Arra...
uproot-methods 0.2.0 takes over the responsibility of recognizing data (e.g. histograms) from other ...
uproot can now write TTrees containing baskets with flat data! Example - import uproot filename = "e...
Added PR #55 and #56: conversion and writing 2-dimensional histograms to ROOT files; preparation fo...
Minimum version for awkward is now 0.7.0. Histograms now return Numpy arrays instead of lists of num...
Raise NotImplementedErrors for known issues (that we plan to fix in the future). (PR #353) Fixes iss...
PR #269: adds the ability to write 2 and 3 dimensional histograms to ROOT files. PR #270: makes XRoo...
The boost-histogram library provides first-class histogram objects in Python. You can compose axes a...
Histograms with bin labels can now be written by uproot into new ROOT files. The checksum of lz4 com...
Merged PR #42, which implements TH3. It also introduces the following breaking changes in TH2: xedg...
Added convenience methods for turning a batch of ROOT files into Dask Arrays and Dask DataFrames
<p>@henryiii modernized the setup configuration (#231) and fixed <code>kind</code>...
Stacks support axes, math operations, projection, setting items, and iter/dict construction. They al...
@jpivarski fixed the use of Unicode names for objects in ROOT files: PR #577. Made flow=True mean th...
@matthewfeickert's correction to histogram fSumw2 from NumPy arrays (which have values without error...
Uproot provides an easy way to get data from ROOT files into arrays and DataFrames, and Awkward Arra...