Skip to content

Releases: JuliaSmoothOptimizers/NLPModelsModifiers.jl

v0.7.2

07 May 11:27
d90bd8e
Compare
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
Compare
Choose a tag to compare

NLPModelsModifiers v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

26 Feb 23:55
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v0.6.2

10 Aug 19:45
ca5bf27
Compare
Choose a tag to compare

NLPModelsModifiers v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

06 Jun 19:36
32d7057
Compare
Choose a tag to compare

NLPModelsModifiers v0.6.1

Diff since v0.6.0

Closed issues:

  • Test failures on M1 Mac (#49)
  • Add linear API for FeasibilityFormNLS models (#53)

Merged pull requests:

  • Add linear API in FeasibilityFormNLS (#57) (@tmigot)
  • Remove lin for F in FeasibilityFormNLS (#60) (@tmigot)
  • Fix linear API in models with slack (#61) (@tmigot)
  • CompatHelper: bump compat for "NLPModels" to "0.19" (#62) (@github-actions[bot])
  • Version 0.6.1 (#64) (@tmigot)

v0.6.0

29 Apr 17:05
7871752
Compare
Choose a tag to compare

NLPModelsModifiers v0.6.0

Diff since v0.5.1

Closed issues:

  • Specialized error for hess_coord and hess_structure with FeasibilityResidual (#32)
  • Add a SlackNLPModelMeta (#51)

Merged pull requests:

  • Add tailored error for hess_coord and hess_structure of FeasibilityResidual (#40) (@tmigot)
  • Add jth_hess and jth_hprod for slack (#42) (@tmigot)
  • Fix show function with linear counters (#44) (@tmigot)
  • Add linear API in quasi-Newton (#46) (@tmigot)
  • Add linear API for SlackModel (#48) (@tmigot)
  • Fix ordering of slack variabels in cons (#54) (@tmigot)
  • Fix typo jtprod_nln for quasi-Newton (#55) (@tmigot)
  • Version 0.6.0 (#56) (@tmigot)