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
245 stars 52 forks source link

CompatHelper: bump compat for FastLapackInterface to 2, (keep existing compat) #337

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #337 (78af0a3) into main (d22dcb1) will decrease coverage by 0.72%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #337      +/-   ##
==========================================
- Coverage   76.24%   75.53%   -0.72%     
==========================================
  Files          17       17              
  Lines        1267     1267              
==========================================
- Hits          966      957       -9     
- Misses        301      310       +9     

see 5 files with indirect coverage changes

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