Skip to content

Releases: oxfordcontrol/COSMO.jl

v0.6.0

27 Nov 00:39
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-11-26)

Diff since v0.5.0

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)

v0.5.0

31 Aug 14:36
v0.5.0
Compare
Choose a tag to compare

v0.5.0 (2019-08-30)

Diff since v0.4.4

Closed issues:

  • Update for MOI 0.9 (#88)

v0.4.4

23 Aug 11:10
v0.4.4
Compare
Choose a tag to compare

v0.4.4 (2019-08-23)

Diff since v0.4.3

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)

v0.4.3

03 Jun 18:47
v0.4.3
Compare
Choose a tag to compare

v0.4.3 (2019-06-03)

Diff since v0.4.2

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:

v0.4.2

05 May 12:53
Compare
Choose a tag to compare

v0.4.0

22 Feb 15:12
Compare
Choose a tag to compare

see NEWS.md

v0.3.1

02 Feb 19:56
3b0f67d
Compare
Choose a tag to compare

see NEWS.md

First release for COSMO solver

08 Jan 15:26
65cb1e7
Compare
Choose a tag to compare
  • compatible with Julia v1.0
  • working JuMP / MOI Interface