File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1212from .statistical_functions import *
1313from .utility_functions import *
1414from . 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
2424 statistical_functions
2525 type_promotion
2626 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