Skip to content

Tags: ranocha/SimpleNonlinearSolve.jl

Tags

v0.1.14

Toggle v0.1.14's commit message
## SimpleNonlinearSolve v0.1.14

[Diff since v0.1.13](SciML/SimpleNonlinearSolve.jl@v0.1.13...v0.1.14)


**Closed issues:**
- Implement Simple Halley's method (SciML#31)

**Merged pull requests:**
- Updated halley's method for multivariate functions (SciML#49) (@yash2798)
- Add batched lbroyden (SciML#50) (@avik-pal)

v0.1.13

Toggle v0.1.13's commit message
## SimpleNonlinearSolve v0.1.13

[Diff since v0.1.12](SciML/SimpleNonlinearSolve.jl@v0.1.12...v0.1.13)



**Merged pull requests:**
- Add Termination Conditions to Broyden (SciML#45) (@avik-pal)
- Implemented a simple version of Halley's Method for scalar functions along with some tests (SciML#47) (@yash2798)

v0.1.12

Toggle v0.1.12's commit message
## SimpleNonlinearSolve v0.1.12

[Diff since v0.1.11](SciML/SimpleNonlinearSolve.jl@v0.1.11...v0.1.12)



**Merged pull requests:**
- update to ArrayInterface v7 (SciML#46) (@ChrisRackauckas)

v0.1.11

Toggle v0.1.11's commit message
## SimpleNonlinearSolve v0.1.11

[Diff since v0.1.10](SciML/SimpleNonlinearSolve.jl@v0.1.10...v0.1.11)



**Merged pull requests:**
- Dead links in Trust Region fix (SciML#40) (@CCsimon123)
- Add limited memory broyden implementation (SciML#41) (@avik-pal)
- Batched  Broyden (SciML#43) (@avik-pal)

v0.1.10

Toggle v0.1.10's commit message
## SimpleNonlinearSolve v0.1.10

[Diff since v0.1.9](SciML/SimpleNonlinearSolve.jl@v0.1.9...v0.1.10)



**Merged pull requests:**
- Implementation of a DF-Sane method (SciML#39) (@CCsimon123)

v0.1.9

Toggle v0.1.9's commit message
## SimpleNonlinearSolve v0.1.9

[Diff since v0.1.8](SciML/SimpleNonlinearSolve.jl@v0.1.8...v0.1.9)


**Closed issues:**
- Implement Brent methods (SciML#29)
- Implement Ridder's method (SciML#32)

**Merged pull requests:**
- Implementation of Ridder (SciML#37) (@CCsimon123)
- Adding a Brent method (SciML#38) (@CCsimon123)

v0.1.8

Toggle v0.1.8's commit message
## SimpleNonlinearSolve v0.1.8

[Diff since v0.1.6](SciML/SimpleNonlinearSolve.jl@v0.1.6...v0.1.8)

v0.1.6

Toggle v0.1.6's commit message
## SimpleNonlinearSolve v0.1.6

[Diff since v0.1.4](SciML/SimpleNonlinearSolve.jl@v0.1.4...v0.1.6)


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

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

v0.1.4

Toggle v0.1.4's commit message
## SimpleNonlinearSolve v0.1.4

[Diff since v0.1.3](SciML/SimpleNonlinearSolve.jl@v0.1.3...v0.1.4)


**Closed issues:**
- Solve with SimpleNewtonRaphson fails with ComplexF64 (SciML#10)

**Merged pull requests:**
- Support complex in newton (SciML#12) (@ChrisRackauckas)

v0.1.3

Toggle v0.1.3's commit message
## SimpleNonlinearSolve v0.1.3

[Diff since v0.1.2](SciML/SimpleNonlinearSolve.jl@v0.1.2...v0.1.3)


**Closed issues:**
- explanation for the need for this repo compared to full nonlinearsolve in readme? (SciML#4)

**Merged pull requests:**
- improve docstrings (SciML#9) (@ChrisRackauckas)