Deprecate findnz(::AbstractArray)
The `findnz` function previously had two distinct behaviors: it would either find _stored_ values or _nonzero_ values, depending upon the type of the argument. This deprecates the `AbstractMatrix` fallback (nonzero) behavior, leaving only the sparse (stored) behavior.