Releases: JuliaNLSolvers/NLsolve.jl
Releases · JuliaNLSolvers/NLsolve.jl
v0.13.0
fix bug in not_in_place
Fix #121 by removing type annotations. (#122) * Fix #121 by removing type annotations. * Add test.
v0.12.0
Anderson's Acceleration Method added
Basic implementation of Anderson acceleration (#101) * add a basic implementation of Anderson acceleration and include a short description in README.md
v0.10.1
Remove Optim dependency and move to NLSolversBase
v0.10.0: set minimum julia version to 0.6.0-pre (#105)
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
run without linesearch by default in newton solver (#51)