diff --git a/src/deprecates.jl b/src/deprecates.jl index 3cfc20a5c..3106154a5 100644 --- a/src/deprecates.jl +++ b/src/deprecates.jl @@ -54,6 +54,7 @@ end # Deprecate `MatrixReshaped` const MatrixReshaped{S<:ValueSupport,D<:MultivariateDistribution{S}} = ReshapedDistribution{2,S,D} +Base.deprecate(@__MODULE__, :MatrixReshaped) @deprecate MatrixReshaped( d::MultivariateDistribution, n::Integer, p::Integer=n ) reshape(d, (n, p))