Releases: scikit-hep/uproot3-methods
0.2.1
0.2.0
0.1.2
Remove fill*
methods from histograms. Histograms read from ROOT are now immutable views of the data; we'll provide conversions to Pythonic histogramming tools in both directions (reading from ROOT files, writing to ROOT files), so actual analysis with histograms should be done using one of these tools.
For instance, physt.
0.1.1
0.1.0
Revised names for TVector*/TLorentzVectors
. Methods that will never have any parameters (like pt
, mass
, etc.) are now properties so that they don't need the ()
suffix. This is also to hide the distinction between vectors that are internally represented by cartesian coordinates and vectors that are internally represented by cylindrical coordinates.
Also, TLorentzVector.vect
has been renamed TLorentzVector.p3
(because it projects the 4-vector to a 3-vector).