On julia v0.5, I get the following error,
ERROR: LoadError: syntax: space before "(" not allowed in "AbstractVecOrMat{T}. By removing the space it works fine on julia v0.5 and also removes a depwarn in julia v0.4. I can send a PR if minimum version for julia is pinned to v0.4, which is v0.2 right now.
On
julia v0.5
, I get the following error,ERROR: LoadError: syntax: space before "(" not allowed in "AbstractVecOrMat{T}
. By removing the space it works fine onjulia v0.5
and also removes a depwarn injulia v0.4
. I can send a PR if minimum version forjulia
is pinned tov0.4
, which isv0.2
right now.