We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a6644 commit cda717eCopy full SHA for cda717e
numpy_array_api_compat/__init__.py
@@ -26,6 +26,11 @@
26
np._set_promotion_state('weak') (requires NumPy 1.24 or newer, see NEP 50
27
and https://github.com/numpy/numpy/issues/22341)
28
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
34
"""
35
36
from numpy import *
0 commit comments