Skip to content

Commit 227bfb7

Browse files
committed
Compat annotation for #29827 (diff for arrays with dimension > 2).
1 parent e6a7c95 commit 227bfb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/multidimensional.jl

+3
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,9 @@ Finite difference operator on a vector or a multidimensional array `A`. In the
693693
latter case the dimension to operate on needs to be specified with the `dims`
694694
keyword argument.
695695
696+
!!! compat "Julia 1.1"
697+
`diff` for arrays with dimension higher than 2 requires at least Julia 1.1.
698+
696699
# Examples
697700
```jldoctest
698701
julia> a = [2 4; 6 16]

0 commit comments

Comments
 (0)