JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.
https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev
MIT License
96 stars 18 forks source link

Add compat for StaticArrays #102

Closed jaakkor2 closed 3 years ago

jaakkor2 commented 3 years ago

I tested locally StaticArrays 0.8, 0.9, 0.10, 0.11, 0.12, 1.0. Note that one needs https://github.com/haampie/ArnoldiMethod.jl/pull/99 to pass the tests on Julia v1.2 or later.

https://github.com/JuliaRegistries/General/blob/master/A/ArnoldiMethod/Compat.toml is preventing StaticArrays to upgrade to v1.0 if ArnoldiMethod is installed.

haampie commented 3 years ago

Thanks, that was an oversight. I'm on my phone now, will bump the version of ArnoldiMethod itself soon

jaakkor2 commented 3 years ago

Tag for ArnoldiMethod.jl v0.0.5 would be nice now, since my system went from v0.0.4 to v0.0.2 when ]up. StaticArrays.jl went from v0.12.4 to v1.0.1, and ArnoldiMethod.jl did not seem to hold it back.