Releases: SciML/NonlinearSolve.jl
Releases · SciML/NonlinearSolve.jl
v2.1.0
v2.0.1
v2.0.0
NonlinearSolve v2.0.0
Merged pull requests:
- TrustRegion bugs (#210) (@FHoltorf)
- Documenter 1.0 upgrade (#220) (@ArnoStrouwen)
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)
v1.10.0
NonlinearSolve v1.10.0
Closed issues:
- ITP method (#184)
Merged pull requests:
- Bastin's radius update scheme (#191) (@yash2798)
- Fix TrustRegion docstring (#193) (@ErikQQY)
- Fix typo solver -> sol (#196) (@jaakkor2)
- Trust Region docstrings improvement (#197) (@yash2798)
- Updating docs and tutorials for ITP (#198) (@yash2798)
- Added documentation for Trust region radius update schemes (#199) (@yash2798)
- Newton Raphson used to ignore jac-prototype (#200) (@avik-pal)
- Add support for JFNK (#201) (@avik-pal)
v1.8.0
v1.7.0
NonlinearSolve v1.7.0
Closed issues:
- Failing to Precompile NonLinearSolve.jl (#176)
Merged pull requests:
- Including jvp for radius update schemes (#172) (@yash2798)
- Enable iterator interface to be used with TrustRegion (#174) (@dawbarton)
- Trust Region - Fan's method (#178) (@yash2798)
- iip vs oop iteration test (#179) (@yash2798)
- Migrate from SnoopPrecompile to PrecompileTools (#181) (@timholy)
- Update for LinearSolve v2 (#185) (@ChrisRackauckas)
v1.6.0
v1.5.1
NonlinearSolve v1.5.1
Closed issues:
- Implement Levenburg-Marquedt (#119)
TrustRegioncannot solve the Readme example from NLsolve.jl (#170)
Merged pull requests:
- Implementing some new Trust region radius update schemes (#159) (@yash2798)
- Just use IIP inference (#161) (@ChrisRackauckas)
- enable dependabot for GitHub actions (#163) (@ranocha)
- Bump codecov/codecov-action from 1 to 3 (#164) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#165) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#166) (@dependabot[bot])
- CompatHelper: add new compat entry for EnumX at version 1, (keep existing compat) (#169) (@github-actions[bot])
- CompatHelper: bump compat for SparseDiffTools to 2, (keep existing compat) (#171) (@github-actions[bot])
v1.5.0
NonlinearSolve v1.5.0
Merged pull requests:
- Add page on termination conditions (#155) (@avik-pal)
- Add LBryoden to the API docs (#156) (@ChrisRackauckas)