Closed ariostas closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.78%. Comparing base (
daba9d1
) to head (c6c2c5c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
xxhash is not included in Pyodide, so making it a strict dependency in Uproot would prevent Uproot from being usable in JupyterLite.
Is the xxhash algorithm available in cramjam? If so, then we can absolutely depend on it in that way. Also, the cramjam authors have been very responsive to requests—they might be able to add it if it's not already included. (I assume it's a single function without dependencies.)
I replied to your comment in https://github.com/scikit-hep/uproot5/pull/1115 to continue the thread there.
Merging this PR, which replaces the RNTuple files with the latest format, now that scikit-hep/uproot5#1115 is ready to use them. I'll make a release immediately afterward.
I used a recent version of ROOT to regenerate the RNTuple files with the RC2 spec. I also removed the duplicate files
uproot_ntuple_*
that I mentioned in #143. I'll mark this as a draft for now since it should be merged alongside https://github.com/scikit-hep/uproot5/pull/1115 so as to not break any CI workflows.Closes #143