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

Support IntervalSets 0.5 #180

Closed devmotion closed 4 years ago

devmotion commented 4 years ago

AxisArrays does not support the latest version of IntervalSets (noticed this due to some issues in Turing, see https://github.com/TuringLang/Turing.jl/issues/683#issuecomment-616412903 and https://github.com/TuringLang/Turing.jl/issues/1220). Maybe it would be a good idea to add CompatHelper?

timholy commented 4 years ago

Thanks!