Releases: JuliaNLSolvers/NLSolversBase.jl
Releases · JuliaNLSolvers/NLSolversBase.jl
Bugfix for residual style functions autodiff (length(x)<length(F))
v7.0.4 Update README.md
Fix dependency on DiffResults
v7.0.3 update for DiffBase -> DiffResults deprecation (#84)
Fix dependency on DiffBase
v7.0.2 Fix deprecations (#81)
Fix deprecation in x_of_nans
v7.0.1 Constructors no longer default to convert (#79)
Move to Julia 0.7
Move to Julia 0.7 (#75) * Update REQUIRE and update code for Julia 0.7 * Remove Compat * Set seed in autodiff tests
Small bug fix for unintentional rebinding of function
v6.1.1 Fix rebinding of h in inplace_factory. (#74)
Inplace keyword
Allow users to use out-of-place versions of their objective derivatives
Autodiff constructors, bugfixes and many more tests
This release pulls in all the constructors from NLsolve and Optim such that functionality and tests are in the same place.
Several bug fixes and tests are also part of this release.
Small bug fixes
v5.0.1 Update interface.jl (#61)