JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
451 stars 87 forks source link

CompatHelper: bump compat for ArnoldiMethod to 0.4, (keep existing compat) #344

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 5 months ago

This pull request changes the compat entry for the ArnoldiMethod package from 0.3 to 0.3, 0.4. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

gdalle commented 5 months ago

ArnoldiMethod v0.4 removes some exports so I had to qualify them: https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl/releases/tag/v0.4.0

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 97.28%. Comparing base (7133460) to head (c661873).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #344 +/- ## ======================================= Coverage 97.28% 97.28% ======================================= Files 115 115 Lines 6789 6789 ======================================= Hits 6605 6605 Misses 184 184 ```

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