Skip to content

Releases: SciML/NonlinearSolve.jl

v3.5.3

01 Feb 05:33
Compare
Choose a tag to compare

NonlinearSolve v3.5.3

Diff since v3.5.2

Merged pull requests:

Closed issues:

  • TrustRegion(radius_update_scheme=RadiusUpdateSchemes.Bastin) doesn't respect autodiff setting . (#360)

v3.5.2

31 Jan 13:29
aecd854
Compare
Choose a tag to compare

NonlinearSolve v3.5.2

Diff since v3.5.1

Merged pull requests:

v3.5.1

31 Jan 08:55
7e0685a
Compare
Choose a tag to compare

NonlinearSolve v3.5.1

Diff since v3.5.0

Merged pull requests:

v3.5.0

22 Jan 09:16
e989b72
Compare
Choose a tag to compare

NonlinearSolve v3.5.0

Diff since v3.4.0

Merged pull requests:

Closed issues:

  • Can not iterate solver before solving (#62)
  • Normal Form Linear Solve in Trust Region Methods (#312)
  • CI Stalling on Windows (#352)

v3.4.0

25 Dec 21:42
e722fad
Compare
Choose a tag to compare

NonlinearSolve v3.4.0

Diff since v3.3.0

Merged pull requests:

Closed issues:

  • Wrap SIAMFANLEquations (#109)

v3.3.0

24 Dec 16:18
2edb478
Compare
Choose a tag to compare

NonlinearSolve v3.3.0

Diff since v3.2.0

Merged pull requests:

Closed issues:

  • Remake defined but doesn't seem to do anything (#168)
  • Add ForwardDiff captures and overrides for in-place systems (#245)

v3.2.0

23 Dec 23:12
6fc34e3
Compare
Choose a tag to compare

NonlinearSolve v3.2.0

Diff since v3.1.1

Merged pull requests:

Closed issues:

  • SpeedMapping.jl wrapper (#76)
  • FixedPointAcceleration.jl (#78)
  • Missing CITATION.bib (#227)

v3.1.1

17 Dec 20:03
665758d
Compare
Choose a tag to compare

NonlinearSolve v3.1.1

Diff since v3.1.0

Merged pull requests:

v3.1.0

12 Dec 23:32
1d2ef5c
Compare
Choose a tag to compare

NonlinearSolve v3.1.0

Diff since v3.0.1

Merged pull requests:

  • chore: bump RecursiveArrayTools compat (#267) (@AayushSabharwal)
  • Add a tutorial demonstrating NLLS methods for ODE Parameter Estim (#313) (@avik-pal)
  • CompatHelper: add new compat entry for Plots at version 1 for package docs, (keep existing compat) (#314) (@github-actions[bot])
  • Update CI.yml (#315) (@avik-pal)
  • Use approximate sparsity detection by default (#320) (@avik-pal)
  • Patch project (#322) (@avik-pal)

Closed issues:

  • Cannot work with Makie.jl on Apple silicon (#316)

v3.0.1

09 Dec 03:00
2a1d570
Compare
Choose a tag to compare

NonlinearSolve v3.0.1

Diff since v3.0.0

Merged pull requests:

  • CompatHelper: add new compat entry for OrdinaryDiffEq at version 6 for package docs, (keep existing compat) (#306) (@github-actions[bot])
  • Disable protective check by default (#307) (@avik-pal)
  • Minor Fixes (#308) (@avik-pal)
  • Up GPU env (#310) (@avik-pal)
  • Trust Region Methods for Nonlinear Least Squares Problem (#311) (@avik-pal)

Closed issues:

  • Support line searches, trust region, and pseudo-transient with nonlinear least squares (#252)