v1.10.1
NonlinearSolve v1.10.1
Merged pull requests:
- Splitting the methods based on problem type for SimpleNonlinearSolve docs (#202) (@yash2798)
- Towards a cleaner and more maintainable internals of NonlinearSolve.jl (#203) (@avik-pal)
- Bump actions/checkout from 3 to 4 (#205) (@dependabot[bot])
- Tutorial change for Bracketing method (#211) (@yash2798)
- Fix formatting (#217) (@avik-pal)
- CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#219) (@github-actions[bot])
Closed issues:
- Inplace Problem Specification for Methods with
size(residual) != size(u)
(#195)