Recent Releases of QuadraticModels
QuadraticModels - v0.9.8
QuadraticModels v0.9.8
Merged pull requests: - Add test/Project.toml (#126) (@tmigot) - Bump to ADNLPModels 0.8 (#128) (@tmigot) - Update with JSOBestieTemplate for QuadraticModels (#129) (@tmigot) - Update .cirrus.yml (#133) (@amontoison) - Update breakage.yml (#134) (@amontoison) - [documentation] Support Documenter.jl v1.0 (#135) (@amontoison) - [CI] Update the script ci.yml (#136) (@amontoison) - Add a workflow Aqua.yml (#137) (@amontoison) - Add a workflow CompatHelper.yml (#138) (@amontoison) - Add a workflow Invalidations.yml (#139) (@amontoison) - Release 0.9.8 (#140) (@amontoison)
Closed issues: - New release? (#131)
- Julia
Published by github-actions[bot] over 1 year ago
QuadraticModels - v0.9.7
QuadraticModels v0.9.7
Merged pull requests: - Bump to NLPModels 0.21 (#124) (@tmigot)
Closed issues:
- Using a structured Q matrix? (#76)
- Tutorial failing (#115)
- Julia
Published by github-actions[bot] about 2 years ago
QuadraticModels - v0.9.6
QuadraticModels v0.9.6
Merged pull requests: - Add CITATION.cff (#121) (@tmigot) - Bump to NLPModelsModifiers 0.7 (#123) (@tmigot)
Closed issues:
- Precompilation on CI fails since today: DiagonalQN not defined (#122)
- Julia
Published by github-actions[bot] over 2 years ago
QuadraticModels - v0.9.5
QuadraticModels v0.9.5
Merged pull requests: - Feasibility presolve (#118) (@geoffroyleconte) - Release 0.9.5 (#120) (@geoffroyleconte)
- Julia
Published by github-actions[bot] over 2 years ago
QuadraticModels - v0.9.4
QuadraticModels v0.9.4
Merged pull requests: - Bug report instructions (#111) (@geoffroyleconte) - fix A default value when not provided in the constructor (#112) (@geoffroyleconte) - Update link to JSO website (#114) (@tmigot) - Bump to NLPModels 0.20 (#116) (@tmigot) - Version 0.9.4 (#117) (@tmigot)
- Julia
Published by github-actions[bot] about 3 years ago
QuadraticModels - v0.9.3
QuadraticModels v0.9.3
Merged pull requests:
- Save allocations in hess_coord! (#107) (@tmigot)
- Add CommentPR.yml (#108) (@amontoison)
- Update compat SolverCore (#109) (@geoffroyleconte)
- Release 0.9.3 (#110) (@geoffroyleconte)
- Julia
Published by github-actions[bot] over 3 years ago
QuadraticModels - v0.9.2
QuadraticModels v0.9.2
Merged pull requests:
- add linear_api = true tests (#103) (@tmigot)
- Update compat for LinearOperators and SparseMatricesCOO (#104) (@geoffroyleconte)
- Release 0.9.2 (#105) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 4 years ago
QuadraticModels - v0.9.1
QuadraticModels v0.9.1
Merged pull requests: - [PRESOLVE] Fix bug dims of Q and A (#101) (@geoffroyleconte) - Release 0.9.1 (#102) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 4 years ago
QuadraticModels - v0.9.0
QuadraticModels v0.9.0
Merged pull requests: - [PRESOLVE] Avoid copying some rows/cols, fix issue unconstrained reduction zero with objective (#97) (@geoffroyleconte) - Fix nlpmodif compat (#98) (@tmigot) - Version 0.9.0 (#99) (@tmigot)
- Julia
Published by github-actions[bot] almost 4 years ago
QuadraticModels - v0.8.1
QuadraticModels v0.8.1
Merged pull requests: - Presolve for maximization problems (#95) (@geoffroyleconte) - Release 0.8.1 (#96) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 4 years ago
QuadraticModels - v0.8.0
QuadraticModels v0.8.0
Merged pull requests: - Add breakage tests (#83) (@tmigot) - use push_preview = true in deploydocs (#84) (@dpo) - Improve presolve (#85) (@geoffroyleconte) - [PRESOLVE] Free linear singleton columns, row/col storage of A and H (#87) (@geoffroyleconte) - Fix postsolve, check primal constraints (#90) (@geoffroyleconte) - Define QMSolution type (#92) (@geoffroyleconte) - Release 0.8.0 (#94) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 4 years ago
QuadraticModels - v0.7.4
QuadraticModels v0.7.4
Closed issues: - Issue when initializing a QuadraticModels with different matrix types. (#69) - Error with nonsensical dimensions (#70) - Type for Jacobian/Hessian callbacks (#77)
Merged pull requests: - Add link to jso docs (#75) (@geoffroyleconte) - Add type parameters for NLPModelMeta (#78) (@sshin23) - bump version to 0.7.4 (#80) (@dpo) - [Presolve] Remove empty and singleton rows (#81) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 4 years ago
QuadraticModels - v0.7.3
QuadraticModels v0.7.3
Merged pull requests: - Presolve returns a GenericExecutionStats (#72) (@geoffroyleconte) - Release 0.7.3 (#74) (@geoffroyleconte)
- Julia
Published by github-actions[bot] about 4 years ago
QuadraticModels - v0.7.2
QuadraticModels v0.7.2
Merged pull requests: - Default input type to SparseMatricesCOO (#64) (@geoffroyleconte) - Fix bug presolve QP (#65) (@geoffroyleconte) - Release 0.7.2 (#68) (@geoffroyleconte)
- Julia
Published by github-actions[bot] over 4 years ago
QuadraticModels - v0.7.1
QuadraticModels v0.7.1
Merged pull requests: - Bump NLPModels 0.18 (#62) (@tmigot) - Release 0.7.1 (#63) (@geoffroyleconte)
- Julia
Published by github-actions[bot] over 4 years ago
QuadraticModels - v0.7.0
QuadraticModels v0.7.0
Merged pull requests: - QPDataDense (#53) (@geoffroyleconte) - LinearOperators in QPData (#56) (@geoffroyleconte) - Remove QPDataCOO, use SparseMatricesCOO (#58) (@geoffroyleconte) - Update ci.yml (#59) (@dpo) - Realease 0.7 (#61) (@geoffroyleconte)
- Julia
Published by github-actions[bot] over 4 years ago
QuadraticModels - v0.6.0
QuadraticModels v0.6.0
Merged pull requests: - [AUTO] Change master to main (#47) (@abelsiqueira) - [AUTO] Fix docs to use main (#48) (@abelsiqueira) - Presolve fixed variables (#49) (@geoffroyleconte) - sort cols (#51) (@geoffroyleconte) - Version 0.6 (#52) (@geoffroyleconte)
- Julia
Published by github-actions[bot] over 4 years ago
QuadraticModels - v0.5.0
QuadraticModels v0.5.0
Merged pull requests: - Bump to NLPModels 0.17 and LinearOperators 2.0 (#45) (@geoffroyleconte) - Release 0.5 (#46) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 5 years ago
QuadraticModels - v0.4.0
QuadraticModels v0.4.0
Merged pull requests: - Support Requires 1.0 (#35) (@mohamed82008) - Update CI, TagBot and documentation workflows (#36) (@JSOBot) - Update CI, TagBot and documentation workflows (#38) (@JSOBot) - Update CI, TagBot and documentation workflows (#39) (@JSOBot) - Documentation (#41) (@geoffroyleconte) - Update badge and url (#42) (@geoffroyleconte) - Parametric QuadraticModel (#43) (@geoffroyleconte)
- Julia
Published by github-actions[bot] almost 5 years ago
QuadraticModels - v0.3.0
QuadraticModels v0.3.0
Merged pull requests: - Update TagBot.yml (#33) (@dpo) - Update to NLPModels 0.14 + Modifiers + Test (#34) (@abelsiqueira)
- Julia
Published by github-actions[bot] about 5 years ago
QuadraticModels - v0.1.0
QuadraticModels v0.1.0
Closed issues:
- Add meaningful tests (#1)
- Remove unnecessary kwargs (#8)
- Fix Hessian functions to use obj_weight (#9)
- jac_coord! not implemented (#20)
- Tests with QPS data (#24)
Merged pull requests: - Add .zenodo.json and LICENSE.md (#3) (@abelsiqueira) - phase out 0.7 and run CI on Travis/Windows (#4) (@dpo) - Limit NLPModels version (#5) (@abelsiqueira) - Update travis with latest Julia (#6) (@abelsiqueira) - Add missing methods and tests (#7) (@RenanOD) - Update travis with latest Julia (#11) (@abelsiqueira) - test Julia 1.3, FreeBSD, add badge (#12) (@dpo) - add missing methods and fix tests (#13) (@dpo) - Install TagBot as a GitHub Action (#14) (@JuliaTagBot) - Update Project and CIs to Julia 1.4 (#15) (@abelsiqueira) - Update to NLPModels 0.12 and COO format (#16) (@abelsiqueira) - Add more tests (#17) (@abelsiqueira) - fix CI scripts (#19) (@dpo) - Allow vals to have integer eltype (#21) (@abelsiqueira) - Update reading of QPSData (#22) (@geoffroyleconte) - Cirrus: allow nightly failures (#23) (@dpo)
- Julia
Published by github-actions[bot] over 5 years ago