From 0b2bbe7eabc2084f30aafe44aeac11c98a95aefc Mon Sep 17 00:00:00 2001 From: rofinn Date: Fri, 5 Jul 2019 15:45:35 -0500 Subject: [PATCH] Added a deprecation for switching to the column-major convention. --- src/Impute.jl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Impute.jl b/src/Impute.jl index 5ada2fd..e8e143c 100644 --- a/src/Impute.jl +++ b/src/Impute.jl @@ -25,6 +25,13 @@ function __init__() If you depend on a specific threshold please pass in an appropriate `AbstractContext`. """ ) + + @warn( + """ + All matrix imputation methods will be switching to the JuliaStats column-major convention + (e.g., each column corresponds to an observation, and each row corresponds to a variable). + """ + ) end """