Releases: scikit-hep/uproot3-methods
Releases · scikit-hep/uproot3-methods
0.7.0rc1
First lazy array profile: "cms.nanoaod"
.
0.6.1
PR #57 (fixes for LPC HATS), specifically writing 2-D histograms and working with lazy TLorentzVectorArrays.
0.6.0
Added PR #55 and #56:
- conversion and writing 2-dimensional histograms to ROOT files;
- preparation for uproot lazy arrays: awkward>=0.10.0 and experiment-specific profiles registry.
0.5.1
PR #51, generalizing the applicability of histogram methods from TH1 to TH.
0.5.0rc1
Deploy release candidate to test dependency chain.
0.5.0
Semi-major release; first to depend on awkward 0.9.0.
0.4.7
Accepted PR #48, which makes the types generated by composing TLorentzVectors with JaggedArrays more stable.
0.4.6
Accept classes named TH1
and not just uproot_methods.classes.TH1
.
0.4.5
PR #47: Give TLorentzVectorArray, TVector3Array, TVector2Array __awkward_persist__
methods so that they can be saved to and read from files.