Skip to content

Releases: JuliaSmoothOptimizers/NLPModelsModifiers.jl

v0.8.0

13 Mar 20:17

Choose a tag to compare

NLPModelsModifiers v0.8.0

Diff since v0.7.4

Breaking: new getters for quasi-Newton models

Merged pull requests:

  • Introduce getters for components of a QuasiNewtonModel (#142) (@dpo)

v0.7.4

20 Feb 15:16

Choose a tag to compare

NLPModelsModifiers v0.7.4

Diff since v0.7.3

Merged pull requests:

  • add extra vector of storage inside QN models (#140) (@dpo)

v0.7.3

23 Jan 09:31

Choose a tag to compare

NLPModelsModifiers v0.7.3

Diff since v0.7.2

Merged pull requests:

Closed issues:

  • Remove or update unused tests (#58)
  • Return an error for constraints without bounds (#101)
  • quasi-Newton approximation of Hessian of Lagrangian (#129)
  • Quasi-Newton approximations of the Lagrangian Hessian (#131)

v0.7.2

07 May 11:27
d90bd8e

Choose a tag to compare

NLPModelsModifiers v0.7.2

Diff since v0.7.1

Merged pull requests:

Closed issues:

  • Remove allocations in FeasibilityFormNLS (#77)
  • Slack models on GPU (#115)

v0.7.1

24 Apr 11:21
15bc07f

Choose a tag to compare

NLPModelsModifiers v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

26 Feb 23:55

Choose a tag to compare

NLPModelsModifiers v0.7.0

Diff since v0.6.6

Merged pull requests:

v0.6.6

07 Jul 03:31
9a604a6

Choose a tag to compare

NLPModelsModifiers v0.6.6

Diff since v0.6.5

Merged pull requests:

v0.6.5

24 Mar 12:58
948eb89

Choose a tag to compare

NLPModelsModifiers v0.6.5

Diff since v0.6.4

Merged pull requests:

v0.6.4

19 Feb 22:51
4bd1c3c

Choose a tag to compare

NLPModelsModifiers v0.6.4

Diff since v0.6.3

Merged pull requests:

v0.6.3

20 Jan 20:12
2da073a

Choose a tag to compare

NLPModelsModifiers v0.6.3

Diff since v0.6.2

Closed issues:

  • Remove allocations SlackModel (#74)
  • No incrementation of neval_hprod (#86)

Merged pull requests:

  • add FPS in breakage (#70) (@tmigot)
  • Remove allocations in hprod for QN models (#71) (@tmigot)
  • Pre-allocate multiplier in FeasibilityResidual to save allocs (#72) (@tmigot)
  • Add discussion in index (#73) (@tmigot)
  • Save allocations in jtprod_lin and jtprod_nln (#75) (@tmigot)
  • Save allocations cons_nln in FeasibilityFormNLS (#76) (@tmigot)
  • Pre-allocate vector in FeasibilityFormNLS (#78) (@tmigot)
  • Remove allocations of jac_nln_structure in SlackModel (#79) (@tmigot)
  • Remove allocations in jtprod! (#81) (@tmigot)
  • Remove allocations in FeasibilityResidual (#82) (@tmigot)
  • Simplify jtprod! (#84) (@tmigot)
  • Avoid fixed Float64 in FeasibilityFormNLS (#85) (@tmigot)
  • Add neval_hprod incrementation (#87) (@paraynaud)
  • Save allocations in cons! (#88) (@tmigot)
  • Remove allocations in jprod, hprod and nln_structure (#90) (@tmigot)
  • Fix bug in x0 for SlackModels (#92) (@tmigot)