Skip to content

Releases: JuliaSmoothOptimizers/NLPModels.jl

v0.22.0

20 Nov 12:35
c83e702

Choose a tag to compare

NLPModels v0.22.0

Diff since v0.21.5

Breaking changes

  • drop support for Julia 1.6
  • objcons! with in-place residual not defined for NLS
  • the jac_lin* functions no longer take an x argument.

Merged pull requests:

Closed issues:

  • Add test for counters of jprod and jtprod using the jacobian sparsity structure (#400)
  • jac_lin_coord doesn't need to know x (#404)
  • Add lin_nnzj and nln_nnzj in show (#413)
  • objcons! with in-place residual not defined for NLS (#443)
  • Split jth_hess_residual in coord and structure (#466)
  • Documentation of varscale, lagscale and conscale (#485)
  • Add a buffer in NLPModelMeta for jtprod! (#496)
  • Allocations in jac_op (#499)

v0.21.5

16 May 04:41

Choose a tag to compare

NLPModels v0.21.5

Diff since v0.21.4

Merged pull requests:

v0.21.4

17 Apr 16:29

Choose a tag to compare

NLPModels v0.21.4

Diff since v0.21.3

Merged pull requests:

Closed issues:

  • Keep ExaModels.jl and MadNLP.jl for breakage tests (#488)
  • Significant slowdown observed in QuadraticModels.jl (#491)

v0.21.3

06 Aug 00:02
8388374

Choose a tag to compare

NLPModels v0.21.3

Diff since v0.21.2

Merged pull requests:

Closed issues:

  • Default behavior for nln_nnzj (#475)

v0.21.2

30 Jul 20:23
8ea135b

Choose a tag to compare

NLPModels v0.21.2

Diff since v0.21.1

Merged pull requests:

Closed issues:

  • Return assertion error if nnzj != lin_nnzj + nln_nnzj in meta (#448)
  • Documentation: inconsistency in whether constraints are zero (#460)
  • Update an NLPModelMeta (#469)

v0.21.1

24 May 21:53
bfd4cea

Choose a tag to compare

NLPModels v0.21.1

Diff since v0.21.0

Merged pull requests:

v0.21.0

23 Apr 22:11
07b05ce

Choose a tag to compare

NLPModels v0.21.0

Diff since v0.20.0

Merged pull requests:

Closed issues:

  • Set codecov threshold for failure (#329)
  • Add support to dense Jacobian and Hessian in API (#376)
  • Return an error if lcon = -Inf and ucon = Inf (#435)
  • reset! function (#437)
  • Out of date link in Guidelines (#440)

v0.20.0

23 Mar 17:54
5bd06cb

Choose a tag to compare

NLPModels v0.20.0

Diff since v0.19.2

Closed issues:

  • NLS: obj, grad! and objgrad! without residual evaluation (#429)

Merged pull requests:

v0.19.2

15 Nov 06:05

Choose a tag to compare

NLPModels v0.19.2

Diff since v0.19.1

Merged pull requests:

v0.19.1

06 Sep 20:18

Choose a tag to compare

NLPModels v0.19.1

Diff since v0.19.0

Closed issues:

  • Memory allocation in counters (#405)
  • Fix docs (#409)

Merged pull requests: