NonlinearSolve.jl Versions Save

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.

v3.11.0

6 days ago

NonlinearSolve v3.11.0

Diff since v3.10.0

Merged pull requests:

  • Allow FiniteDiff propagation for scalar problems (#409) (@avik-pal)
  • Don't use custom tags (#411) (@avik-pal)
  • Robust Singular Jacobian Handling (#414) (@avik-pal)
  • run precompile workload in parallel (#418) (@oscardssmith)
  • Add citation information (#420) (@avik-pal)
  • Simplify precompilation (#421) (@oscardssmith)
  • Bump enzyme (#424) (@ChrisRackauckas)

Closed issues:

  • Solving a nonlinear equation using NonlinearSolve.jl with AutoFiniteDiff() yields errors about dual number (#408)
  • Use LinearSolve return codes (#413)

v3.10.0

1 month ago

NonlinearSolve v3.10.0

Diff since v3.9.1

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#401) (@dependabot[bot])
  • feat: support indexing AbstractNonlinearSolveCache (#406) (@AayushSabharwal)
  • Update Project.toml (#407) (@ChrisRackauckas)

Closed issues:

  • Error when installing NonlinearSolve.jl v3.4.0 in Julia v1.9.4 (#402)

v3.9.1

1 month ago

NonlinearSolve v3.9.1

Diff since v3.9.0

Merged pull requests:

  • pass in linesearch (#400) (@avik-pal)

v3.9.0

1 month ago

NonlinearSolve v3.9.0

Diff since v3.8.3

Merged pull requests:

  • Missing vec in Descent cache (#397) (@avik-pal)
  • Use a different termination norm for NLLS (#399) (@avik-pal)

v3.8.3

1 month ago

NonlinearSolve v3.8.3

Diff since v3.8.2

Merged pull requests:

  • Don't specialize on original and stats for polyalg (#394) (@avik-pal)

v3.8.2

1 month ago

NonlinearSolve v3.8.2

Diff since v3.8.1

Merged pull requests:

  • Make __findmin type stable (#393) (@avik-pal)

v3.8.1

1 month ago

NonlinearSolve v3.8.1

Diff since v3.8.0

Merged pull requests:

  • Handle polyalgorithm aliasing correctly (#392) (@avik-pal)

v3.8.0

2 months ago

NonlinearSolve v3.8.0

Diff since v3.7.3

Merged pull requests:

  • Misc. Improvements (#390) (@avik-pal)

Closed issues:

  • Nolinearsolve returns error for documentation example in Julia 1.10,1 (#386)
  • Trivial (length 0 state) NonlinearLeastSquaresProblem always returns success (#387)

v3.7.3

2 months ago

NonlinearSolve v3.7.3

Diff since v3.7.2

Merged pull requests:

  • CompatHelper: bump compat for ModelingToolkit to 9 for package docs, (keep existing compat) (#383) (@github-actions[bot])
  • Make default polyalgs respect autodiff (#385) (@ChrisRackauckas)

v3.7.2

2 months ago

NonlinearSolve v3.7.2

Diff since v3.7.1

Merged pull requests:

  • Patches for DiffEqCallbacks (#384) (@avik-pal)