Skip to content

Releases: JuliaNLSolvers/NLSolversBase.jl

Bugfix for residual style functions autodiff (length(x)<length(F))

09 Aug 17:02
2cad2cf
Compare
Choose a tag to compare

Fix dependency on DiffResults

20 Jul 15:59
Compare
Choose a tag to compare
v7.0.3

update for DiffBase -> DiffResults deprecation (#84)

Fix dependency on DiffBase

18 Jul 18:10
Compare
Choose a tag to compare
v7.0.2

Fix deprecations (#81)

Fix deprecation in x_of_nans

16 Jul 11:45
59586fb
Compare
Choose a tag to compare
v7.0.1

Constructors no longer default to convert (#79)

Move to Julia 0.7

15 Jul 14:07
40f448c
Compare
Choose a tag to compare
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

13 Jun 08:45
248631c
Compare
Choose a tag to compare
v6.1.1

Fix rebinding of h in inplace_factory. (#74)

Inplace keyword

11 Jun 19:08
d714ee0
Compare
Choose a tag to compare

Allow users to use out-of-place versions of their objective derivatives

Autodiff constructors, bugfixes and many more tests

01 May 20:39
6a0b2da
Compare
Choose a tag to compare

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

22 Apr 09:28
ef09b04
Compare
Choose a tag to compare
v5.0.1

Update interface.jl (#61)

v5.0.0

14 Apr 06:36
d8eb4de
Compare
Choose a tag to compare
  • Native and simplified Complex support
  • Support for changes on the JuliaLang master branch