Releases: SciML/NonlinearSolve.jl
Releases · SciML/NonlinearSolve.jl
v2.2.1
NonlinearSolve v2.2.1
Merged pull requests:
v2.2.0
NonlinearSolve v2.2.0
Merged pull requests:
- NonlinearLeastSquaresProblem Solvers: Levenberg & Gauss Newton (#218) (@avik-pal)
- CompatHelper: bump compat for AlgebraicMultigrid to 0.6 for package docs, (keep existing compat) (#230) (@github-actions[bot])
- Add docs of AutoSparseForwardDiff and matrix coloring (#231) (@ErikQQY)
- Only apply AD overloads to out-of-place (#232) (@ChrisRackauckas)
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)