Uproot

Latest version: v5.5.2

Safety actively analyzes 711993 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 57

5.0.13

New features

* feat: add TLeafC - string - writing support by ioanaif in https://github.com/scikit-hep/uproot5/pull/940
* feat: adding a very basic FSSpecSource by lobis in https://github.com/scikit-hep/uproot5/pull/967

Bug-fixes and performance

* fix: inverted axes for variances of 2D weighted histograms when transformed to hist by ioanaif in https://github.com/scikit-hep/uproot5/pull/965
* fix: pull out `.data` from `NumpyArray` by agoose77 in https://github.com/scikit-hep/uproot5/pull/985

Other

* test: skip RNTuple test until 928 is fixed by jpivarski in https://github.com/scikit-hep/uproot5/pull/969
* test: skip if dask-awkward, an optional dependency, is missing by jpivarski in https://github.com/scikit-hep/uproot5/pull/968
* test: use file in skhep-testdata for issue 121 by lobis in https://github.com/scikit-hep/uproot5/pull/973
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/964


**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.12...v5.0.13

5.0.12

New features

_(none!)_

Bug-fixes and performance

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

Other

* refactor: use public typetracer API by agoose77 in https://github.com/scikit-hep/uproot5/pull/894
* test: better test for vectorVectorDouble by jpivarski in https://github.com/scikit-hep/uproot5/pull/942
* docs: add natsukium as a contributor for test by allcontributors in https://github.com/scikit-hep/uproot5/pull/937
* docs: add JostMigenda as a contributor for doc by allcontributors in https://github.com/scikit-hep/uproot5/pull/938
* docs: _dask.py: fix docstring formatting by veprbl in https://github.com/scikit-hep/uproot5/pull/955
* chore: skip pandas test if pandas is not installed by natsukium in https://github.com/scikit-hep/uproot5/pull/934
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/939
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/944
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/950
* chore(deps): bump actions/checkout from 3 to 4 by dependabot in https://github.com/scikit-hep/uproot5/pull/952
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/953

New Contributors
* natsukium made their first contribution in https://github.com/scikit-hep/uproot5/pull/934
* JostMigenda made their first contribution in https://github.com/scikit-hep/uproot5/pull/935

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.11...v5.0.12

5.0.11

New features

* feat: Support reading from S3 by veprbl in https://github.com/scikit-hep/uproot5/pull/916

Bug-fixes and performance

* fix: pandas and double nested vectors issue 885 by ioanaif in https://github.com/scikit-hep/uproot5/pull/912
* fix: don't assume Uproot is in global scope in TPython::Eval by jpivarski in https://github.com/scikit-hep/uproot5/pull/927
* fix: expressions failing in pandas issue 922 by ioanaif in https://github.com/scikit-hep/uproot5/pull/930

Other

* chore: use 2x faster black mirror by henryiii in https://github.com/scikit-hep/uproot5/pull/929
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/918

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.10...v5.0.11

5.0.10

New features

* feat: add `unproject_layout` support by agoose77 in https://github.com/scikit-hep/uproot5/pull/900

Bug-fixes and performance

* fix: issues with members when dealing with non-numeric branches issue 906 by ioanaif in https://github.com/scikit-hep/uproot5/pull/910
* fix: interpretation for arrays of non-numerical objects issue 880 part2 by ioanaif in https://github.com/scikit-hep/uproot5/pull/911

Other

* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/902
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/915
* chore: ruff moved to astral-sh by henryiii in https://github.com/scikit-hep/uproot5/pull/913
* chore: target-version no longer needed by Black or Ruff by henryiii in https://github.com/scikit-hep/uproot5/pull/914

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.9...v5.0.10

5.0.9

New features

_(none!)_

Bug fixes and performance

* fix: if using form remapping start off with full list of remapped columns by lgray in https://github.com/scikit-hep/uproot5/pull/905

Other

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.8...v5.0.9

5.0.8

New features

* feat: chunk specification in uproot.dask by lgray in https://github.com/scikit-hep/uproot5/pull/898

Bug fixes and performance

* fix: histograms from Geant4 by henryiii in https://github.com/scikit-hep/uproot5/pull/884
* fix: bugs caught by a Ruff update by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/882
* fix: adapt to scikit-hep/awkward2437. by jpivarski in https://github.com/scikit-hep/uproot5/pull/892
* fix: awkward_form breadcrumbs class issue 880 by ioanaif in https://github.com/scikit-hep/uproot5/pull/886

Other

* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/889
* chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1 by dependabot in https://github.com/scikit-hep/uproot5/pull/887
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/893

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.7...v5.0.8

Page 8 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.