Releases: JuliaSmoothOptimizers/NLPModelsModifiers.jl
Releases · JuliaSmoothOptimizers/NLPModelsModifiers.jl
v0.8.0
v0.7.4
NLPModelsModifiers v0.7.4
Merged pull requests:
v0.7.3
NLPModelsModifiers v0.7.3
Merged pull requests:
- Remove dead tests (#124) (@tmigot)
- Add error in slack model for nonsensical constraints (#125) (@tmigot)
- Update JSOBestie template (#130) (@tmigot)
- Update
showtests (#133) (@klamike) - Update CI workflow for Julia versions and OS support (#134) (@amontoison)
- Upgrade CI actions to latest versions (#135) (@amontoison)
- Update .cirrus.yml (#136) (@amontoison)
- Update package compatibility versions in Project.toml (#137) (@amontoison)
- Release 0.7.3 (#138) (@amontoison)
Closed issues:
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_linandjtprod_nln(#75) (@tmigot) - Save allocations
cons_nlninFeasibilityFormNLS(#76) (@tmigot) - Pre-allocate vector in
FeasibilityFormNLS(#78) (@tmigot) - Remove allocations of
jac_nln_structureinSlackModel(#79) (@tmigot) - Remove allocations in
jtprod!(#81) (@tmigot) - Remove allocations in
FeasibilityResidual(#82) (@tmigot) - Simplify
jtprod!(#84) (@tmigot) - Avoid fixed
Float64inFeasibilityFormNLS(#85) (@tmigot) - Add
neval_hprodincrementation (#87) (@paraynaud) - Save allocations in
cons!(#88) (@tmigot) - Remove allocations in
jprod,hprodandnln_structure(#90) (@tmigot) - Fix bug in
x0forSlackModels(#92) (@tmigot)