Skip to content

v0.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 20:12
2da073a

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)