v0.6.3
NLPModelsModifiers v0.6.3
Closed issues:
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
andjtprod_nln
(#75) (@tmigot) - Save allocations
cons_nln
inFeasibilityFormNLS
(#76) (@tmigot) - Pre-allocate vector in
FeasibilityFormNLS
(#78) (@tmigot) - Remove allocations of
jac_nln_structure
inSlackModel
(#79) (@tmigot) - Remove allocations in
jtprod!
(#81) (@tmigot) - Remove allocations in
FeasibilityResidual
(#82) (@tmigot) - Simplify
jtprod!
(#84) (@tmigot) - Avoid fixed
Float64
inFeasibilityFormNLS
(#85) (@tmigot) - Add
neval_hprod
incrementation (#87) (@paraynaud) - Save allocations in
cons!
(#88) (@tmigot) - Remove allocations in
jprod
,hprod
andnln_structure
(#90) (@tmigot) - Fix bug in
x0
forSlackModels
(#92) (@tmigot)