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).