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

Remove SuiteSparse #426

Closed sharanry closed 9 months ago

sharanry commented 9 months ago

We remove SuiteSparse as it has now been merged with SparseArrays.

codecov[bot] commented 9 months ago

Codecov Report

Merging #426 (788ad2f) into main (aaaef4f) will increase coverage by 0.17%. The diff coverage is 40.00%.

@@            Coverage Diff             @@
##             main     #426      +/-   ##
==========================================
+ Coverage   63.77%   63.94%   +0.17%     
==========================================
  Files          26       26              
  Lines        2098     2097       -1     
==========================================
+ Hits         1338     1341       +3     
+ Misses        760      756       -4     
Files Coverage Δ
src/LinearSolve.jl 89.04% <ø> (-0.15%) :arrow_down:
src/factorization_sparse.jl 100.00% <ø> (ø)
src/factorization.jl 66.73% <40.00%> (ø)

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

sharanry commented 9 months ago

@ChrisRackauckas this should be ready to go