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: bump compat for LazyArrays to 2, (keep existing compat) #503

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

This pull request changes the compat entry for the LazyArrays package from 1.8 to 1.8, 2. 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.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.85%. Comparing base (64a8811) to head (aa1d749).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #503 +/- ## ========================================== + Coverage 62.71% 62.85% +0.13% ========================================== Files 29 29 Lines 2229 2229 ========================================== + Hits 1398 1401 +3 + Misses 831 828 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.