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.
2022.12
1 parent ada9102 commit 85df0eaCopy full SHA for 85df0ea
spec/2022.12/conf.py
@@ -0,0 +1,7 @@
1
+import sys
2
+
3
+from array_api_stubs import _2022_12 as stubs_mod
4
+from _array_api_conf import *
5
6
+release = "2022.12"
7
+sys.modules["array_api"] = stubs_mod
src/array_api_stubs/__init__.py
@@ -1,2 +1,2 @@
-from . import _2021_12, _draft
+from . import _2021_12, _2022_12, _draft
0 commit comments