Skip to content

Releases: JuliaNLSolvers/NLsolve.jl

v0.13.0

23 Nov 07:47
5f0c944
Compare
Choose a tag to compare

Fix ForwardDiff
Fix simple test
Change README slightly

fix bug in not_in_place

19 Oct 15:55
Compare
Choose a tag to compare
Fix #121 by removing type annotations. (#122)

* Fix #121 by removing type annotations.

* Add test.

v0.12.0

15 Oct 19:24
Compare
Choose a tag to compare

Allow more generic inputs and bump LineSearches.jl support

Anderson's Acceleration Method added

02 Jul 09:11
Compare
Choose a tag to compare
Basic implementation of Anderson acceleration (#101)

* add a basic implementation of Anderson acceleration and include a short description in README.md

v0.10.1

30 May 08:03
Compare
Choose a tag to compare

Remove Optim dependency and move to NLSolversBase

v0.10.0: set minimum julia version to 0.6.0-pre (#105)

25 May 17:48
Compare
Choose a tag to compare
for older 0.6-dev versions that might not support struct or abstract type,
better to stick to the 0.5-compatible versions of the package

v0.7.1

16 May 20:11
Compare
Choose a tag to compare
run without linesearch by default in newton solver (#51)