Right now, if A is a matrix, then norm(A,p) emits a deprecation warning and calls opnorm(A,p), in line with Julia 0.7. In the next breaking release, we should make norm(A,p) call norm(vec(A), p) as the deprecation warning states, and remove the warning.