Update old .64 code to 1.x

Hi guys,

I searched the forum, so apologies if I missed this topic. Catalina seems to not play nicely with Julia Pro .64 so I’m trying to update the code to work with 1.x but it’s been a slog. Is there a list somewhere for syntax changes related to base Julia and JuMP that could help guide me? Any way to save some frustration / time would be greatly appreciated!

The suggested approach is to upgrade to 0.7 to get deprecation warnings and then upgrade to 1.x after doing that. Should be pretty straightforward—the deprecation warnings were fairly specific.

4 Likes

Take a read of the jump documentation:
http://www.juliaopt.org/JuMP.jl/v0.20.0/
It has links to a summary of the changes.