Releases: scikit-hep/uproot5
Releases · scikit-hep/uproot5
Version 5.1.1
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
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 withconcurrent.futures
by @lobis in #983 - feat: Use a single
handler
argument onuproot.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
- test: skip RNTuple test until #928 is fixed by @jpivarski in #969
- test: skip if dask-awkward, an optional dependency, is missing by @jpivarski in #968
- test: use file in skhep-testdata for issue #121 by @lobis in #973
- chore: update pre-commit hooks by @pre-commit-ci in #964
- chore: bump Python version by @agoose77 in #980
- chore: update pre-commit hooks @pre-commit-ci in #982
Full Changelog: v5.0.13...v5.1.0
Version 5.1.0rc4
New features
- feat: improve
uproot.futures
compatibility withconcurrent.futures
by @lobis in #983 - feat: Use a single
handler
argument onuproot.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
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
fromNumpyArray
by @agoose77 in #985
Other
- test: skip RNTuple test until #928 is fixed by @jpivarski in #969
- test: skip if dask-awkward, an optional dependency, is missing by @jpivarski in #968
- test: use file in skhep-testdata for issue #121 by @lobis in #973
- chore: update pre-commit hooks by @pre-commit-ci in #964
Full Changelog: v5.0.12...v5.0.13
Version 5.1.0rc3
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
- test: skip RNTuple test until #928 is fixed by @jpivarski in #969
- test: skip if dask-awkward, an optional dependency, is missing by @jpivarski in #968
- test: use file in skhep-testdata for issue #121 by @lobis in #973
- chore: update pre-commit hooks by @pre-commit-ci in #964
- chore: bump Python version by @agoose77 in #980
Full Changelog: v5.0.12...v5.1.0rc3
Version 5.1.0rc2
(Incremental changes; another pre-release to try out.)
Full Changelog: v5.1.0rc1...v5.1.0rc2
Version 5.1.0rc1
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
- test: skip RNTuple test until #928 is fixed by @jpivarski in #969
- test: skip if dask-awkward, an optional dependency, is missing by @jpivarski in #968
- chore: update pre-commit hooks by @pre-commit-ci in #964
- test: use file in skhep-testdata for issue #121 by @lobis in #973
Full Changelog: v5.0.12...v5.1.0rc1
Version 5.0.12
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
- refactor: use public typetracer API by @agoose77 in #894
- test: better test for vectorVectorDouble by @jpivarski in #942
- docs: add natsukium as a contributor for test by @allcontributors in #937
- docs: add JostMigenda as a contributor for doc by @allcontributors in #938
- docs: _dask.py: fix docstring formatting by @veprbl in #955
- chore: skip pandas test if pandas is not installed by @natsukium in #934
- chore: update pre-commit hooks by @pre-commit-ci in #939
- chore: update pre-commit hooks by @pre-commit-ci in #944
- chore: update pre-commit hooks by @pre-commit-ci in #950
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #952
- chore: update pre-commit hooks by @pre-commit-ci in #953
New Contributors
- @natsukium made their first contribution in #934
- @JostMigenda made their first contribution in #935
Full Changelog: v5.0.11...v5.0.12
Version 5.0.11
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
- chore: use 2x faster black mirror by @henryiii in #929
- chore: update pre-commit hooks by @pre-commit-ci in #918
Full Changelog: v5.0.10...v5.0.11
Version 5.0.10
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
- chore: update pre-commit hooks by @pre-commit-ci in #902
- chore: update pre-commit hooks by @pre-commit-ci in #915
- chore: ruff moved to astral-sh by @henryiii in #913
- chore: target-version no longer needed by Black or Ruff by @henryiii in #914
Full Changelog: v5.0.9...v5.0.10