Skip to content

Releases: scikit-hep/uproot5

0.0.20

31 Aug 19:47
9ff06a4
Compare
Choose a tag to compare

Fixed #32, #36, #38 (as a bug, not as a feature), and #85.

0.0.19

27 Aug 20:49
ee60836
Compare
Choose a tag to compare

Fixed some bugs, dropped the Dask backend, and modified the colon-handling in filenames (long discussion here). The main thing that came out of that was a more fully descriptive error message.

0.0.18

22 Aug 08:53
b882806
Compare
Choose a tag to compare

@douglasdavis fixed a bug in which TArrayDs were assumed to be NumPy arrays (with a reshape method).

@nsmith- ported the Uproot 3 "clusters" function, now named common_entry_offsets. He also prompted me to fix my use of units: MB vs MiB.

I revamped the physical layer to match the way it's actually used in the higher-level code. It's about half as many lines as before. (No longer duplicating thread-handling in vector-read and multipart classes; it's all handled by executors now.)

0.0.17

10 Aug 17:18
aa3f403
Compare
Choose a tag to compare

Fixed an HTTP-freeze issue (fallback method wasn't informed that it needs to notify when done) discovered when writing Awkward tutorials.

0.0.16

20 Jul 01:09
bfcdf58
Compare
Choose a tag to compare

0.0.15

11 Jul 20:19
b0b6814
Compare
Choose a tag to compare

Histogram conversion methods are now to_numpy(), to_boost(), and to_hist() (with parentheses). Also fixed #47.

0.0.14

10 Jul 19:29
9772ae3
Compare
Choose a tag to compare

Histograms have conversion properties to NumPy and boost-histogram.

0.0.13

05 Jul 14:59
Compare
Choose a tag to compare

Fixes #42.

0.0.12

02 Jul 23:22
1ac0cd5
Compare
Choose a tag to compare

Finished enough interpretations. On to read methods!

0.0.11

02 Jul 03:56
Compare
Choose a tag to compare

Added many object types, as well as their views in Awkward and Pandas.