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 LinearSolve at version 1 for package docs, (keep existing compat) #230

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request sets the compat entry for the LinearSolve package to 1 for package docs. 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 #230 (11f82e7) into main (ebab87c) will decrease coverage by 4.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #230      +/-   ##
==========================================
- Coverage   63.85%   59.71%   -4.15%     
==========================================
  Files           9        9              
  Lines         628      628              
==========================================
- Hits          401      375      -26     
- Misses        227      253      +26     
Impacted Files Coverage Δ
src/LinearSolve.jl 0.00% <0.00%> (-75.00%) :arrow_down:
src/default.jl 36.36% <0.00%> (-13.64%) :arrow_down:
src/common.jl 80.00% <0.00%> (-9.10%) :arrow_down:
src/factorization.jl 74.27% <0.00%> (-4.37%) :arrow_down:

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