LightGraphs.jl icon indicating copy to clipboard operation
LightGraphs.jl copied to clipboard

CompatHelper: bump compat for "ArnoldiMethod" to "0.2"

Open github-actions[bot] opened this issue 4 years ago • 2 comments

This pull request changes the compat entry for the ArnoldiMethod package from 0.0, 0.1 to 0.0, 0.1, 0.2.

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.

github-actions[bot] avatar Feb 20 '21 00:02 github-actions[bot]

Codecov Report

Merging #1539 (ad5e4f8) into master (d9a5b1d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1539   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files         106      106           
  Lines        5551     5551           
=======================================
  Hits         5520     5520           
  Misses         31       31           

codecov[bot] avatar May 13 '21 12:05 codecov[bot]

Bump, I believe the ArnoldiMethod v0.1 requirement may be causing hard-to-trace version suppression when using DiffEqBase.

hustf avatar Jun 18 '21 08:06 hustf