COSMO.jl Versions Save

COSMO: Accelerated ADMM-based solver for convex conic optimisation problems (LP, QP, SOCP, SDP, ExpCP, PowCP). Automatic chordal decomposition of sparse semidefinite programs.

v0.8.8

9 months ago

COSMO v0.8.8

Diff since v0.8.7

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)

v0.8.7

1 year ago

COSMO v0.8.7

Diff since v0.8.6

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: merge_strategy() is an instance, not a type (#164) (@kalmarek)
  • Update MOI_wrapper.jl (#169) (@Amuwa)
  • Update QDLDL wrappers for QDLDL v0.4.1 (#171) (@goulart-paul)

v0.8.6

1 year ago

COSMO v0.8.6

Diff since v0.8.5

Closed issues:

  • Model question (#154)
  • Usage of SecondOrderCone: Supply value of t (#157)

Merged pull requests:

  • Pg/qdldl 0.2 (#151) (@goulart-paul)
  • Fix constraints warm-up. (#156) (@N5N3)

v0.8.5

2 years ago

COSMO v0.8.5

Diff since v0.8.4

v0.8.4

2 years ago

COSMO v0.8.4

Diff since v0.8.3

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])

v0.8.3

2 years ago

COSMO v0.8.3

Diff since v0.8.2

Closed issues:

  • Make COSMO compatible with MOI v0.10 (#143)

v0.8.2

2 years ago

COSMO v0.8.2

Diff since v0.8.1

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)

v0.8.1

3 years ago

COSMO v0.8.1

Diff since v0.8.0

Closed issues:

  • Implement Acceleration schemes (#19)

Merged pull requests:

  • Fix incorrect ObjectiveFunction usage in tests (#132) (@odow)
  • Rename MOIWrapper.jl -> MOI_wrapper.jl (#133) (@blegat)

v0.8.0

3 years ago

COSMO v0.8.0

Diff since v0.7.9

v0.7.9

3 years ago

COSMO v0.7.9

Diff since v0.7.8

Closed issues:

  • COSMO.jl does not work with JuMP (#123)

Merged pull requests:

  • Covering more cases in CI (#124) (@matbesancon)
  • Fix slow MOI merging step (#129) (@migarstka)