Releases: JuliaNLSolvers/NLSolversBase.jl
Releases · JuliaNLSolvers/NLSolversBase.jl
Dummy release for version resolution in Pkg
Remove legacy support and add complex input support
Remove v0.5 support, old argument order support, and add complex support.
v2.1.3
Travis updates and fixes
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
v2.1.1 Rethrow error in hessian check if it's not a BoundsError or MethodEr…
Allow old storage/x order, but throw warning
v2.1.0 Check if user supplied old style gradients and Hessians and correct …