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.
array_api
signatures
2021.12
1 parent 799aa07 commit 513f33eCopy full SHA for 513f33e
spec/2021.12/conf.py
@@ -4,4 +4,4 @@
4
from _array_api_conf import *
5
6
release = "2021.12"
7
-sys.modules["signatures"] = stubs_mod
+sys.modules["array_api"] = stubs_mod
src/array_api_stubs/_2021_12/__init__.py
@@ -0,0 +1,14 @@
1
+from .array_object import *
2
+from .constants import *
3
+from .creation_functions import *
+from .data_type_functions import *
+from . import data_types as dtype
+from .elementwise_functions import *
+from .linear_algebra_functions import *
8
+from .manipulation_functions import *
9
+from .searching_functions import *
10
+from .set_functions import *
11
+from .sorting_functions import *
12
+from .statistical_functions import *
13
+from .utility_functions import *
14
+from . import linalg
0 commit comments