Skip to content

Releases: scikit-hep/uproot5

0.0.10

27 Jun 00:52
11e6975
Compare
Choose a tag to compare

AsObjects.simplify, leaf-lists, and Double32/Float16. (PR #33)

0.0.9

26 Jun 01:05
Compare
Choose a tag to compare

First version with some object types (STL collections).

0.0.8

06 Jun 15:22
Compare
Choose a tag to compare

Go back to the old method of setting version.

0.0.7

06 Jun 14:34
Compare
Choose a tag to compare

The VERSION_INFO file needs to be included in the package to make it importable with setup.py.

Also fixed some problems with build-test.yml.

0.0.6

04 Jun 18:26
d6956b6
Compare
Choose a tag to compare

Version of uproot4 for next Monday's HATS.

0.0.5

03 Jun 00:33
59841bb
Compare
Choose a tag to compare

Successfully reading TTree data:

  • arrays and jagged arrays
  • simpler Interpretation machinery (basket_array and finalized_array only), entry slicing still works
  • aliases and computable expressions
  • parallel multipart download → decompression pipeline
  • caching
  • backend libraries with library-dependent array grouping (dict of NumPy arrays, Awkward record array, Pandas DataFrame, etc.)

Not done:

  • all the Interpretation classes, particularly objects and strings
  • objects as record arrays
  • iteration (in a TTree or across files)
  • lazy arrays in Awkward
  • branch → multiple columns in Pandas (e.g. fixed-width arrays and leaf-lists)
  • extensive testing

0.0.4

28 May 23:47
ecea2d0
Compare
Choose a tag to compare

Successfully reading in histograms (dynamically generated classes) and TTrees (custom/streamlined reading). Also defined behaviors as a counterpoint to models.

0.0.3

16 May 18:40
Compare
Choose a tag to compare

Keep testing deployment. The "Sources" have been added.

0.0.2

11 May 18:35
Compare
Choose a tag to compare

First test deployment.