@matthewfeickert's correction to histogram fSumw2 from NumPy arrays (which have values without errors). The fSumw2 should be equal to the values, not the square of the values
Fixed issue #345 (PR #368) Cleaned up Histogram writing code. (PR #370) Removed flushing mechanism. ...
Major update of dependencies, also adapting to changes of names in the uproot and awkward family: a...
New features feat: implemented NON-memberwise deserialization for AsMap (v4). by @jpivarski in http...
Minimum version for awkward is now 0.7.0. Histograms now return Numpy arrays instead of lists of num...
uproot-methods 0.2.0 takes over the responsibility of recognizing data (e.g. histograms) from other ...
Write Numpy histograms to ROOT files: import uproot import numpy f = uproot.recreate("some.root") f[...
Features feat: Implement transformed axis from boost-histogram/hist (v4). by @jpivarski in https://...
@henryiii modernized the setup configuration (#231) and fixed kind for normal histograms (#236). @He...
sum() may now be used on physics vector arrays regardless of whether they're jagged or not
@NiclasEich fixed a significant performance bug in jagged array writing. I cleaned up many of the Nu...
Fix for machine-level rounding error, which can show up on in num_bins() call of Bin histogram. Sup...
Merged PR #42, which implements TH3. It also introduces the following breaking changes in TH2: xedg...
Added PR #55 and #56: conversion and writing 2-dimensional histograms to ROOT files; preparation fo...
Version 1.0.29, June 2022 Fix for machine-level rounding error, which can show up on in num_bins() ...
Fix bug with plot_pull missing a sqrt. #150 Fix static typing with ellipses. #145 Require boost-hist...
Fixed issue #345 (PR #368) Cleaned up Histogram writing code. (PR #370) Removed flushing mechanism. ...
Major update of dependencies, also adapting to changes of names in the uproot and awkward family: a...
New features feat: implemented NON-memberwise deserialization for AsMap (v4). by @jpivarski in http...
Minimum version for awkward is now 0.7.0. Histograms now return Numpy arrays instead of lists of num...
uproot-methods 0.2.0 takes over the responsibility of recognizing data (e.g. histograms) from other ...
Write Numpy histograms to ROOT files: import uproot import numpy f = uproot.recreate("some.root") f[...
Features feat: Implement transformed axis from boost-histogram/hist (v4). by @jpivarski in https://...
@henryiii modernized the setup configuration (#231) and fixed kind for normal histograms (#236). @He...
sum() may now be used on physics vector arrays regardless of whether they're jagged or not
@NiclasEich fixed a significant performance bug in jagged array writing. I cleaned up many of the Nu...
Fix for machine-level rounding error, which can show up on in num_bins() call of Bin histogram. Sup...
Merged PR #42, which implements TH3. It also introduces the following breaking changes in TH2: xedg...
Added PR #55 and #56: conversion and writing 2-dimensional histograms to ROOT files; preparation fo...
Version 1.0.29, June 2022 Fix for machine-level rounding error, which can show up on in num_bins() ...
Fix bug with plot_pull missing a sqrt. #150 Fix static typing with ellipses. #145 Require boost-hist...
Fixed issue #345 (PR #368) Cleaned up Histogram writing code. (PR #370) Removed flushing mechanism. ...
Major update of dependencies, also adapting to changes of names in the uproot and awkward family: a...
New features feat: implemented NON-memberwise deserialization for AsMap (v4). by @jpivarski in http...