Skip to content

Commit 5555d41

Browse files
authored
Revise guidance to require a minimum upper bound for supported ranks
PR-URL: #702 Reviewed-by: Ralf Gommers <[email protected]> Reviewed-by: Leo Fang <[email protected]>
1 parent 200d016 commit 5555d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/draft/API_specification/array_object.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Array object
77

88
A conforming implementation of the array API standard must provide and support an array object having the following attributes and methods.
99

10-
Furthermore, a conforming implementation of the array API standard must support array 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``.
1111

1212
.. note::
1313
Conforming implementations must support zero-dimensional arrays.

0 commit comments

Comments
 (0)