File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ This is a small wrapper around NumPy and CuPy that is compatible with the
5
5
47] ( https://numpy.org/neps/nep-0047-array-api-standard.html ) .
6
6
7
7
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.
10
10
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 `
12
12
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.
14
14
15
15
See https://numpy.org/doc/stable/reference/array_api.html for a full list of
16
16
changes. In particular, unlike ` numpy.array_api ` , this package does not use a
You can’t perform that action at this time.
0 commit comments