JuliaOpt / CoinOptServices.jl

Julia interface to COIN-OR Optimization Services https://projects.coin-or.org/OS
Other
16 stars 4 forks source link

bump for MathProgBase 0.5 #19

Closed mlubin closed 7 years ago

mlubin commented 8 years ago

This is one of the lagging packages and is preventing AmplNLWriter from being updated.

tkelman commented 8 years ago

17 was most of the way there but has unaddressed review. I'd finish it up but am way too busy working on base 0.5.

mlubin commented 8 years ago

@JackDunnNZ, do you have a chance to finish up #17?

tkelman commented 8 years ago

Or a more drastic measure, I'd be okay if you wanted to make a new minor branch that tore out everything except bindeps and the few install-location variables that other packages need.

edit: making Bonmin.jl and Couenne.jl placeholder packages that are just BinDeps stubs to start with could also accomplish the same goal.

tkelman commented 8 years ago

Wait, I'm mixing things up here. Did anything in JuMP or MathProgBase nonlinear or expression tree API's change at all between MPB 0.4 and 0.5? If #17 is only relevant on Julia 0.5, can't we just relax the upper bound on the most recent CoinOptServices tag and be done (for Julia 0.4)?

mlubin commented 8 years ago

Yes, it's safe to bump the upper bound. On Jun 3, 2016 12:24 PM, "Tony Kelman" notifications@github.com wrote:

Wait, I'm mixing things up here. Did anything in JuMP or MathProgBase nonlinear or expression tree API's change at all between MPB 0.4 and 0.5? If #17 https://github.com/JuliaOpt/CoinOptServices.jl/pull/17 is only relevant on Julia 0.5, can't we just relax the upper bound on the most recent CoinOptServices tag and be done?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaOpt/CoinOptServices.jl/issues/19#issuecomment-223544867, or mute the thread https://github.com/notifications/unsubscribe/ABp0MyeU52At07SZ6UGc_oFm1jA1ZtaHks5qIADvgaJpZM4ItY9T .

tkelman commented 8 years ago

Okay, just did, and nothing new fails on 0.4. About to go to sleep but if you want to tag be my guest.