Skip to content

Releases: JuliaNLSolvers/NLSolversBase.jl

Dummy release for version resolution in Pkg

10 Sep 07:38
Compare
Choose a tag to compare

Remove legacy support and add complex input support

24 Aug 06:25
Compare
Choose a tag to compare

Remove v0.5 support, old argument order support, and add complex support.

v2.1.3

07 Jun 18:20
Compare
Choose a tag to compare
Remove Uninitialized* functionality, add some tests and fix deprecati…

Travis updates and fixes

23 May 08:31
Compare
Choose a tag to compare
use version number instead of release in .travis.yml (#11)

* use version number instead of release in .travis.yml
release will change over time, but your REQUIRE file says this
package supports julia 0.5 so it should continue to be tested
* add 0.6

Better handling of "old style" storage/x input order

12 Apr 21:04
Compare
Choose a tag to compare
v2.1.1

 Rethrow error in hessian check if it's not a BoundsError or MethodEr…

Allow old storage/x order, but throw warning

11 Apr 11:02
Compare
Choose a tag to compare
v2.1.0

Check if user supplied old style gradients and Hessians and correct  …

v.2.0.0

06 Apr 06:24
Compare
Choose a tag to compare

This release changes the order of the arguments for the storage and evaluation vectors in gradient and Hessian functions. Additionally, a few unnecessary memory allocations were removed.

v1.0.2

18 Mar 21:52
Compare
Choose a tag to compare
Merge pull request #3 from JuliaNLSolvers/pkm/tests

Add tests.

v1.0.1

17 Mar 19:19
Compare
Choose a tag to compare
Update REQUIRE

v1.0.0

17 Mar 19:10
Compare
Choose a tag to compare
Merge pull request #1 from JuliaNLSolvers/pkm/refactor

Extract code from Optim.