We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f8c3d commit f5990adCopy full SHA for f5990ad
docs/src/release_notes.md
@@ -5,8 +5,8 @@
5
### Breaking Changes in `NonlinearSolve.jl` v4
6
7
- `ApproximateJacobianSolveAlgorithm` has been renamed to `QuasiNewtonAlgorithm`.
8
- - Preconditioners for the linear solver needs to be specified with the linear solver
9
- instead of `precs` keyword argument.
+ - Preconditioners for the linear solver needs to be passed with the `precs`
+ keyword argument to the linear solver instead of to the nonlinear solver.
10
- See [common breaking changes](@ref common-breaking-changes-v4v2) below.
11
12
### Breaking Changes in `SimpleNonlinearSolve.jl` v2
0 commit comments