Uproot

Latest version: v5.6.0

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

Scan your dependencies

Page 2 of 57

5.4.2

New features

_(none!)_

Bug-fixes and performance

* fix: Adding signed versions of char,int,short,long for identify branches by MatousVozak in https://github.com/scikit-hep/uproot5/pull/1316
* fix(ci): pin selenium version to fix pyodide tests by ariostas in https://github.com/scikit-hep/uproot5/pull/1327
* fix: missing attribute in __array__ method of STLVector by rossodisera in https://github.com/scikit-hep/uproot5/pull/1323
* fix: adjust for Pandas changing its API again by jpivarski in https://github.com/scikit-hep/uproot5/pull/1322
* fix: don't let Awkward Array attempt to compare a big-endian array by jpivarski in https://github.com/scikit-hep/uproot5/pull/1319
* perf: improve performance for read coalescing by nikoladze in https://github.com/scikit-hep/uproot5/pull/1320
* perf: removing output arrays from reference cycles so they don't have to wait for GC by jpivarski in https://github.com/scikit-hep/uproot5/pull/1305

Other

* docs: add MatousVozak as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1317
* docs: add rossodisera as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1325
* chore: miscellaneous RNTuple improvements by ariostas in https://github.com/scikit-hep/uproot5/pull/1250
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1312

New Contributors
* MatousVozak made their first contribution in https://github.com/scikit-hep/uproot5/pull/1316
* rossodisera made their first contribution in https://github.com/scikit-hep/uproot5/pull/1323

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.4.1...v5.4.2

5.4.1

New features

_(none!)_

Bug-fixes and performance

* fix: first concurrency issue in Python 3.13t by jpivarski in https://github.com/scikit-hep/uproot5/pull/1310

Other

* ci: add a pass job by henryiii in https://github.com/scikit-hep/uproot5/pull/1309
* ci: test on 3.13 by henryiii in https://github.com/scikit-hep/uproot5/pull/1308
* chore(ci): replace pyodide http test to make it more stable by ariostas in https://github.com/scikit-hep/uproot5/pull/1296
* chore(deps): bump pyodide/pyodide-actions from 1 to 2 in the actions group by dependabot in https://github.com/scikit-hep/uproot5/pull/1298
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1300
* chore(ci): switch to miniforge by ariostas in https://github.com/scikit-hep/uproot5/pull/1304
* chore(deps): bump scientific-python/upload-nightly-action from 0.5.0 to 0.6.1 in the actions group by dependabot in https://github.com/scikit-hep/uproot5/pull/1306
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1307

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.4.0...v5.4.1

5.4.0

In Uproot 5.4.0, the `xxhash` library (`python-xxhash` on conda-forge) is now a required dependency.

New Features

_(none!)_

Bug-fixes and performance

_(none!)_

Other

* docs: add giedrius2020 as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1295
* chore(deps): add xxhash dependency by ariostas in https://github.com/scikit-hep/uproot5/pull/1289

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.13...v5.4.0

5.3.13

This is the last release before xxhash becomes a strict dependency.

New features

_(none!)_

Bug-fixes and performance

* fix: RNTuple ug-fixing offset array concatenation, adding filter_name by giedrius2020 in https://github.com/scikit-hep/uproot5/pull/1285

Other

* docs: Uproot only supports Pythons 3.8 through 3.12 by jpivarski in https://github.com/scikit-hep/uproot5/pull/1293
* test: disable test that uses UNL file by ariostas in https://github.com/scikit-hep/uproot5/pull/1287
* ci: add job to test with Emscripten by ariostas in https://github.com/scikit-hep/uproot5/pull/1272
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1284
* chore(deps): bump actions/attest-build-provenance from 1.4.2 to 1.4.3 in the actions group by dependabot in https://github.com/scikit-hep/uproot5/pull/1286
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1290

New Contributors
* giedrius2020 made their first contribution in https://github.com/scikit-hep/uproot5/pull/1285

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.12...v5.3.13

5.3.12

New Features

_(none!)_

Bug-fixes and performance

* fix: TStreamerLoop code generation should make an array by jpivarski in https://github.com/scikit-hep/uproot5/pull/1277
* perf: if first whole TBasket has inconclusive AwkwardForth by jpivarski in https://github.com/scikit-hep/uproot5/pull/1280

Other

* chore(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 in the actions group by dependabot in https://github.com/scikit-hep/uproot5/pull/1279
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1247


**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.11...v5.3.12

5.3.11

New features

* feat: implement TGraph-writing by Pepesob in https://github.com/scikit-hep/uproot5/pull/1256
* feat: add support for more RNTuple types by ariostas in https://github.com/scikit-hep/uproot5/pull/1223

Big-fixes and performance

* fix: set _max_workers in ThreadPoolExecutor with non-None initializer by NJManganelli in https://github.com/scikit-hep/uproot5/pull/1254
* fix: apply `TBranch.array`'s veto of `AsGrouped` from `ranges_or_baskets` to `HasBranches.arrays` and `HasBranches.iterate` by jpivarski in https://github.com/scikit-hep/uproot5/pull/1269
* fix: explicit 'import awkward' needed to write NumPy strings by jpivarski in https://github.com/scikit-hep/uproot5/pull/1266

Other

* docs: add Pepesob as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1258
* chore(deps): bump actions/attest-build-provenance from 1.3.2 to 1.4.1 in the actions group across 1 directory by dependabot in https://github.com/scikit-hep/uproot5/pull/1268

New Contributors

* NJManganelli made their first contribution in https://github.com/scikit-hep/uproot5/pull/1254
* Pepesob made their first contribution in https://github.com/scikit-hep/uproot5/pull/1256

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.10...v5.3.11

Page 2 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.