anriseth / MultiJuMP.jl

MultiJuMP enables the user to easily run multiobjective optimisation problems and generate Pareto fronts.
Other
61 stars 11 forks source link

support JuMP update to v0.21.2 #42

Closed amgad-naiem closed 4 years ago

amgad-naiem commented 4 years ago

Added support for latest JuMP version changes

amgad-naiem commented 4 years ago

Btw all checks passed, but I'm not sure why they don't show up here https://travis-ci.org/github/anriseth/MultiJuMP.jl/builds/692167080

matbesancon commented 4 years ago

Thanks for the upgrade!

ericphanson commented 4 years ago

I think a release was never tagged after this PR; someone on Slack today was having trouble because release MultiJuMP doesn't precompile with JuMP v0.21 and there is no [compat] information in the Project.toml for the package resolver to find a compatible version of JuMP. Could you tag a release and add compat? (There's info about [compat] here in case you aren't familiar: https://github.com/JuliaRegistries/General#automatic-merging-of-pull-requests).

mlubin commented 3 years ago

Another confused user: https://discourse.julialang.org/t/multijump-failed/49265