Skip to content

Releases: JuliaSmoothOptimizers/JSOSolvers.jl

v0.14.8

03 Apr 21:54

Choose a tag to compare

JSOSolvers v0.14.8

Diff since v0.14.7

Merged pull requests:

  • Update FreeBSD image family to 14-3 (#362) (@amontoison)
  • CompatHelper: bump compat for NLPModelsModifiers to 0.8, (keep existing compat) (#364) (@github-actions[bot])

v0.14.7

25 Feb 15:11

Choose a tag to compare

JSOSolvers v0.14.7

Diff since v0.14.6

Introduction of a new callback in solvers to perform customized quasi-Newton updates.
A default callaback is provided that implements the expect default update.

Merged pull requests:

  • perform QN updates in callback (#358) (@dpo)

v0.14.6

29 Jan 15:51

Choose a tag to compare

JSOSolvers v0.14.6

Diff since v0.14.5

Merged pull requests:

Closed issues:

  • TRON does not set stats.primal_feas (#355)

v0.14.5

14 Jan 16:45
5369e71

Choose a tag to compare

JSOSolvers v0.14.5

Diff since v0.14.4

Merged pull requests:

v0.14.4

14 Jan 15:41
351625d

Choose a tag to compare

JSOSolvers v0.14.4

Diff since v0.14.3

Merged pull requests:

Closed issues:

  • Feedback and Questions from JOSS Paper Review (#326)
  • Documentation link and a few documentation improvement suggestions (#329)
  • Remove old NLS tests (#335)
  • Review from JOSS (#337)
  • JOSS paper review comments (#343)
  • JOSS paper bibliography review comments (#344)

v0.9.4

14 Jan 15:40

Choose a tag to compare

JSOSolvers v0.9.4

Diff since v0.9.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

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:

  • fix subsolver naming in TrunkSolverNLS #304 (#305) (@farhadrclass)
  • Changement du domaine admissible pour le paramètre mem dans l’algorithme lbfgs (#307) (@Oussamamouhtal)
  • Check that all parameters in parameter set work (#309) (@tmigot)
  • Version 0.14.1 (#310) (@tmigot)

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)