SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
248 stars 53 forks source link

CompatHelper: bump compat for KrylovKit to 0.6, (keep existing compat) #213

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the KrylovKit package from 0.5 to 0.5, 0.6. 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.

codecov[bot] commented 2 years ago

Codecov Report

Merging #213 (57e0124) into main (43a6689) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   63.80%   63.80%           
=======================================
  Files           9        9           
  Lines         630      630           
=======================================
  Hits          402      402           
  Misses        228      228           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more