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: add new compat entry for Sparspak at version 0.3, (keep existing compat) #242

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request sets the compat entry for the Sparspak package to 0.3. 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. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

codecov[bot] commented 1 year ago

Codecov Report

Merging #242 (512289e) into main (e17d676) will decrease coverage by 0.13%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #242      +/-   ##
==========================================
- Coverage   60.66%   60.52%   -0.14%     
==========================================
  Files          12       12              
  Lines         722      722              
==========================================
- Hits          438      437       -1     
- Misses        284      285       +1     
Impacted Files Coverage Δ
src/LinearSolve.jl 0.00% <0.00%> (-75.00%) :arrow_down:
src/default.jl 30.98% <0.00%> (-15.50%) :arrow_down:
src/factorization.jl 68.96% <0.00%> (-9.47%) :arrow_down:
src/common.jl 80.00% <0.00%> (-5.46%) :arrow_down:
lib/LinearSolvePardiso/src/LinearSolvePardiso.jl 75.00% <0.00%> (+75.00%) :arrow_up:

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