Skip to content

Releases: JuliaSmoothOptimizers/JSOSolvers.jl

v0.14.3

09 Sep 13:43
e94fd44

Choose a tag to compare

JSOSolvers v0.14.3

Diff since v0.14.2

Merged pull requests:

v0.14.2

01 Sep 12:00
7b4e758

Choose a tag to compare

JSOSolvers v0.14.2

Diff since v0.14.1

Merged pull requests:

Closed issues:

  • Failure in the tests (#312)

v0.14.1

11 Aug 18:22
c2f3f35

Choose a tag to compare

JSOSolvers v0.14.1

Diff since v0.14.0

Merged pull requests:

Closed issues:

  • Clarify subsolver naming and fix related test in TrunkSolverNLS (#304)
  • Add a unit tests that all parameters are working for each solver (#308)

v0.14.0

03 Jun 13:06
ad9970a

Choose a tag to compare

JSOSolvers v0.14.0

Diff since v0.13.2

Breaking changes

  • drop support for Julia 1.6
  • Bump to Krylov 0.10
  • subsolver_type becomes subsolver and take a symbol corresponding to the solver function and not the structure.

Merged pull requests:

Closed issues:

  • setfield! Error with SparseMatrixCOO in Bound-Constrained Solver Tests (#297)
  • Updating Krylov to v0.10.0 breaks JSOSolvers due to module renaming (#298)

v0.13.2

21 Apr 21:38
2e62a5e

Choose a tag to compare

JSOSolvers v0.13.2

Diff since v0.13.1

Merged pull requests:

v0.13.1

21 Apr 13:21
41d5ef9

Choose a tag to compare

JSOSolvers v0.13.1

Diff since v0.13.0

Merged pull requests:

v0.13.0

01 Apr 11:04
1638f1d

Choose a tag to compare

JSOSolvers v0.13.0

Diff since v0.12.1

Breaking changes

Add a new ParameterSet structure to each solver that facilitate documentation and parameter tuning.

Merged pull requests:

v0.12.1

06 Oct 21:25
a57d43b

Choose a tag to compare

JSOSolvers v0.12.1

Diff since v0.12.0

Merged pull requests:

  • Add optional preconditioner for linear solves (#279) (@mpf)

Closed issues:

  • Integrating a preconditioner into Trunk's trust-region subsolver (#278)

v0.12.0

16 May 13:54
7de63b4

Choose a tag to compare

JSOSolvers v0.12.0

Diff since v0.11.2

Merged pull requests:

Closed issues:

  • "Error: not a descent direction" when trying to minimize LinearAlgebra.norm (!) with trunk (#273)

v0.11.2

05 Apr 11:10
3d05513

Choose a tag to compare

JSOSolvers v0.11.2

Diff since v0.11.1

Merged pull requests:

Closed issues:

  • Add references for R2 and LBFGS in readme (#236)
  • Add time limit in Krylov solvers (#237)
  • Fix warning conflict on solve! (#238)
  • R2 doesn't stop when sigma overflow (#245)
  • R2 doc does not list callback function as kwarg (#247)
  • Issue with the update of NLPModelsModifiers#v0.7.0 (#258)
  • Callback documentation (#262)
  • Negative predicted reduction in tron/trunk (#266)