Skip to content

Releases: SciML/NonlinearSolve.jl

v2.6.1

03 Nov 16:59
b8d43a3
Compare
Choose a tag to compare

NonlinearSolve v2.6.1

Diff since v2.6.0

Merged pull requests:

Closed issues:

  • Passing Jacobian to NLSolveJL (#273)

v2.6.0

01 Nov 21:48
7cb4aed
Compare
Choose a tag to compare

NonlinearSolve v2.6.0

Diff since v2.5.0

Merged pull requests:

Closed issues:

  • Warning: NLSolveTerminationCondition has been deprecated in favor of the new dispatch based termination conditions. Please use the new termination conditions API! (#269)

v2.5.0

27 Oct 10:09
3565824
Compare
Choose a tag to compare

NonlinearSolve v2.5.0

Diff since v2.4.0

Merged pull requests:

v2.4.0

20 Oct 16:51
9f92ea6
Compare
Choose a tag to compare

NonlinearSolve v2.4.0

Diff since v2.3.0

Merged pull requests:

Closed issues:

  • DF-Sane method (#117)

v2.3.0

19 Oct 10:23
9e5a07c
Compare
Choose a tag to compare

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)

v2.2.1

10 Oct 23:45
cbfeb2f
Compare
Choose a tag to compare

NonlinearSolve v2.2.1

Diff since v2.2.0

Merged pull requests:

v2.2.0

10 Oct 05:46
0863817
Compare
Choose a tag to compare

NonlinearSolve v2.2.0

Diff since v2.1.0

Merged pull requests:

  • NonlinearLeastSquaresProblem Solvers: Levenberg & Gauss Newton (#218) (@avik-pal)
  • CompatHelper: bump compat for AlgebraicMultigrid to 0.6 for package docs, (keep existing compat) (#230) (@github-actions[bot])
  • Add docs of AutoSparseForwardDiff and matrix coloring (#231) (@ErikQQY)
  • Only apply AD overloads to out-of-place (#232) (@ChrisRackauckas)

v2.1.0

06 Oct 07:49
d2fbc41
Compare
Choose a tag to compare

NonlinearSolve v2.1.0

Diff since v2.0.1

Merged pull requests:

Closed issues:

  • Precompile Time explodes with v2.0.0 (#223)

v2.0.1

02 Oct 19:26
fd4ae4b
Compare
Choose a tag to compare

NonlinearSolve v2.0.1

Diff since v2.0.0

Merged pull requests:

v2.0.0

29 Sep 18:04
72a95e5
Compare
Choose a tag to compare

NonlinearSolve v2.0.0

Diff since v1.10.1

Merged pull requests: