Skip to content

Releases: JuliaNLSolvers/NLSolversBase.jl

v7.5.0

01 Oct 21:31
v7.5.0
be81899
Compare
Choose a tag to compare

v7.5.0 (2019-10-01)

Diff since v7.4.1

Merged pull requests:

  • Support hv_product! for TwiceDifferentiable (#110) (timholy)
  • 'only' constructors with TwiceDifferentiableHv (#109) (tlienart)

v7.4.1

28 Aug 12:45
v7.4.1
6af840c
Compare
Choose a tag to compare

v7.4.1 (2019-08-28)

Diff since v7.4.0

Merged pull requests:

  • Add missing test dependencies to Project.toml (#108) (ararslan)

v7.4.0

31 Jul 21:26
v7.4.0
Compare
Choose a tag to compare

v7.4.0 (2019-07-31)

Diff since v7.3.1

Closed issues:

  • link to julianlsolvers fails (#103)

Merged pull requests:

Bug fix for finite difference in OnceDifferentiable constructor

14 Feb 18:26
444202c
Compare
Choose a tag to compare
v7.3.1

Pass in the copied arrays. (#100)

Faster finiteforward "autodiff"

13 Feb 20:54
99c1038
Compare
Choose a tag to compare
v7.3.0

Faster finite forward. (#99)

Improve and extend autodiff interface.

07 Feb 21:28
46fd262
Compare
Choose a tag to compare
v7.2.0

Improve and extend autodiff interface. (#98)

Fix non-mutating interface (could produce NaNs)

20 Dec 22:51
12ceb15
Compare
Choose a tag to compare
Don't check previous x's if you're not going to update the values! (#95)

* Don't check previous x's if you're not going to update the values!

* fix tests and default chunk

Some CI cleanups and a fix for residual functions

10 Oct 18:03
095b2b2
Compare
Choose a tag to compare
v7.1.1

Update oncedifferentiable.jl (#93)

Add method to value(args...) for multivalued functions

15 Aug 07:17
Compare
Choose a tag to compare
v7.1.0

value(d, x) for multivalued objective (#90)

Bug fixing for residual systems and Base.seed!

10 Aug 22:01
Compare
Choose a tag to compare
v7.0.5

Fix F-dimension issue and add test (#88)