davidssmith / DCEMRI.jl

DCE MRI analysis in Julia
Other
37 stars 16 forks source link

v0.6 compatibility #30

Closed davidssmith closed 7 years ago

davidssmith commented 7 years ago

Validation fails on v0.6 with a ton of error messages. Also some other deprecations to deal with.

Probably can be handled with judicious use of something like

if VERSION >= "v0.6.0"
   stuff
end
davidssmith commented 7 years ago

Also Compat.jl is probably helpful.