This is what I get in Julia v0.6:
WARNING: besselk{T1 <: Number}(x::Number, y::AbstractArray{T1}) is deprecated, use ($(Expr(:globalref, Compat, Symbol("@compat"))))(besselk.(x, y)) instead.
Can you elaborate on this substitution? Is the warning message correct?