JuliaGraphs / Graphs.jl

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

CompatHelper: bump compat for ArnoldiMethod to 0.3, (keep existing compat) #342

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

This pull request changes the compat entry for the ArnoldiMethod package from 0.1, 0.2 to 0.1, 0.2, 0.3. 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.

simonschoelly commented 7 months ago

Given that I spot some spot some bug fixed in the release notes - would it maybe make sense to lower bound from v3,4 on?

haampie commented 7 months ago

I would say so. Since you're also on julia 1.6 here that shouldn't be an issue (that's actually the only reason it went from 0.2 to 0.3, before i had compat of julia 1.3 or w/e)