Skip to content

v0.22.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Nov 12:35
c83e702

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)