You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/draft/API_specification/array_object.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Array object
7
7
8
8
A conforming implementation of the array API standard must provide and support an array object having the following attributes and methods.
9
9
10
-
Furthermore, a conforming implementation of the array API standard must supportarray objects of arbitrary rank ``N`` (i.e., number of dimensions), where ``N`` is greater than or equal to zero.
10
+
Furthermore, a conforming implementation of the array API standard must support, at minimum, array objects of rank (i.e., number of dimensions) ``0``, ``1``, ``2``, ``3``, and ``4`` and must explicitly document their maximum supported rank ``N``.
11
11
12
12
.. note::
13
13
Conforming implementations must support zero-dimensional arrays.
0 commit comments