Releases: SciML/NonlinearSolve.jl
Releases · SciML/NonlinearSolve.jl
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)
TrustRegion
cannot 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)
v1.4.0
NonlinearSolve v1.4.0
Closed issues:
- Dead links trust region, northwestern.edu (#144)
- Documentation page missing (#147)
- Confusing warning with default settings (#148)
Merged pull requests:
- Adding the Ridder method to docs (#138) (@CCsimon123)
- Adding Brent to docs (#141) (@CCsimon123)
- Adding SimpleDFSane to docs (#143) (@CCsimon123)
- Dead links trust region fix (#145) (@CCsimon123)
- Implementation of 23 test cases (#149) (@CCsimon123)
- add DiffEqBase to makedocs modules (#150) (@ArnoStrouwen)
- ArrayInterface v7 (#152) (@ChrisRackauckas)
v1.3.0
NonlinearSolve v1.3.0
Closed issues:
Merged pull requests:
- Doc format (#129) (@ArnoStrouwen)
- format docstrings (#130) (@ArnoStrouwen)
- Implementation of a Levenberg–Marquardt algorithm (#131) (@CCsimon123)
- type instability fix (#132) (@daviehh)
- Updating the types in Levenberg (#134) (@CCsimon123)
- Specialize field types so that TrustRegion works with AD (#135) (@YingboMa)
- max-methods=1 (#137) (@chriselrod)
v1.2.0
NonlinearSolve v1.2.0
Closed issues:
- Newton trust region (#52)
- [Docs] Stopping conditions (#64)
- Add TrustRegion to Precompilation (#121)
- Error in TrustRegion when inplace is true (#124)
Merged pull requests:
- [skip ci] solver doc uniformity (#112) (@ArnoStrouwen)
- [skip ci] LanguageTool (#113) (@ArnoStrouwen)
- Add new SimpleNonlinearSolve methods to the docs (#115) (@ChrisRackauckas)
- Added a Trust Region solver. (#116) (@CCsimon123)
- Add a documentation of solve (#120) (@ChrisRackauckas)
- Add TrustRegion to the documentation (#123) (@ChrisRackauckas)
- Bug fix for TrustRegion when iip=true. (#125) (@CCsimon123)
- [skip ci] spelling (#126) (@ArnoStrouwen)
- Precompile trust region only on v1.7+ (#127) (@ChrisRackauckas)