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
Made `uproot.pandas.iterate` work on earlier versions of Pandas than 0.24.0.
3.4.16
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
plexoos added Float16 as a supported type (PR 261).
3.4.14
PR 257: consistency in Pandas index for jagged and flat columns.
3.4.13
One quick patch: protect new prefetching mechanism from empty datasets (17923e00eb72ec6728b863700ef44b8138fd3459).
And one near-mistake: homogenized `asarray.destination` return type (662547c33160c3a4ffce28b54d0ed04586f834d8) and then restored it (7e4ad708bd7fcd0d73ab3a203ed8ded5410329c9) because it really needs that different return type.