Skip to content

Releases: JuliaNLSolvers/NLsolve.jl

v4.5.1

30 Dec 22:10
2196728
Compare
Choose a tag to compare

NLsolve v4.5.1

Diff since v4.5.0

Merged pull requests:

  • CompatHelper: bump compat for "Reexport" to "1.0" (#263) (@github-actions[bot])

v4.5.0

16 Dec 21:04
e5967ca
Compare
Choose a tag to compare

NLsolve v4.5.0

Diff since v4.4.1

Closed issues:

  • MethodError: Cannot convert an object of type CartesianIndex{3} to an object of type Int64 (#233)
  • Non-allocating api using StaticVectors (#238)
  • Discrepancy of NLsolve with Mathematica (#239)
  • Can call to mul! in newton.ls saved ? (#245)
  • solve the nonlinear equation with only one variable (#250)
  • i have tried to solve this in jullia 1.4.2, but got error (#251)
  • How can I pass parameters to the function I want to minimize? (#252)
  • Unsatisfiable requirements (#253)

Merged pull requests:

v4.4.1

14 Aug 19:03
24d68b3
Compare
Choose a tag to compare

NLsolve v4.4.1

Diff since v4.4.0

Closed issues:

  • UndefRefError with BigFloat (#247)

Merged pull requests:

  • Fix bigfloat support by using copy over similar (#248) (@pkofod)

v4.4.0

12 Jun 14:02
f07b4e7
Compare
Choose a tag to compare

NLsolve v4.4.0

Diff since v4.3.0

Closed issues:

  • DiffEqDiffTools -> FiniteDiff (#229)
  • x can become NaN (#235)
  • UndefRefError: access to undefined reference (#236)
  • only_fj! version requests f and j separately at the same x (#240)
  • Bizarre Bug (#241)

Merged pull requests:

v4.3.0

24 Jan 22:45
v4.3.0
93c8aef
Compare
Choose a tag to compare

v4.3.0 (2020-01-24)

Diff since v4.2.0

Merged pull requests:

v4.2.0

04 Nov 09:19
v4.2.0
159ca54
Compare
Choose a tag to compare

v4.2.0 (2019-11-04)

Diff since v4.1.0

Closed issues:

  • Efficient Anderson (#128)
  • Trust Region Newton Methods (#116)
  • Allow complex numbers (#112)

Merged pull requests:

v4.1.0

31 Jul 21:26
v4.1.0
Compare
Choose a tag to compare

v4.1.0 (2019-07-31)

Diff since 4.0.0

Closed issues:

  • How to solve equations given in a vector form? (#218)

Merged pull requests:

Zenodo release

09 May 07:30
Compare
Choose a tag to compare

The is a release made for zenodo to generate a DOI.

New solver, linsolve choice, and some cleanup

03 Apr 10:43
Compare
Choose a tag to compare

Added broyden
Removed DiffBase as dependency
Add linsolve keyword

Remove deprecated (and removed) calls to eye(n)

07 Nov 07:12
Compare
Choose a tag to compare
v3.0.1

Fix the eye depreciation (#197)