Skip to content

Releases: jump-dev/ECOS.jl

v1.1.2

07 Feb 21:26
8210f62
Compare
Choose a tag to compare

ECOS v1.1.2

Diff since v1.1.1

Merged pull requests:

Closed issues:

  • Bump dependency CEnum to 0.5 (#145)

v1.1.1

20 Apr 00:17
09615c8
Compare
Choose a tag to compare

ECOS v1.1.1

Diff since v1.1.0

Closed issues:

  • Support for mixed-integer/boolean problems (ECOS 1.1.0) (#16)
  • Add support for VariablePrimalStart and ConstraintDualStart (#79)

Merged pull requests:

v1.1.0

01 Mar 23:39
e246e6f
Compare
Choose a tag to compare

ECOS v1.1.0

Diff since v1.0.0

Merged pull requests:

v1.0.0

22 Feb 02:36
d899fd9
Compare
Choose a tag to compare

ECOS v1.0.0

Diff since v0.14.2

Merged pull requests:

v0.14.2

16 Feb 20:18
06d7ac4
Compare
Choose a tag to compare

ECOS v0.14.2

Diff since v0.14.1

Closed issues:

  • Segfault when there are zero variables and conic constraints (#132)
  • Subtle solution difference upgrading from Julia v1.6.1 --> v1.7.1 causes my iterative solver to fail (#133)

Merged pull requests:

  • Add checks for an invalid model (#135) (@odow)

v0.14.1

01 Feb 20:48
7e903b4
Compare
Choose a tag to compare

ECOS v0.14.1

Diff since v0.14.0

Merged pull requests:

  • Finding the artifact path on initialization improves relocatability (#134) (@ven-k)

v0.14.0

09 Dec 19:20
a436e1a
Compare
Choose a tag to compare

ECOS v0.14.0

Diff since v0.13.0

Closed issues:

  • ConstraintPrimal is supposed to return value of function at result point (#81)
  • Segfault on malformed Convex.jl problem (#94)
  • Update ECOS_jll to 2.0.8 (#116)
  • Consider reverting 0.12.4 (#123)

Merged pull requests:

  • Implement MOI.SolverVersion (#125) (@odow)
  • Various formatting improvements (#126) (@odow)
  • Remove MathProgBase API (#127) (@odow)
  • [breaking] Rewrite the C API using Clang.jl (#128) (@odow)
  • Fix numerical issue in primal infeasibility certificates (#129) (@odow)
  • Fix ConstraintPrimal for Zeros constraints (#130) (@odow)
  • BuMP ECOS_jll version (#131) (@odow)

v0.13.0

19 Sep 07:02
b4074b7
Compare
Choose a tag to compare

ECOS v0.13.0

Diff since v0.12.4

Merged pull requests:

v0.12.4

07 Sep 09:13
Compare
Choose a tag to compare

ECOS v0.12.4

Diff since v0.12.3

Merged pull requests:

  • WIP: breaking changes for MOI 0.10.0 (#119) (@odow)
  • Refactor with MatrixOfConstraints (#121) (@blegat)

v0.12.3

25 Jul 21:26
926a922
Compare
Choose a tag to compare

ECOS v0.12.3

Diff since v0.12.2

Closed issues:

  • Negative gaps and inaccurate optimal values when the solutions are suboptimal (#54)
  • Occasional segfault on 64-bit windows, Julia 1.0 (#77)

Merged pull requests: