Recent Releases of Percival

Percival - v0.7.4

Percival v0.7.4

Diff since v0.7.3

Merged pull requests: - Support Krylov.jl v0.10 (#176) (@amontoison)

- Julia
Published by github-actions[bot] 9 months ago

Percival - v0.7.3

Percival v0.7.3

Diff since v0.7.2

Merged pull requests: - Allow to parametrize max_cgiter (#166) (@tmigot) - Add iteration limit for the subproblem (#167) (@tmigot) - Add intermediate tolerances in logs (#168) (@tmigot) - Add more parameters to control parameter update (#169) (@tmigot) - Update with JSOBestieTemplate for Percival (#171) (@tmigot) - Bump to JSOSolvers 0.13 (#173) (@tmigot) - Specify reset! JSOSolvers and NLPModels (#174) (@tmigot) - Update ci.yml (#175) (@tmigot) - Version 0.7.3 (#177) (@tmigot)

Closed issues: - What do the benchmark results mean? (#99) - non-informative error message for invalid constraints (#129)

- Julia
Published by github-actions[bot] 10 months ago

Percival - v0.7.2

Percival v0.7.2

Diff since v0.7.1

Merged pull requests: - Add algorithm parameters in kwargs (#158) (@tmigot) - Bump ADNLPModels and SolverBenchmark in doc environmnent (#159) (@tmigot) - Update documentation of solve! (#160) (@tmigot) - Skip precomputation for undefined vectors (#162) (@tmigot) - Use atol and rtol for default ctol (#163) (@tmigot) - Bump to NLPModels 0.21 (#165) (@tmigot)

- Julia
Published by github-actions[bot] almost 2 years ago

Percival - v0.7.1

Percival v0.7.1

Diff since v0.7.0

Merged pull requests: - Update JuMP example in README (#152) (@blegat) - Fix citation link in README (#153) (@odow) - Fix math in README (#154) (@odow) - Add CITATION.cff (#155) (@tmigot) - Bump to NLPModelsModifiers 0.7 (#156) (@tmigot)

- Julia
Published by github-actions[bot] almost 2 years ago

Percival - v0.7.0

Percival v0.7.0

Diff since v0.6.5

Closed issues: - Fix docstring and create docs (#25) - Use SolverCore 0.3 solve! (#101) - norm_y not displayed correctly (#131)

Merged pull requests: - Fix reset! model in subproblem solver (#130) (@tmigot) - Correct display of normy (#132) (@ivanightingale) - Remove TRON subsolver logger (#133) (@tmigot) - Refactor initialization of Lagrange multiplier (#134) (@tmigot) - Save allocations (#135) (@tmigot) - Pre-allocate stats (#136) (@tmigot) - Pre-allocate jac operator (#138) (@tmigot) - Save allocations with type (#139) (@tmigot) - `subsolverkwargsallocates aDict(#140) (@tmigot) - Specialize type ofstats` (#141) (@tmigot) - Add specialized reset for subproblem (#142) (@tmigot) - Add names to test problems (#143) (@tmigot) - Bump to JSOSolvers 0.11 (#144) (@tmigot) - Add allocation tests (#145) (@tmigot) - Remove allocations for nlp problems (#147) (@tmigot) - Remove allocations for NLS problems (#148) (@tmigot) - Add link to percival tutos in doc (#150) (@tmigot) - Version 0.7.0 (#151) (@tmigot)

- Julia
Published by github-actions[bot] over 2 years ago

Percival - v0.6.5

Percival v0.6.5

Diff since v0.6.4

Closed issues: - simultaneously evaluated objective and constraint (#51)

Merged pull requests: - Improve readme (#126) (@tmigot) - CompatHelper: bump compat for NLPModels to 0.20, (keep existing compat) (#127) (@github-actions[bot]) - Version 0.6.5 (#128) (@tmigot)

- Julia
Published by github-actions[bot] almost 3 years ago

Percival - v0.6.4

Percival v0.6.4

Diff since v0.6.3

Merged pull requests: - Add lencheck and up inital guess for inequality (#124) (@tmigot) - Version 0.6.4 (#125) (@tmigot)

- Julia
Published by github-actions[bot] about 3 years ago

Percival - v0.6.3

Percival v0.6.3

Diff since v0.6.2

Merged pull requests: - Add more keyword arguments to PercivalSolver (#121) (@tmigot) - Version 0.6.3 (#122) (@tmigot)

- Julia
Published by github-actions[bot] about 3 years ago

Percival - v0.6.2

Percival v0.6.2

Diff since v0.6.1

Merged pull requests: - fix kwargs for tron (#118) (@aldma) - Add link to NLPModel API documentation in index (#119) (@tmigot) - Version 0.6.2 (#120) (@tmigot)

- Julia
Published by github-actions[bot] about 3 years ago

Percival - v0.6.1

Percival v0.6.1

Diff since v0.6.0

Merged pull requests: - Add verbose integer (#107) (@tmigot) - Add docstring for percival (#109) (@tmigot) - Add callback (#110) (@tmigot) - Pre-allocate TronSolver (#112) (@tmigot) - CompatHelper: bump compat for Krylov to 0.9, (keep existing compat) (#113) (@github-actions[bot]) - 0-allocation AugLagModel (#115) (@tmigot)

- Julia
Published by github-actions[bot] about 3 years ago

Percival - v0.6.0

Percival v0.6.0

Diff since v0.5.2

Merged pull requests: - Add solver structure (#80) (@tmigot) - Add community guidelines section in readme (#100) (@tmigot) - Bump to SolverCore 0.3 (#102) (@tmigot) - Use solve! (#103) (@tmigot) - Add restart tests (#104) (@tmigot) - Remove deprecated deps (#105) (@tmigot) - Version 0.6.0 (#106) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Percival - v0.5.2

Percival v0.5.2

Diff since v0.5.1

Merged pull requests: - use strict=true in docs (#93) (@dpo) - Bump to NLPModels 0.19 (#94) (@tmigot) - Bump doc env to NLPModels 0.19 & Co (#95) (@tmigot) - Version 0.5.2 (#96) (@tmigot)

- Julia
Published by github-actions[bot] over 3 years ago

Percival - v0.5.1

Percival v0.5.1

Diff since v0.5.0

Merged pull requests: - Fix BigFloat support (#89) (@mohamed82008) - version 0.5.1 (#90) (@dpo)

- Julia
Published by github-actions[bot] almost 4 years ago

Percival - v0.5.0

Percival v0.5.0

Diff since v0.4.3

Merged pull requests: - CompatHelper: bump compat for "Krylov" to "0.8" (#84) (@github-actions[bot]) - Update compat entry of Julia (#85) (@amontoison) - Version 0.5.0 (#86) (@amontoison)

- Julia
Published by github-actions[bot] almost 4 years ago

Percival - v0.4.3

Percival v0.4.3

Diff since v0.4.2

Merged pull requests: - Save obj evals (#76) (@tmigot) - Add docs (#77) (@tmigot) - improve type stability (#79) (@tmigot) - CompatHelper: bump compat for "NLPModels" to "0.18" (#82) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 4 years ago

Percival - v0.4.2

Percival v0.4.2

Diff since v0.4.1

Merged pull requests: - [AUTO] Change master to main (#68) (@abelsiqueira) - [AUTO] Fix docs to use main (#69) (@abelsiqueira) - fix link to stable doc (#71) (@tmigot) - Increase upper bound to SolverTools (#72) (@abelsiqueira) - use objcons in API (#73) (@tmigot) - Add benchmark folder (#74) (@tmigot) - Reuse space for jtprod from the model (#75) (@tmigot)

- Julia
Published by github-actions[bot] over 4 years ago

Percival - v0.4.1

Percival v0.4.1

Diff since v0.4.0

Merged pull requests: - Return an error for maximization problems (#61) (@tmigot) - add CirrusCI (#66) (@dpo) - Bump NLPModels 0.17 (#67) (@abelsiqueira)

- Julia
Published by github-actions[bot] over 4 years ago

Percival - v0.4.0

Percival v0.4.0

Diff since v0.3.1

Closed issues: - New release (#46) - outside of the trust region: ‖x‖²= NaN, with finite objective and constraint (#50)

Merged pull requests: - Update CI, TagBot and documentation workflows (#47) (@JSOBot) - Update CI, TagBot and documentation workflows (#48) (@JSOBot) - Bump NLPModels to 0.15 (#56) (@abelsiqueira)

- Julia
Published by github-actions[bot] over 4 years ago

Percival - v0.3.1

Percival v0.3.1

Diff since v0.3.0

Merged pull requests: - Allow lbfgs on auglag, expose more kwargs and fix max_eval (#44) (@mohamed82008) - Change some long functions code style (#45) (@abelsiqueira)

- Julia
Published by github-actions[bot] almost 5 years ago

Percival - v0.3.0

Percival v0.3.0

Diff since v0.2.1

Closed issues: - On solving bound constrained sub-problems for an overall method (#35) - External solvers support (#36)

Merged pull requests: - Use SolverCore and SolverTest (#43) (@abelsiqueira)

- Julia
Published by github-actions[bot] almost 5 years ago

Percival - v0.2.1

Percival v0.2.1

Diff since v0.2.0

Merged pull requests: - CompatHelper: bump compat for "Krylov" to "0.7" (#41) (@github-actions[bot]) - Allow initialization of y without cgls (#42) (@mohamed82008)

- Julia
Published by github-actions[bot] almost 5 years ago

Percival - v0.2.0

Percival v0.2.0

Diff since v0.1.0

Merged pull requests: - use GitHub Actions (#38) (@amontoison) - Update to NLPModels 0.14 and the workflows (#39) (@abelsiqueira)

- Julia
Published by github-actions[bot] almost 5 years ago

Percival - v0.1.0

- Julia
Published by julia-tagbot[bot] over 5 years ago