Skip to content

Commit

Permalink
Compat annotation for #29827 (diff for arrays with dimension > 2).
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Dec 4, 2018
1 parent 1ab8f1f commit a8743c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/multidimensional.jl
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,9 @@ Finite difference operator on a vector or a multidimensional array `A`. In the
latter case the dimension to operate on needs to be specified with the `dims`
keyword argument.
!!! compat "Julia 1.1"
`diff` for arrays with dimension higher than 2 requires at least Julia 1.1.
# Examples
```jldoctest
julia> a = [2 4; 6 16]
Expand Down

0 comments on commit a8743c3

Please sign in to comment.