Releases: oxfordcontrol/COSMO.jl
Releases · oxfordcontrol/COSMO.jl
v0.6.0
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.4.4
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
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:
First release for COSMO solver
- compatible with Julia v1.0
- working JuMP / MOI Interface