Skip to content

Releases: JuliaNLSolvers/NLSolvers.jl

v0.5.0

21 Jan 15:00
6fd621a
Compare
Choose a tag to compare

v0.4.0

21 Jan 11:10
00f3b00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

29 Jul 00:48
4bbcd96
Compare
Choose a tag to compare

NLSolvers v0.3.0

Diff since v0.1.0

Closed issues:

  • ProjectedNewton (#19)
  • TrustRegion(Newton,NWI()) fails with BigFloat input (#20)
  • ActiveBox fails when reaching maximum number of iterations (#21)
  • Base.summary on Newton with custom linsolve just shows the type (#22)
  • TagBot trigger issue (#29)
  • BrentMin returns a tuple instead of a ConvergenceInfo object (#35)

Merged pull requests:

  • Small lsq changes. (#7) (@pkofod)
  • Capitalise first letter in README (demo PR) (#10) (@mohamed82008)
  • Some trust region improvements and a prototype TCG (#12) (@pkofod)
  • Some formatting and minor changes to the QN caches and nelder mead call. (#14) (@pkofod)
  • Add a solution grabber for the proposed solution for both optimizatio… (#15) (@pkofod)
  • Some cleanup an mention of algorithms in readme. (#16) (@pkofod)
  • BrentMin (#18) (@pkofod)
  • Fix initial B0 and add factorization options. (#23) (@pkofod)
  • Fix printing of Newton and add a positive_linsolve to the package. (#26) (@pkofod)
  • Fix ActiveBox that did not retract during the line search and don't s… (#27) (@pkofod)
  • Custom eigen and use Hermitian instead of Symmetric. (#28) (@pkofod)
  • Backtracking formatting. (#30) (@pkofod)
  • Format everything. (#31) (@pkofod)
  • Repeat comments. (#32) (@pkofod)
  • Allow for initial B0 input in ActiveBox. (#33) (@pkofod)

v0.1.0

21 Oct 00:20
Compare
Choose a tag to compare

NLSolvers v0.1.0

Merged pull requests:

  • README changes. (#1) (@pkofod)
  • Start Lsq versions and clean up NEqProblems. (#2) (@pkofod)
  • Remember to deploy (#3) (@pkofod)
  • Least squares through optimization. (#4) (@pkofod)
  • Pull in some changes from other folder. (#5) (@pkofod)