Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 10:23
· 1339 commits to master since this release
9e5a07c

NonlinearSolve v2.3.0

Diff since v2.2.1

Merged pull requests:

Closed issues:

  • Maxiters seems to be offset by 1 (#63)
  • Error when using a neural network inside a system of nonlinear equations. (#114)
  • Non-allocating stepping for TrustRegion (#122)
  • Specialize Jacobians when doing Krylov methods to avoid building the matrices (#140)
  • TrustRegion correctness (#142)
  • Turn off trust region when the iteration is stuck in local minima (#146)
  • More trust region schemes (#151)
  • LinearAlgebra.SingularException(2) (#153)
  • Solvers with KrylovJL fail (#158)
  • Update README and docs tutorial examples to use new bracketing methods? (#209)
  • Update docs for the halley method SimpleNonlinearSolve.jl (#175)
  • Consider adding jacobian scaling (#180)
  • Not finding a zero for a fairly simple problem (#187)
  • :fixedpoint doesn't exist (#192)
  • (SteadyState/Nonlinear)Problems from ODEProblems ignore kwargs (#204)
  • Wrong solver in TrustRegion tests (#243)