- Drop support on master for julia
0.4
. Support will be continued for bugfixes on therelease-0.4
branch. - The OpenCL module contains now a
cl
module so that the common patternimport OpenCL; const cl = OpenCL
is no longer necessary. cl.call
is replaced by(q::CmdQueue)(...)