Skip to content

Commit 6d85682

Browse files
committed
Compat annotation for #29827 (diff for arrays with dimension > 2).
1 parent fe055a1 commit 6d85682

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
@@ -694,6 +694,9 @@ Finite difference operator on a vector or a multidimensional array `A`. In the
694694
latter case the dimension to operate on needs to be specified with the `dims`
695695
keyword argument.
696696
697+
!!! compat "Julia 1.1"
698+
`diff` for arrays with dimension higher than 2 requires at least Julia 1.1.
699+
697700
# Examples
698701
```jldoctest
699702
julia> a = [2 4; 6 16]

0 commit comments

Comments
 (0)