Uproot

Latest version: v5.3.7

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

Scan your dependencies

Page 22 of 55

3.8.2

uproot can now write ROOT files which have TTrees with empty TBaskets.
Fixes bug preventing ROOT from adding objects to files created in uproot.

3.8.1

Histograms with bin labels can now be written by uproot into new ROOT files.

The checksum of lz4 compressed ROOT files is now checked when they are being read by uproot. xxhash is now a strict dependency for reading lz4 compressed ROOT files.

3.8.0

TTree.pandas.df` was broken by the rename of `awkward.index` to `awkward.localindex` (which itself was to resolve a name-collision). Calling `localindex` and updating the minimum awkward version to 0.12 fixes that problem. (PR 303)

3.7.2

Fixes 294 with 295: `uproot.pandas.iterate` assumes Python 3's absolute imports, so for Python 2 to work, we need

python
from __future__ import absolute_import


at the top of every file in uproot. (Thanks, chrisburr!)

3.7.1

PR 293 (on master, not back-propagated).

3.7.0

Full release with lazy profiles ([see pre-release announcement](https://github.com/scikit-hep/uproot/releases/tag/3.7.0rc1)).

Page 22 of 55

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.