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.7.0rc1

14 Jun 22:41
d5552bd
Compare
Choose a tag to compare

First lazy array profile: "cms.nanoaod".

0.6.1

27 May 01:40
93100af
Compare
Choose a tag to compare

PR #57 (fixes for LPC HATS), specifically writing 2-D histograms and working with lazy TLorentzVectorArrays.

0.6.0

20 May 23:12
53b5420
Compare
Choose a tag to compare

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

22 Apr 19:13
da34518
Compare
Choose a tag to compare

PR #51, generalizing the applicability of histogram methods from TH1 to TH.

0.5.0rc2

12 Apr 02:12
Compare
Choose a tag to compare

Includes #50.

0.5.0rc1

12 Apr 00:43
Compare
Choose a tag to compare

Deploy release candidate to test dependency chain.

0.5.0

12 Apr 16:35
Compare
Choose a tag to compare

Semi-major release; first to depend on awkward 0.9.0.

0.4.7

11 Apr 16:37
21e7d59
Compare
Choose a tag to compare

Accepted PR #48, which makes the types generated by composing TLorentzVectors with JaggedArrays more stable.

0.4.6

30 Mar 15:20
370b9e6
Compare
Choose a tag to compare

Accept classes named TH1 and not just uproot_methods.classes.TH1.

0.4.5

29 Mar 14:45
219b064
Compare
Choose a tag to compare

PR #47: Give TLorentzVectorArray, TVector3Array, TVector2Array __awkward_persist__ methods so that they can be saved to and read from files.