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

rm diffeqarrayoperator #339

Open vpuri3 opened 1 year ago

vpuri3 commented 1 year ago

and bump version please

codecov[bot] commented 1 year ago

Codecov Report

Merging #339 (c615b0e) into main (61f4dc3) will increase coverage by 0.71%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #339      +/-   ##
==========================================
+ Coverage   75.51%   76.22%   +0.71%     
==========================================
  Files          17       17              
  Lines        1266     1266              
==========================================
+ Hits          956      965       +9     
+ Misses        310      301       -9     
Impacted Files Coverage Δ
ext/LinearSolveCUDAExt.jl 0.00% <0.00%> (ø)
src/default.jl 66.66% <0.00%> (+0.64%) :arrow_up:

... and 4 files with indirect coverage changes

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

ChrisRackauckas commented 1 year ago

This is missing the deprecation path, which would lead to issues like https://github.com/SciML/DifferentialEquations.jl/issues/967