Skip to content

Commit cda717e

Browse files
committed
Add more known incompatibilities
1 parent 38a6644 commit cda717e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

numpy_array_api_compat/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
np._set_promotion_state('weak') (requires NumPy 1.24 or newer, see NEP 50
2727
and https://github.com/numpy/numpy/issues/22341)
2828
29+
- NumPy functions which are not wrapped may not have the same type aliases as
30+
the spec.
31+
32+
- NumPy functions which are not wrapped may not use positional-only arguments.
33+
2934
"""
3035

3136
from numpy import *

0 commit comments

Comments
 (0)