Oliver Schulz
Oliver Schulz
Thanks @giordano !
Support for HDF5.jl would be great!
Oh, thanks - almost forgot about this! I should also check if I can use this in UpROOT.jl.
> Thanks for putting this together! CI is down while I'm out of the country Thanks @jpsamaroo! When you're back, I'll need some hints from you on the AMDGPU side...
Will do, I need to rebase the other related PRs as well anyway.
> @oschulz bump Sorry for the delay, it's not forgotten, but holidays got in the way. :-) Also looks like the whole thing will now include ArrayInterfaceCore as well (recent...
Could we also define `Compat.AbstractSlices` as part of this to "backport" `Base.AbstractSlices` (see https://github.com/JuliaLang/julia/pull/32310#issuecomment-1124631069)? This will allow packages like JuliennedArrays.jl, ArraysOfArrays.jl to extend that type without depending on non-LTS Julia...
We could also add ```julia const EachSlice{A,I} = Base.Generator{I, parent(eachslice(rand(3,4,5,6), dims = 3)) 3×4×5×6 Array{Float64, 4}: #... ```
I think we should definitely do this. Ideally with `AbstractSlices` and `EachSlice` as well?
> Adding AbstractSlices in the spirit of this PR isn't possible AFAICT Ah - I don't want to add it to have eachrow and eachcol as subtypes - that's not...