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

Fix deprecation #324

Closed simonbyrne closed 1 year ago

simonbyrne commented 1 year ago

Fixes #323

codecov[bot] commented 1 year ago

Codecov Report

Merging #324 (cb72ee1) into main (3f54753) will decrease coverage by 23.84%. The diff coverage is n/a.

:exclamation: Current head cb72ee1 differs from pull request most recent head 25d16d2. Consider uploading reports for the commit 25d16d2 to get more accurate results

@@             Coverage Diff             @@
##             main     #324       +/-   ##
===========================================
- Coverage   66.77%   42.93%   -23.84%     
===========================================
  Files          17       17               
  Lines        1222     1211       -11     
===========================================
- Hits          816      520      -296     
- Misses        406      691      +285     
Impacted Files Coverage Δ
src/deprecated.jl 30.23% <ø> (ø)

... and 12 files with indirect coverage changes

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

simonbyrne commented 1 year ago

Thank you! Can you tag a new release as well?