Uproot Versions Save

ROOT I/O in pure Python and NumPy.

3.14.4

3 years ago

@NiclasEich fixed a significant performance bug in jagged array writing.

I cleaned up many of the NumPy 1.20 warnings.

3.14.3

3 years ago

Remove warning on import (issue #533).

3.14.2

3 years ago

Switch from DeprecationWarning to FutureWarning.

3.14.1

3 years ago

Rename uproot-methodsuproot3-methods, since the fact that "uproot-methods" as a package with different versions was breaking dependencies for people with old versions of this package.

3.13.1

3 years ago

3.14.0

3 years ago

First version to be named uproot3, rather than uproot.

3.13.0

3 years ago

@eduardo-rodrigues and @chrisburr updated tests for Python 3.9. Thanks!

3.12.0

3 years ago

Added a deprecation warning that points to scikit-hep/uproot4.

3.11.7

3 years ago

Can finally read unsplit TTrees like small-evnt-tree-nosplit.root and added ROOT 6.20/04 tests.

3.11.6

4 years ago

Fixed #485 with PR #486.