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
226 stars 40 forks source link

Update NonlinearLeastSquaresSolvers docs and setup MINPACK/NLsolve as extension packages #276

Closed ChrisRackauckas closed 9 months ago

ChrisRackauckas commented 10 months ago

This simplifies the maintenance (we can archive both of those repos) since they were effectively one file packages. This makes it easier to test them with everything else too.

codecov[bot] commented 10 months ago

Codecov Report

Merging #276 (87c8f44) into master (b8d43a3) will increase coverage by 1.12%. The diff coverage is n/a.

:exclamation: Current head 87c8f44 differs from pull request most recent head 9ebdcab. Consider uploading reports for the commit 9ebdcab to get more accurate results

@@            Coverage Diff             @@
##           master     #276      +/-   ##
==========================================
+ Coverage   48.41%   49.54%   +1.12%     
==========================================
  Files          19       19              
  Lines        1801     1760      -41     
==========================================
  Hits          872      872              
+ Misses        929      888      -41     

see 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

ChrisRackauckas commented 10 months ago

Should incorporate https://github.com/SciML/SciMLNLSolve.jl/pull/32