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 LinearSolve to 2 for package docs, (keep existing compat) #317

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the LinearSolve package from 1 to 1, 2 for package docs. 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 1 year ago

Codecov Report

Merging #317 (dd8449c) into main (34e4fc5) will increase coverage by 0.10%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #317      +/-   ##
==========================================
+ Coverage   76.07%   76.17%   +0.10%     
==========================================
  Files          17       17              
  Lines        1229     1230       +1     
==========================================
+ Hits          935      937       +2     
+ Misses        294      293       -1     

see 1 file with indirect coverage changes

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