Skip to content

Releases: jump-dev/ECOS.jl

v0.12.2

16 Dec 14:54
Compare
Choose a tag to compare

ECOS v0.12.2

Diff since v0.12.1

Closed issues:

  • Example throws error (#110)
  • Claims that OPTIMIZE_NOT_CALLED if it runs out of Iterations (#113)

Merged pull requests:

v0.12.1

28 Jul 04:11
24bdaf1
Compare
Choose a tag to compare

ECOS v0.12.1

Diff since v0.12.0

Closed issues:

  • ECOS.jl cannot be included in a system image (#106)
  • Register 0.12.1 (#108)

Merged pull requests:

  • Skip build.jl on Julia 1.3+ (#103) (@omus)
  • Make package compatible with system images (#107) (@omus)
  • Update Project.toml (#109) (@odow)

v0.12.0

03 Jul 16:10
Compare
Choose a tag to compare

ECOS v0.12.0

Diff since v0.11.0

Closed issues:

  • Support for Vector of Variable in MOI.PositiveSemiDefinite (#101)
  • Excessively slow on large, sparse LP (#104)

Merged pull requests:

v0.11.0

17 Feb 10:06
Compare
Choose a tag to compare

ECOS v0.11.0

Diff since v0.10.2

Closed issues:

  • Is it dangerous to use unsafe_wrap to pull solver solution? (#95)
  • JuMP v0.21 Support (#97)

Merged pull requests:

v0.10.2

27 Dec 14:09
v0.10.2
Compare
Choose a tag to compare

v0.10.1

25 Oct 18:02
v0.10.1
Compare
Choose a tag to compare

v0.10.0

13 Aug 22:52
v0.10.0
0bac20f
Compare
Choose a tag to compare

v0.10.0 (2019-08-13)

Diff since v0.9.4

Closed issues:

  • Remove support for VectorOfVariables (#87)
  • Remove support for Nonpositives (#86)
  • Remove support for EqualTo, LessThan, GreaterThan (#85)

Merged pull requests:

  • README updates (#93) (blegat)
  • Updates to MOI v0.9 (#92) (blegat)
  • Update README examples to work with JuMP v0.19.0 (#91) (r-barnes)
  • Add support for VectorOfVariables constraints and add qcp tests (#90) (blegat)
  • Simplify thanks to NonposToNoneg bridge (#89) (blegat)
  • ♻️ Simplify thanks to VectorizeBridge (#88) (blegat)

Update to MOI v0.8

18 Dec 19:08
d8d440c
Compare
Choose a tag to compare
Merge pull request #84 from JuliaOpt/bl/moi8

Update to MOI v0.8

v0.9.3: update for MOI 0.7 (#82)

17 Dec 00:38
a5df368
Compare
Choose a tag to compare
* update for MOI 0.7

* implement supports_allocate_load

* switch to automatic_copy_to

* implement SolverName

v0.9.2: BinaryBuilder (#76)

10 Sep 22:02
Compare
Choose a tag to compare
* Update build.jl

* Update REQUIRE

* Update build.jl

* Update build.jl

* Update REQUIRE

* Update build.jl

* Update build.jl

* Update .gitignore

* Update REQUIRE

* Update build.jl

* Update REQUIRE

* Update REQUIRE

* downgrade to 2.0.5

* updated binaries installation

make sure updated versions of binaries are installed

* Update MOIWrapper.jl

* Update MPBWrapper.jl

* Update README.md

* Fix WIN32 tests

* custom install instructions