Updated dependence to awkward 0.8.0 and uproot-methods 0.4.0. Since one can now use awkward.JaggedArray or awkward.numba.JaggedArray, all of the array-fetching functions now have an awkwardlib parameter where you can specify awkwardlib="awkward.numba" (as a string or a module object). When awkward.cuda exists, this will be the mechanism for reading data directly from ROOT files onto GPUs with CuPy
Like 0.8.0, but excludes Awkward 1. Thus, if anyone has a package named uproot-methods and they upda...
Fix the JaggedArray.zip method, bringing it up to date with the specification (PR #79)
A new semi-major version providing tweaks for Tables of VirtualArrays, so they can be used as lazy a...
Updated dependence to awkward 0.8.0 and uproot-methods 0.4.0. Since one can now use awkward.JaggedAr...
As a new semi-major version, this is now the minimum version of awkward for uproot-methods and uproo...
Introduced awkward-numba, a separately installable package to accelerate some methods with Numba's j...
Revert a change to the location of default types (INDEXTYPE, etc.) from awkward.util to awkward.arra...
Now requires awkward 0.8.0 and all access to the awkward library goes through ROOTMethods.awkward
Replaced the custom LazyArray class with awkward.ChunkedArrays of awkward.VirtualArrays. Updated the...
First version to depend on awkward 0.9.0 and uproot-methods 0.5.0. Most of the motivation for a sync...
Start using the new locations for awkward default types (awkward.util.*TYPE → awkward.array.base.Awk...
0.8.9 and 0.8.10 broke uproot's tree.pandas.df() because that function (illegally!) used the private...
PR #184, which allows awkward array classes that were defined on the fly to be pickled
Fixes #205 with PR #206. Also the first version that drops awkward-numba from the tests and deployme...
No change in code, but this is the first release to explicitly require awkward<1.0, so that when awk...
Like 0.8.0, but excludes Awkward 1. Thus, if anyone has a package named uproot-methods and they upda...
Fix the JaggedArray.zip method, bringing it up to date with the specification (PR #79)
A new semi-major version providing tweaks for Tables of VirtualArrays, so they can be used as lazy a...
Updated dependence to awkward 0.8.0 and uproot-methods 0.4.0. Since one can now use awkward.JaggedAr...
As a new semi-major version, this is now the minimum version of awkward for uproot-methods and uproo...
Introduced awkward-numba, a separately installable package to accelerate some methods with Numba's j...
Revert a change to the location of default types (INDEXTYPE, etc.) from awkward.util to awkward.arra...
Now requires awkward 0.8.0 and all access to the awkward library goes through ROOTMethods.awkward
Replaced the custom LazyArray class with awkward.ChunkedArrays of awkward.VirtualArrays. Updated the...
First version to depend on awkward 0.9.0 and uproot-methods 0.5.0. Most of the motivation for a sync...
Start using the new locations for awkward default types (awkward.util.*TYPE → awkward.array.base.Awk...
0.8.9 and 0.8.10 broke uproot's tree.pandas.df() because that function (illegally!) used the private...
PR #184, which allows awkward array classes that were defined on the fly to be pickled
Fixes #205 with PR #206. Also the first version that drops awkward-numba from the tests and deployme...
No change in code, but this is the first release to explicitly require awkward<1.0, so that when awk...
Like 0.8.0, but excludes Awkward 1. Thus, if anyone has a package named uproot-methods and they upda...
Fix the JaggedArray.zip method, bringing it up to date with the specification (PR #79)
A new semi-major version providing tweaks for Tables of VirtualArrays, so they can be used as lazy a...