Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Releases: scikit-hep/uproot3

3.5.0rc2

12 Apr 13:10
Compare
Choose a tag to compare

rc2 for consistency with awkward and uproot-methods.

3.5.0rc1

12 Apr 00:52
Compare
Choose a tag to compare

Deploy prerelease to test dependency chain.

3.5.0

12 Apr 17:02
Compare
Choose a tag to compare

First version to depend on awkward 0.9.0 and uproot-methods 0.5.0. Most of the motivation for a synchronized release was to manage a dependency between awkward and uproot-methods, and to introduce the first usable awkward-numba, but this synchronized release finally broke a dependency in which uproot's Pandas handler illegally used private methods from awkward.JaggedArray. Now all communication is at the level of public API.

3.4.19

11 Apr 16:29
Compare
Choose a tag to compare

Fix for #267 as a new release.

3.4.18

30 Mar 23:23
fc689bd
Compare
Choose a tag to compare

Bug fix: uproot can now write the TH1 objects that it produces upon reading (closure tests): PR #265.

Also, this is the first version to be using mamba for tests (quicker SAT solver for conda): PR #266.

3.4.17

29 Mar 02:43
Compare
Choose a tag to compare

Made uproot.pandas.iterate work on earlier versions of Pandas than 0.24.0.

3.4.16

28 Mar 14:24
adba8a5
Compare
Choose a tag to compare

PR #264: fixes issue #263 and provides new methods and functions:

  • tree.pandas.iterate is like tree.pandas.df in that it sets some Pandas-friendly defaults, but on tree.iterate, rather than tree.arrays.
  • uproot.pandas.iterate sets those Pandas-friendly defaults on uproot.iterate.

3.4.15

20 Mar 01:38
3cd056f
Compare
Choose a tag to compare

@plexoos added Float16 as a supported type (PR #261).

3.4.14

15 Mar 22:32
43248ed
Compare
Choose a tag to compare

PR #257: consistency in Pandas index for jagged and flat columns.

3.4.13

11 Mar 18:03
Compare
Choose a tag to compare

One quick patch: protect new prefetching mechanism from empty datasets (17923e0).

And one near-mistake: homogenized asarray.destination return type (662547c) and then restored it (7e4ad70) because it really needs that different return type.