JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Test with 1.9 #214

Open ParadaCarleton opened 1 year ago

ParadaCarleton commented 1 year ago

The changes to eachslice in 1.9 might cause trouble for this package. I'm working with DimensionalData at the moment, and there's problems with it at the moment--nothing breaks, but eachslice is unstable because the return type depends on the dims keyword argument.