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
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, the element order **may** vary between implementations.
34
+
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, element order **may** vary between implementations.
35
35
36
36
- Uniqueness **should** be determined based on value equality (see :func:`~array_api.equal`). For input arrays having floating-point data types, value-based equality implies the following behavior.
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, the element order **may** vary between implementations.
79
+
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, element order **may** vary between implementations.
80
80
81
81
- Uniqueness **should** be determined based on value equality (see :func:`~array_api.equal`). For input arrays having floating-point data types, value-based equality implies the following behavior.
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, the element order **may** vary between implementations.
122
+
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, element order **may** vary between implementations.
123
123
124
124
- Uniqueness **should** be determined based on value equality (see :func:`~array_api.equal`). For input arrays having floating-point data types, value-based equality implies the following behavior.
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, the element order **may** vary between implementations.
162
+
- The order of unique elements returned by this function is left unspecified and thus implementation-dependent. As a consequence, element order **may** vary between implementations.
163
163
164
164
- Uniqueness **should** be determined based on value equality (see :func:`~array_api.equal`). For input arrays having floating-point data types, value-based equality implies the following behavior.
0 commit comments