Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Releases: SciML/SimpleNonlinearSolve.jl

v0.1.12

19 Feb 04:27
9ebee9c
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.12

Diff since v0.1.11

Merged pull requests:

v0.1.11

17 Feb 00:51
ecbe9d1
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.11

Diff since v0.1.10

Merged pull requests:

  • Dead links in Trust Region fix (#40) (@CCsimon123)
  • Add limited memory broyden implementation (#41) (@avik-pal)
  • Batched Broyden (#43) (@avik-pal)

v0.1.10

06 Feb 22:37
a748c90
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.10

Diff since v0.1.9

Merged pull requests:

  • Implementation of a DF-Sane method (#39) (@CCsimon123)

v0.1.9

31 Jan 11:23
95db958
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.9

Diff since v0.1.8

Closed issues:

  • Implement Brent methods (#29)
  • Implement Ridder's method (#32)

Merged pull requests:

  • Implementation of Ridder (#37) (@CCsimon123)
  • Adding a Brent method (#38) (@CCsimon123)

v0.1.8

20 Jan 20:17
178e186
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.8

Diff since v0.1.6

v0.1.6

18 Jan 20:50
2b4cfa5
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.6

Diff since v0.1.4

Closed issues:

  • Implementing Broyden solver (#13)
  • Klement's method (#15)
  • Investigate changing to use __solve and __init for adjoints and error throwing (#17)
  • Generic initialization of the identity matrix (#20)
  • Depreciation warning about retcodes (#21)

Merged pull requests:

  • Add Broyden solver (#14) (@CCsimon123)
  • Implemented a Klement solver (#18) (@CCsimon123)
  • Trying to improve the Klement-solver (#22) (@CCsimon123)
  • spelling (#23) (@ArnoStrouwen)
  • Precompile Klement (bug-fix) (#24) (@CCsimon123)
  • Implementation of a Trust-Region solver (#25) (@CCsimon123)
  • Remove unnecessary @show (#26) (@wsshin)
  • Use DiffEqBase high level handling (#27) (@ChrisRackauckas)

v0.1.4

24 Dec 16:18
92b2eb2
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.4

Diff since v0.1.3

Closed issues:

  • Solve with SimpleNewtonRaphson fails with ComplexF64 (#10)

Merged pull requests:

v0.1.3

04 Dec 12:57
5515453
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.3

Diff since v0.1.2

Closed issues:

  • explanation for the need for this repo compared to full nonlinearsolve in readme? (#4)

Merged pull requests:

v0.1.2

24 Nov 10:30
2b16345
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

24 Nov 10:05
e4193de
Compare
Choose a tag to compare

SimpleNonlinearSolve v0.1.1

Diff since v0.1.0

Closed issues:

  • Register (#2)

Merged pull requests: