Recent Releases of COSMO
COSMO - v0.8.9
COSMO v0.8.9
Merged pull requests: - Replace PSDTriangle with scaled version (#181) (@blegat) - Remove support for VectorOfVariables (#182) (@blegat) - Fix crash for PSD cones without diagonal entries in problem data (#187) (@goulart-paul) - Add sections to Documentation (#188) (@migarstka)
Closed issues: - Add Arbitrary Precision support for PSD constrains (SDPs) (#127) - Add MATLAB interface for COSMO (#128) - ArgumentError: row indices I[k] must satisfy 1 <= I[k] <= m (#130) - Large slowdown in MOI problem construction from JuMP (#131) - Support for compute_conflict!(model) (#173) - Error in sparsity pattern analysis (#183) - Outdated note in the docs about JuMP not supporting arbitrary precision (#184)
- Julia
Published by github-actions[bot] about 2 years ago
COSMO - v0.8.8
COSMO v0.8.8
Closed issues:
- COSMO & conflicting hard constraints? (#176)
- Error in indirect KKT solver: tol keyword in IterativeSolvers.jl deprecated (#179)
Merged pull requests: - Update README.md for JuMP documentation (#174) (@odow) - Remove unused COSMOModelData (#175) (@blegat) - Fix test failure on Julia v1.9 (#178) (@odow) - [#179] Make compatible with IterativeSolvers v0.9+ (#180) (@migarstka)
- Julia
Published by github-actions[bot] almost 3 years ago
COSMO - v0.8.7
COSMO v0.8.7
Closed issues: - ERROR: MethodError: no method matching setindex!(::Set{Int64}, ::Vector{Int64}, ::Colon) (#149) - SVM example in documentation throws many warnings in output (#150) - MKLPardisoKKTSolver not correctly exported in namespace (#159) - can't install COSMO & Clarabel.jl together (#161) - Error 'Unsupported constraints' appears when using MOI to load and solve CBF files (#163) - Passing attributes error in JuMP/MOI wrapper (#168) - a minor bug (#170)
Merged pull requests: - fix: mergestrategy() is an instance, not a type (#164) (@kalmarek) - Update MOIwrapper.jl (#169) (@Amuwa) - Update QDLDL wrappers for QDLDL v0.4.1 (#171) (@goulart-paul)
- Julia
Published by github-actions[bot] about 3 years ago
COSMO - v0.8.4
COSMO v0.8.4
Closed issues: - Warm starting issue through Convex.jl ? (#135) - Bad visibility of banner pictures on dark mode (#144) - Custom convex set vs convex cones? (#147)
Merged pull requests: - CompatHelper: bump compat for MathOptInterface to 1, (keep existing compat) (#148) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 4 years ago
COSMO - v0.8.2
COSMO v0.8.2
Closed issues:
- Use specialised LAPACK function for eigenvalue computation of packed matrices (#51)
- Shared memory for multiple cones of the same type (#84)
- Python interface (#105)
- Arbitrary precision PSD constraints. (#134)
- Looks like the code I wrote is what it should be, however i have a bug on my machine : (#137)
- Confused by the "Optimal objective" reporting (#138)
- Custom cone not working (not even tutorial example) without in_dual. (#141)
- Question about solve time wrt dimension (#145)
Merged pull requests: - aligned printing of cost (#139) (@kalmarek) - More expressive feasibility reporting (#142) (@blegat) - union to const (#146) (@matbesancon)
- Julia
Published by github-actions[bot] over 4 years ago
COSMO - v0.7.5
COSMO v0.7.5
Closed issues: - Smart eigenvalue decomposition based on previous step (#8) - Parallelization of certain tasks, e.g. sdp projections of submatrices (#9) - 32 bit testing. (#80) - Pkg.installed() is deprecated (#114) - Issue with MOI master (#116)
- Julia
Published by github-actions[bot] over 5 years ago
COSMO - v0.7.0
COSMO v0.7.0
Closed issues: - an SDP problem: ArgumentError: invalid index: nothing of type Nothing (#103)
Merged pull requests: - Indirect solvers (#92) (@nrontsis) - Fix typo (#102) (@innerlee) - Install TagBot as a GitHub Action (#104) (@JuliaTagBot) - fix pardiso default options (#106) (@goulart-paul)
- Julia
Published by github-actions[bot] about 6 years ago
COSMO - v0.6.0
v0.6.0 (2019-11-26)
Closed issues:
- Missing MOI method (#100)
- NLPBlock appears to be ignored (#97)
- dsos_horn (#96)
- Error returning solution of a problem with DualExponentialCone using JuMP (#95)
- Support MOI.get(optimizer::Optimizer, ::MOI.DualObjectiveValue) (#91)
Merged pull requests:
- Fix test failures with MOI 0.9.5 (#98) (rschwarz)
- Avoid eigendecomposition in check for positive semidefiniteness (#94) (nrontsis)
- Julia
Published by julia-tagbot[bot] over 6 years ago
COSMO - v0.4.4
v0.4.4 (2019-08-23)
Closed issues:
- MathOptInterface UnsupportedConstraint (SingleVariable in ZeroOne) (#86)
- Emit warnings on invalid problems (#78)
Merged pull requests:
- Fix memory issue in MOI's interface (#87) (nrontsis)
- Remove eigendecomposition of P in MOI wrapper (#85) (nrontsis)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
COSMO - v0.4.3
v0.4.3 (2019-06-03)
Closed issues:
- Tests do not pass on 1.2 branch of julia (#83)
- Register COSMO v0.4.2 (#82)
- Implement exponential cone constraints (#81)
- Add ability to pick an indirect linear system solver (#22)
Merged pull requests:
- User configurable linear solvers (#65) (goulart-paul)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
COSMO - First release for COSMO solver
- compatible with Julia v1.0
- working JuMP / MOI Interface
- Julia
Published by migarstka over 7 years ago