This repository was archived by the owner on May 15, 2025. It is now read-only.
Releases: SciML/SimpleNonlinearSolve.jl
Releases · SciML/SimpleNonlinearSolve.jl
v0.1.12
SimpleNonlinearSolve v0.1.12
Merged pull requests:
- update to ArrayInterface v7 (#46) (@ChrisRackauckas)
v0.1.11
v0.1.10
SimpleNonlinearSolve v0.1.10
Merged pull requests:
- Implementation of a DF-Sane method (#39) (@CCsimon123)
v0.1.9
v0.1.8
SimpleNonlinearSolve v0.1.8
v0.1.6
SimpleNonlinearSolve v0.1.6
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
SimpleNonlinearSolve v0.1.4
Closed issues:
- Solve with SimpleNewtonRaphson fails with ComplexF64 (#10)
Merged pull requests:
- Support complex in newton (#12) (@ChrisRackauckas)
v0.1.3
SimpleNonlinearSolve v0.1.3
Closed issues:
- explanation for the need for this repo compared to full nonlinearsolve in readme? (#4)
Merged pull requests:
- improve docstrings (#9) (@ChrisRackauckas)
v0.1.2
v0.1.1
SimpleNonlinearSolve v0.1.1
Closed issues:
- Register (#2)
Merged pull requests:
- Dramatically reduce dependencies (#5) (@ChrisRackauckas)