Releases: JuliaSmoothOptimizers/NLPModelsModifiers.jl
Releases · JuliaSmoothOptimizers/NLPModelsModifiers.jl
v0.7.2
v0.7.1
NLPModelsModifiers v0.7.1
Merged pull requests:
v0.7.0
v0.6.6
v0.6.5
v0.6.4
NLPModelsModifiers v0.6.4
Merged pull requests:
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)
v0.6.2
v0.6.1
NLPModelsModifiers v0.6.1
Closed issues:
Merged pull requests:
v0.6.0
NLPModelsModifiers v0.6.0
Closed issues:
- Specialized error for
hess_coord
andhess_structure
withFeasibilityResidual
(#32) - Add a
SlackNLPModelMeta
(#51)
Merged pull requests:
- Add tailored error for
hess_coord
andhess_structure
ofFeasibilityResidual
(#40) (@tmigot) - Add
jth_hess
andjth_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)