SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
216 stars 39 forks source link

CompatHelper: bump compat for MINPACK in [weakdeps] to 1, (keep existing compat) #443

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

This pull request changes the compat entry for the MINPACK package from =1.2 to =1.2, 1. 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 1 month ago

Codecov Report

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

Project coverage is 45.82%. Comparing base (a797e46) to head (69fa133).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #443 +/- ## =========================================== - Coverage 77.33% 45.82% -31.52% =========================================== Files 47 47 Lines 2859 2848 -11 =========================================== - Hits 2211 1305 -906 - Misses 648 1543 +895 ```

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

avik-pal commented 1 month ago

DO NOT MERGE THIS