ports/devel/py-uproot/pkg-descr
Po-Chuan Hsieh 6898985d09
devel/py-uproot: Add py-uproot 5.3.10
Uproot is a library for reading and writing ROOT files in pure Python and NumPy.

Unlike the standard C++ ROOT implementation, Uproot is only an I/O library,
primarily intended to stream data into machine learning libraries in Python.
Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it
uses Numpy to cast blocks of data from the ROOT file as Numpy arrays.
2024-07-21 17:55:09 +08:00

7 lines
383 B
Plaintext

Uproot is a library for reading and writing ROOT files in pure Python and NumPy.
Unlike the standard C++ ROOT implementation, Uproot is only an I/O library,
primarily intended to stream data into machine learning libraries in Python.
Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it
uses Numpy to cast blocks of data from the ROOT file as Numpy arrays.