JuliaSIMD / StrideArrays.jl

Library supporting the ArrayInterface.jl strided array interface.
MIT License
54 stars 9 forks source link

Release v0.1.22 to allow Static v0.8 #65

Closed sloede closed 1 year ago

sloede commented 1 year ago

Would it be possible to release v0.1.22? Right now, this is blocking us from using a recent version of OrdinaryDiffEq.jl (anything beyond v6.33.3, current is v6.35.1) with Trixi.jl, since DiffEqBase.jl requires Static v0.8, which is only supported by the current main of StrideArrays.jl but not by v0.1.18 (or later), which we require in Trixi.jl.

image

cc @ranocha

sloede commented 1 year ago

This issue has been fixed (for us) through https://github.com/SciML/DiffEqBase.jl/pull/855, thus feel free to close it (although tagging a new release probably still makes sense).

chriselrod commented 1 year ago

Oops https://github.com/JuliaSIMD/StrideArrays.jl/commit/3c531f8aac0e4e7da4db29608ebf06855eb9800b#commitcomment-92123304

chriselrod commented 1 year ago

https://github.com/JuliaRegistries/General/pull/74351

sloede commented 1 year ago

Thanks a lot 👍