Skip to content

Releases: scikit-hep/uproot5

Version 5.1.1

13 Oct 20:30
388395c
Compare
Choose a tag to compare

New features

(none!)

Bug-fixes and performance

  • fix: typo in uproot.source.xrootd.XRootDSource name by @jpivarski in #990

Other

(none!)

Full Changelog: v5.1.0...v5.1.1

Version 5.1.0

13 Oct 18:59
f4d473e
Compare
Choose a tag to compare

Yanked because of an error in handling XRootD URLs. Use 5.1.1 (or later) instead.

New features

  • feat: add TLeafC - string - writing support by @ioanaif in #940
  • feat: adding a very basic FSSpecSource by @lobis in #967
  • feat: add support for shape touching in Dask by @agoose77 in #966
  • feat: improve uproot.futures compatibility with concurrent.futures by @lobis in #983
  • feat: Use a single handler argument on uproot.reading.open by @lobis in #971
  • feat: fsspec source non-blocking chunks by @lobis in #979

Bug-fixes and performance

  • fix: inverted axes for variances of 2D weighted histograms when transformed to hist by @ioanaif in #965
  • fix: support Content objects in writing by @agoose77 in #986

Other

Full Changelog: v5.0.13...v5.1.0

Version 5.1.0rc4

13 Oct 18:00
Compare
Choose a tag to compare
Version 5.1.0rc4 Pre-release
Pre-release

New features

  • feat: improve uproot.futures compatibility with concurrent.futures by @lobis in #983
  • feat: Use a single handler argument on uproot.reading.open by @lobis in #971
  • feat: fsspec source non-blocking chunks by @lobis in #979

Bug-fixes and performance

Other

(none!)

Full Changelog: v5.1.0rc3...v5.1.0rc4

Version 5.0.13

12 Oct 18:44
f24c00e
Compare
Choose a tag to compare

New features

  • feat: add TLeafC - string - writing support by @ioanaif in #940
  • feat: adding a very basic FSSpecSource by @lobis in #967

Bug-fixes and performance

  • fix: inverted axes for variances of 2D weighted histograms when transformed to hist by @ioanaif in #965
  • fix: pull out .data from NumpyArray by @agoose77 in #985

Other

Full Changelog: v5.0.12...v5.0.13

Version 5.1.0rc3

11 Oct 13:55
e133be6
Compare
Choose a tag to compare
Version 5.1.0rc3 Pre-release
Pre-release

New features

  • feat: add TLeafC - string - writing support by @ioanaif in #940
  • feat: adding a very basic FSSpecSource by @lobis in #967
  • feat: add support for shape touching in Dask by @agoose77 in #966

Bug-fixes and performance

  • fix: inverted axes for variances of 2D weighted histograms when transformed to hist by @ioanaif in #965

Other

Full Changelog: v5.0.12...v5.1.0rc3

Version 5.1.0rc2

09 Oct 14:02
0524744
Compare
Choose a tag to compare
Version 5.1.0rc2 Pre-release
Pre-release

(Incremental changes; another pre-release to try out.)

Full Changelog: v5.1.0rc1...v5.1.0rc2

Version 5.1.0rc1

06 Oct 20:05
4d1df60
Compare
Choose a tag to compare
Version 5.1.0rc1 Pre-release
Pre-release

New features

  • feat: add TLeafC - string - writing support by @ioanaif in #940
  • feat: adding a very basic FSSpecSource by @lobis in #967
  • feat: add support for shape touching in Dask by @agoose77 in #966

Bug-fixes and performance

  • fix: inverted axes for variances of 2D weighted histograms when transformed to hist by @ioanaif in #965

Other

Full Changelog: v5.0.12...v5.1.0rc1

Version 5.0.12

21 Sep 16:16
d939d21
Compare
Choose a tag to compare

New features

(none!)

Bug-fixes and performance

  • fix: changelog script ignores releases past 5.0.0rc2 by @JostMigenda in #935
  • fix: clamp start and stop by @agoose77 in #941
  • fix: get package import messages up-to-date by @jpivarski in #947
  • fix: tests were failing because dask_awkward.lib.testutils needs pyarrow by @jpivarski in #957
  • fix: add minimimal emscripten support via non-HTTP sources by @agoose77 in #956
  • fix: remove pyarrow import as a dependence coming from dask-awkward in tests by @ioanaif in #961

Other

New Contributors

Full Changelog: v5.0.11...v5.0.12

Version 5.0.11

11 Aug 17:24
1214d7c
Compare
Choose a tag to compare

New features

Bug-fixes and performance

  • fix: pandas and double nested vectors issue 885 by @ioanaif in #912
  • fix: don't assume Uproot is in global scope in TPython::Eval by @jpivarski in #927
  • fix: expressions failing in pandas issue 922 by @ioanaif in #930

Other

Full Changelog: v5.0.10...v5.0.11

Version 5.0.10

06 Jul 20:17
b96ae44
Compare
Choose a tag to compare

New features

Bug-fixes and performance

  • fix: issues with members when dealing with non-numeric branches issue #906 by @ioanaif in #910
  • fix: interpretation for arrays of non-numerical objects issue 880 part2 by @ioanaif in #911

Other

Full Changelog: v5.0.9...v5.0.10