Skip to content

Move from `root_numpy` to `uproot`?

Created by: dcorre

uproot does not depend on C++ ROOT as root_numpy. It will be more portable then.

If I'm right there is only one file with a root_numpy import : gwpy/table/io/root.py so it should not be too much work.

I could try to have a look if this is something interesting.