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

Warning: NLSolveTerminationCondition has been deprecated in favor of the new dispatch based termination conditions. Please use the new termination conditions API! #269

Closed prbzrg closed 10 months ago

prbzrg commented 10 months ago

from CI: https://github.com/SciML/NonlinearSolve.jl/actions/runs/6716303943/job/18252333439#step:6:525

ChrisRackauckas commented 10 months ago

I think @avik-pal is handling all of these?