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

v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 20:50
2b4cfa5

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)