Skip to content

Commit

Permalink
Added a deprecation for switching to the column-major convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
rofinn committed Jul 5, 2019
1 parent a0ab2ea commit 0b2bbe7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Impute.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

"""
Expand Down

0 comments on commit 0b2bbe7

Please sign in to comment.