jump-dev / ECOS.jl

A Julia interface to the ECOS conic optimization solver
https://github.com/embotech/ecos
Other
41 stars 17 forks source link

update for ECOS 2.0.5 #46

Closed mlubin closed 8 years ago

mlubin commented 8 years ago

ECOS 2.0.4 has a bug that results in incorrect answers on Pajarito's unit tests (https://github.com/mlubin/Pajarito.jl/issues/102), so we need to bump ECOS. I made the update so that the code still works with older versions, but we should update the windows and OS X binaries ASAP.

CC @tkelman @staticfloat @chriscoey

staticfloat commented 8 years ago

@mlubin I have v2.0.5 bottled and ready to go, will it negatively impact users if they have an old version of ECOS.jl, and a version of ECOS proper that is v2.0.5 or newer? If so, I will hold off on publishing the new bottle until you've merged this.

mlubin commented 8 years ago

@staticfloat, thanks! Yes, an old version of ECOS.jl won't work with 2.0.5. I'll merge and tag this right now then ping you.

mlubin commented 8 years ago

@staticfloat, tagged

staticfloat commented 8 years ago

merged

mlubin commented 8 years ago

@staticfloat, confirmed working on travis, thanks!