Skip to content

Commit a83b15c

Browse files
committed
Fixes to the README
1 parent 82365eb commit a83b15c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This is a small wrapper around NumPy and CuPy that is compatible with the
55
47](https://numpy.org/neps/nep-0047-array-api-standard.html).
66

77
Unlike `numpy.array_api`, this is not a strict minimal implementation of the
8-
Array API, but rather just an extension of the main NumPy namespace with
9-
changes needed to be compliant with the Array API.
8+
Array API, but rather just an extension of the main NumPy and CuPy namespaces
9+
with changes needed to be compliant with the Array API.
1010

11-
Library authors using the Array API may wish to test against numpy.array_api
11+
Library authors using the Array API may wish to test against `numpy.array_api`
1212
to ensure they are not using functionality outside of the standard, but prefer
13-
this implementation for the default when working with NumPy arrays.
13+
this implementation for the default when working with NumPy or CuPy arrays.
1414

1515
See https://numpy.org/doc/stable/reference/array_api.html for a full list of
1616
changes. In particular, unlike `numpy.array_api`, this package does not use a

0 commit comments

Comments
 (0)