NonlinearSolveBase-v2.0.0
·
124 commits
to master
since this release
NonlinearSolveBase NonlinearSolveBase-v2.0.0
Diff since NonlinearSolveBase-v1.16.1
Breaking changes
- Removed aliasing in the caches in order to fix
reinit!usage. This should only effect the implementation of other solvers and shouldn't change things for the great user base.
Merged pull requests:
- remove aliasing from caches (#683) (@oscardssmith)
- Fix SCC residuals transfer for linear problems (#707) (@ChrisRackauckas-Claude)
Closed issues:
- SCC does not transfer residuals to solution object (#706)