While the package is able to load and run in the julia 0.4.0 release, it gives a large number of compatibility warnings, mostly related to these three syntax issues:
WARNING: Base.FloatingPoint is deprecated, use AbstractFloat instead.
WARNING: deprecated syntax "> ("...
Use ">(" instead
WARNING: Union(args...) is deprecated, use Union{args...} instead
It would be great if these issues were fixed as the package might not be able to run in future versions of julia.
While the package is able to load and run in the julia 0.4.0 release, it gives a large number of compatibility warnings, mostly related to these three syntax issues:
It would be great if these issues were fixed as the package might not be able to run in future versions of julia.