JuliaLinearAlgebra / ArnoldiMethod.jl

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

Update Project.toml to use Julia 1.6 #124

Closed ViralBShah closed 9 months ago

ViralBShah commented 9 months ago

Note that the package version number is bumped to 0.3.0 as well (to allow patch releases on older versions, but I highly doubt it will be needed).

ViralBShah commented 9 months ago

@haampie Please merge if you think this is right- or edit directly as necessary. I think the failing test on x86 needs some loosening of tolerance.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f162616) 95.55% compared to head (dd15463) 95.55%. Report is 3 commits behind head on master.

:exclamation: Current head dd15463 differs from pull request most recent head c9c37eb. Consider uploading reports for the commit c9c37eb to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #124 +/- ## ======================================= Coverage 95.55% 95.55% ======================================= Files 11 11 Lines 809 809 ======================================= Hits 773 773 Misses 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.