File tree 3 files changed +29
-0
lines changed
3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 12
12
from .statistical_functions import *
13
13
from .utility_functions import *
14
14
from . import linalg
15
+
16
+
17
+ __array_api_version__ : str = "YYYY.MM"
18
+ """
19
+ String representing the version of the array API specification which the conforming implementation adheres to.
20
+ """
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ API specification
24
24
statistical_functions
25
25
type_promotion
26
26
utility_functions
27
+ version
Original file line number Diff line number Diff line change
1
+ Version
2
+ =======
3
+
4
+ Array API specification for versioning.
5
+
6
+ A conforming implementation of the array API standard must provide a `__array_api_version__ ` attribute - see :ref: `api-versioning ` for details.
7
+
8
+
9
+ Objects in API
10
+ --------------
11
+
12
+ .. currentmodule :: array_api
13
+
14
+ ..
15
+ NOTE: please keep the functions in alphabetical order
16
+
17
+ .. autosummary ::
18
+ :toctree: generated
19
+ :template: attribute.rst
20
+ :nosignatures:
21
+
22
+ __array_api_version__
You can’t perform that action at this time.
0 commit comments