Skip to content

Releases: JuliaNLSolvers/LsqFit.jl

Fix initial evaluation of value and jacobian.

13 Feb 20:05
027ca51
Compare
Choose a tag to compare
Fix initialization; tests are iffy. (#111)

* Fix initialization; tests are iffy.

* Fix test (--bounds-check=yes is used in tests and seems to restrict some optimizations in sum(abs2, fvec)).

* remove test

Slightly improve memory footprint.

08 Feb 08:56
Compare
Choose a tag to compare
v0.7.1

Added buffer for inplace residuals estimation (#104)

Improve AD support, change to StatsBase names, work on weights, and make keywords like Optim/NLsolve

07 Feb 15:05
bdd4585
Compare
Choose a tag to compare

Julia v0.7 and v1.0 compatible release

14 Aug 10:54
d936e71
Compare
Choose a tag to compare
Merge pull request #81 from JuliaNLSolvers/pkofod-patch-2

Update .travis.yml

V0.7-beta2 compatible release

29 Jul 07:22
14d9bc9
Compare
Choose a tag to compare
Merge pull request #78 from JuliaNLSolvers/pkofod-patch-1

Update to beta2

v0.3.0

01 Jun 19:58
Compare
Choose a tag to compare
Merge pull request #51 from JuliaNLSolvers/pkm/optimbase

Remove Optim as dependency and add OptimBase instead.

v0.2.0

21 Feb 21:19
Compare
Choose a tag to compare

Exposes more parameters of the Levenberg-Marquardt search. Fixes some depwarns on julia 0.6.

v0.1.1

09 Jan 20:53
Compare
Choose a tag to compare

Compatibility release with changes in Optim.jl