Releases: SciML/NonlinearSolve.jl
Releases · SciML/NonlinearSolve.jl
v3.5.3
NonlinearSolve v3.5.3
Merged pull requests:
- fix
autodiff=AutoFiniteDiff()
forTrustRegion
(#361) (@oscardssmith)
Closed issues:
TrustRegion(radius_update_scheme=RadiusUpdateSchemes.Bastin)
doesn't respect autodiff setting . (#360)
v3.5.2
NonlinearSolve v3.5.2
Merged pull requests:
v3.5.1
NonlinearSolve v3.5.1
Merged pull requests:
v3.5.0
NonlinearSolve v3.5.0
Merged pull requests:
- Add SIAMFANLEquations fixed point solvers (#344) (@ErikQQY)
- What is a Nonlinear Solver? And How to easily build Newer Ones (#345) (@avik-pal)
- make RobustMultiNewton always respect autodiff choice (#347) (@oscardssmith)
- Bump crate-ci/typos from 1.16.23 to 1.17.0 (#350) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#357) (@dependabot[bot])
Closed issues:
v3.4.0
v3.3.0
v3.2.0
NonlinearSolve v3.2.0
Merged pull requests:
- Temporary Citation via Zenodo (#328) (@avik-pal)
- Bump actions/checkout from 3 to 4 (#329) (@dependabot[bot])
- Fix printing in some of the docs (#331) (@avik-pal)
- Update README.md (#332) (@avik-pal)
- Handle complex numbers correctly by default (#334) (@avik-pal)
- Remove the true jacobian Klement from the tests (#335) (@avik-pal)
- FixedPointSolvers: Recommendations and Wrappers (#337) (@avik-pal)
Closed issues:
v3.1.1
v3.1.0
NonlinearSolve v3.1.0
Merged pull requests:
- chore: bump RecursiveArrayTools compat (#267) (@AayushSabharwal)
- Add a tutorial demonstrating NLLS methods for ODE Parameter Estim (#313) (@avik-pal)
- CompatHelper: add new compat entry for Plots at version 1 for package docs, (keep existing compat) (#314) (@github-actions[bot])
- Update CI.yml (#315) (@avik-pal)
- Use approximate sparsity detection by default (#320) (@avik-pal)
- Patch project (#322) (@avik-pal)
Closed issues:
- Cannot work with Makie.jl on Apple silicon (#316)
v3.0.1
NonlinearSolve v3.0.1
Merged pull requests:
- CompatHelper: add new compat entry for OrdinaryDiffEq at version 6 for package docs, (keep existing compat) (#306) (@github-actions[bot])
- Disable protective check by default (#307) (@avik-pal)
- Minor Fixes (#308) (@avik-pal)
- Up GPU env (#310) (@avik-pal)
- Trust Region Methods for Nonlinear Least Squares Problem (#311) (@avik-pal)
Closed issues:
- Support line searches, trust region, and pseudo-transient with nonlinear least squares (#252)