JuliaDynamics / DynamicalSystems.jl

Award winning software library for nonlinear dynamics and nonlinear timeseries analysis
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/
Other
828 stars 90 forks source link

Ecosystem-wide move from Roots.jl to NonlinearSolve.jl #224

Open Datseris opened 6 months ago

Datseris commented 6 months ago

I just saw the new NonlinearSolve.jl and the talk https://www.youtube.com/watch?v=O-2F8fBuRRg .

NonlinearSolve.jl seems to be better for us because it allows using the same syntax as the rest of SciML, while being more robust, with better developer support, faster, with better error handling, and with more algorithms. We should do an ecosystem-wide move to NonlinearSolve.jl.

Here are the points I recall from the top of my head that we use Roots.jl:

Thanks to the developers of NonlinearSolve.jl which seem to be a large list (@ChrisRackauckas please pass on the thanks!)