Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Releases: scikit-hep/uproot3-methods

0.2.1

26 Sep 16:54
7258071
Compare
Choose a tag to compare

Pandas DataFrames with an IntervalIndex may be converted to and from ROOT histograms.

0.2.0

25 Sep 12:51
7c0205f
Compare
Choose a tag to compare

uproot-methods 0.2.0 takes over the responsibility of recognizing data (e.g. histograms) from other packages. uproot will now depend on uproot-methods>=0.2.0.

Implemented Numpy and physt in both directions (reading and writing).

0.1.2

24 Sep 20:55
Compare
Choose a tag to compare

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

21 Sep 16:07
Compare
Choose a tag to compare

Correctly show (ASCII art) histograms with non-uniform bins.

0.1.0

20 Sep 22:18
Compare
Choose a tag to compare

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).

0.0.9

20 Sep 16:03
Compare
Choose a tag to compare

Fixes #2: NameError and scalar-to-array weights broadcasting.

0.0.8

19 Sep 22:27
2378068
Compare
Choose a tag to compare

Added variances and allvariances methods to TH1.Methods for public access to fSumw2.

0.0.7

19 Sep 20:48
Compare
Choose a tag to compare

Added uproot_methods.classes.TH1.new function for making standalone histograms.

0.0.6

30 Aug 20:35
Compare
Choose a tag to compare

Got uproot 3 tutorial working: many bug-fixes.

0.0.5

25 Aug 16:40
Compare
Choose a tag to compare

Expose the version number because uproot tests check it.