2 files changed
+59
-1
lines changed- spec/2021.12/extensions/linear_algebra_functions.rst+2-2
- spec/2022.12/extensions/linear_algebra_functions.rst+2-2
- spec/2023.12/API_specification/inspection.rst-2
- spec/2023.12/extensions/linear_algebra_functions.rst+2-2
- spec/draft/API_specification/elementwise_functions.rst-1
- spec/draft/API_specification/indexing_functions.rst-1
- spec/draft/API_specification/inspection.rst-2
- spec/draft/API_specification/utility_functions.rst-1
- spec/draft/design_topics/accuracy.rst+1-1
- spec/draft/extensions/linear_algebra_functions.rst+2-2
- src/array_api_stubs/_2021_12/array_object.py-4
- src/array_api_stubs/_2022_12/array_object.py-4
- src/array_api_stubs/_2022_12/elementwise_functions.py+1-1
- src/array_api_stubs/_2022_12/linalg.py+2-2
- src/array_api_stubs/_2023_12/array_object.py-4
- src/array_api_stubs/_2023_12/elementwise_functions.py+1-7
- src/array_api_stubs/_2023_12/info.py-2
- src/array_api_stubs/_2023_12/linalg.py+2-2
- src/array_api_stubs/_2023_12/manipulation_functions.py+1-1
- src/array_api_stubs/_draft/array_object.py-26
- src/array_api_stubs/_draft/elementwise_functions.py+1-50
- src/array_api_stubs/_draft/indexing_functions.py+1-25
- src/array_api_stubs/_draft/info.py+1-3
- src/array_api_stubs/_draft/linalg.py+2-2
- src/array_api_stubs/_draft/manipulation_functions.py+1-1
- src/array_api_stubs/_draft/utility_functions.py+1-43
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
94 | 152 |
| |
95 | 153 |
| |
96 | 154 |
| |
|
0 commit comments