v3.0.0
github-actions
released this
08 Dec 02:46
·
1113 commits
to master
since this release
NonlinearSolve v3.0.0
Merged pull requests:
- Jacobian-Free Krylov Versions for TR/LM/GN (#282) (@avik-pal)
- CompatHelper: bump compat for SteadyStateDiffEq to 2 for package docs, (keep existing compat) (#289) (@github-actions[bot])
- Add the ability to store the trace for nonlinear solve algorithms (#292) (@avik-pal)
- add Aqua QA (#294) (@ArnoStrouwen)
- add spellcheck CI (#295) (@ArnoStrouwen)
- Reduce unnecessary allocations and reuse code (#297) (@avik-pal)
- Bump actions/checkout from 3 to 4 (#299) (@dependabot[bot])
- NonlinearSolve v3 Release (#302) (@avik-pal)
- Improvements for Broyden and Klement (#303) (@avik-pal)
- Fix storing the trace (#304) (@avik-pal)
- [skip ci] dependabot ignore typos patches (#305) (@ArnoStrouwen)
Closed issues:
- Storing trace (#58)
- Implement Exciting-Mixing, Scalar and Diagonal Broyden approximations (#260)
- TrustRegion is missing optimizations of using vjps directly (#167)
- Fix Documentation Issues (#255)
- Precompilation fails due to criptic "Matrixs contains NaN" bug (#288)
- NonlinearSolve.jl not precompiling anymore (#290)
- Propagate
linsolve_kwargs
into the linear solver cache (#291) - Minor documentation problems (#293)
- Code restrictions for merit function not documented (#298)