Recent Releases of CaNNOLeS

CaNNOLeS - v0.8.0

CaNNOLeS v0.8.0

Diff since v0.7.7

Breaking changes

  • drop support for Julia 1.6
  • Bump to Krylov 0.10

Merged pull requests: - Fix hanging docs (#129) (@tmigot) - Update ADNLPModels in tests (#131) (@tmigot) - Update with JSOBestieTemplate for CaNNOLeS (#132) (@tmigot) - Update with JSOBestieTemplate for CaNNOLeS (#134) (@tmigot) - Specify reset! SolverCore and NLPModels (#135) (@tmigot) - Support Krylov.jl v0.10 (#136) (@amontoison) - Version 0.8.0 (#138) (@tmigot)

Closed issues: - Build of documentation hanging (#49) - [documentation] Support Documenter.jl v1.0 (#137)

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

CaNNOLeS - v0.7.7

CaNNOLeS v0.7.7

Diff since v0.7.6

Merged pull requests: - Solve aqua (#128) (@tmigot) - Bump to NLPModels 0.21 (#130) (@tmigot)

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

CaNNOLeS - v0.7.6

CaNNOLeS v0.7.6

Diff since v0.7.5

Merged pull requests: - CompatHelper: bump compat for HSL to 0.4, (keep existing compat) (#122) (@github-actions[bot]) - Replace tutorial.md by link to tutorial (#124) (@tmigot) - Use CITATION.cff instead of bib (#126) (@tmigot)

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

CaNNOLeS - v0.7.5

CaNNOLeS v0.7.5

Diff since v0.7.4

Merged pull requests: - Create CILinux.yml (#70) (@tmigot) - Add allocation test (#118) (@tmigot) - Import NLPModels.getnnzh (#123) (@tmigot)

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

CaNNOLeS - v0.7.4

CaNNOLeS v0.7.4

Diff since v0.7.3

Closed issues: - Pre-allocate memory in solver structure (#64)

Merged pull requests: - Improve listing of methods to avoid allocs (#112) (@tmigot) - Remove old LDL versions (#113) (@tmigot) - Refactor init of Lagrange multiplier (#114) (@tmigot) - Refactor hessian structure using dispatch (#115) (@tmigot) - Bump to NLPModels 0.20 (#120) (@tmigot)

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

CaNNOLeS - v0.7.3

CaNNOLeS v0.7.3

Diff since v0.7.2

Closed issues: - Bug: AssertionError: LDLT.factor != nothing (#43) - Use atol and rtol (#52) - :Newton_noFHess is not working (#110)

Merged pull requests: - Add docstring and simplify signature newton_system (#78) (@tmigot) - Refactor linear solver usage (#81) (@tmigot) - Pre-allocate d and add factorization check (#82) (@tmigot) - CompatHelper: bump compat for Krylov to 0.9, (keep existing compat) (#83) (@github-actions[bot]) - Dispatch try_to_factorize (#84) (@tmigot) - Fix CI M1 (#85) (@tmigot) - Pre-allocate some more vectors (#87) (@tmigot) - Pre-allocate matrix structure (#88) (@tmigot) - Pre-allocate LDL structure (#90) (@tmigot) - Add callback (#91) (@tmigot) - Refactor optimality check in functions (#92) (@tmigot) - Pre-allocate cgls structure (#94) (@tmigot) - Fix bug in unit tests without LDL (#95) (@tmigot) - Add Param structure (#96) (@tmigot) - Use Fatol and Frtol (#97) (@tmigot) - Uniformize limit on maximum evaluations (#98) (@tmigot) - Add parametric types in main (#100) (@tmigot) - Use atol and rtol (#101) (@tmigot) - Add max_iter (#103) (@tmigot) - Use SparseMatricesCOO instead of SparseArrays (#104) (@tmigot) - Remove allocations in intro (#105) (@tmigot) - Remove further allocations (#106) (@tmigot) - Don't use hess of residual for method :Newton_noFHess (#109) (@abelsiqueira)

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

CaNNOLeS - v0.7.2

CaNNOLeS v0.7.2

Diff since v0.7.1

Closed issues: - Unused parameter ϵkchoice (#38)

Merged pull requests: - Remove merit kwarg (#72) (@tmigot) - Add verbose integer (#74) (@tmigot) - Add docstring (#76) (@tmigot) - Fix nightly: use sizeof (#77) (@tmigot) - Version 0.7.2 (#79) (@tmigot)

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

CaNNOLeS - v0.7.1

CaNNOLeS v0.7.1

Diff since v0.7.0

Closed issues: - Add solve!(solver, nlp, stats) (#57) - Add HSL CI (#65)

Merged pull requests: - CompatHelper: bump compat for LDLFactorizations to 0.10, (keep existing compat) (#59) (@github-actions[bot]) - Add minimal solver structure (#60) (@tmigot) - Add restart tests (#61) (@tmigot) - Drop incompatibles versions (#62) (@tmigot) - Fix ma57 call (#63) (@tmigot) - Add new workflows (#67) (@amontoison) - Update CI_M1.yml (#69) (@tmigot) - Version 0.7.1 (#71) (@tmigot)

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

CaNNOLeS - v0.7.0

CaNNOLeS v0.7.0

Diff since v0.6.0

Merged pull requests: - CompatHelper: bump compat for HSL to 0.3, (keep existing compat) (#53) (@github-actions[bot]) - Add discussion in readme (#55) (@tmigot) - Bump to SolverCore 0.3 (#56) (@tmigot) - Version 0.7.0 (#58) (@tmigot)

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

CaNNOLeS - v0.6.0

CaNNOLeS v0.6.0

Diff since v0.5.4

Merged pull requests: - support LDLFactorizations 0.9 (#46) (@dpo) - Bump to NLPModels 0.19 (#47) (@tmigot) - Bump to Julia 1.6 (#48) (@tmigot) - Fix doc build (#50) (@tmigot) - Version 0.6.0 (#51) (@tmigot)

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

CaNNOLeS - v0.5.4

CaNNOLeS v0.5.4

Diff since v0.5.3

Merged pull requests: - Update CaNNOLeS for Krylov.jl 0.8 (#44) (@amontoison) - Version 0.5.4 (#45) (@tmigot)

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

CaNNOLeS - v0.5.3

CaNNOLeS v0.5.3

Diff since v0.5.2

Closed issues: - Write docs (#36)

Merged pull requests: - [AUTO] Change master to main (#33) (@abelsiqueira) - [AUTO] Fix docs to use main (#34) (@abelsiqueira) - add badges to docs (#35) (@tmigot) - Add iter in stats (#37) (@tmigot) - Add docs (#39) (@tmigot) - Bump NLPModels 0.18 (#40) (@tmigot) - Version 0.5.3 (#42) (@tmigot)

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

CaNNOLeS - v0.5.2

CaNNOLeS v0.5.2

Diff since v0.5.1

Merged pull requests: - Return an error for maximization problems (#30) (@tmigot) - Bump NLPModels 0.17 (#32) (@abelsiqueira)

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

CaNNOLeS - v0.5.1

CaNNOLeS v0.5.1

Diff since v0.5.0

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

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

CaNNOLeS - v0.5.0

CaNNOLeS v0.5.0

Diff since v0.4.1

Merged pull requests: - Use SolverCore instead of SolverTools (#21) (@abelsiqueira)

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

CaNNOLeS - v0.4.1

CaNNOLeS v0.4.1

Diff since v0.4.0

Merged pull requests: - Support Krylov 0.5 and 0.6 (#15) (@abelsiqueira) - Support Krylov 0.7 (#19) (@abelsiqueira) - Support LDLFactorizations 0.5 to 0.8 (#20) (@abelsiqueira)

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

CaNNOLeS - v0.4.0

CaNNOLeS v0.4.0

Diff since v0.3.0

Merged pull requests: - use GitHub Actions (#12) (@dpo) - Update to NLPModels 0.14 + SolverTools 0.4 (#13) (@abelsiqueira)

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

CaNNOLeS - v0.3.0

CaNNOLeS v0.3.0

Diff since v0.2.0

Merged pull requests: - Update citation (#10) (@abelsiqueira) - Update NLPModels and SolverTools and set VERSION to 0.3.0 (#11) (@abelsiqueira)

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

CaNNOLeS - v0.2.0

CaNNOLeS v0.2.0

Diff since v0.1.1

Merged pull requests: - Install TagBot as a GitHub Action (#7) (@JuliaTagBot) - Update to latest NLPModels 0.12 and CI (#8) (@abelsiqueira) - fix CI scripts (#9) (@dpo)

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

CaNNOLeS - v0.1.1

v0.1.1 (2019-12-09)

Diff since v0.1.0

Closed issues:

  • Version 0.1.0 (#3)

Merged pull requests:

  • Update to Julia 1.3 and limit versions (#6) (abelsiqueira)
  • Update travis with latest Julia (#5) (abelsiqueira)
  • run CI on Travis/Windows (#4) (dpo)

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

CaNNOLeS - v0.1.0

- Julia
Published by julia-tagbot[bot] almost 7 years ago