File tree
3 files changed
+10
-4
lines changed- array_api_tests
3 files changed
+10
-4
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+7-1
- 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+50-1
- src/array_api_stubs/_draft/indexing_functions.py+25-1
- src/array_api_stubs/_draft/info.py+3-1
- 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+43-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
373 | 376 | | |
374 | 377 | | |
375 | 378 | | |
376 | 379 | | |
377 | | - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
378 | 385 | | |
379 | 386 | | |
380 | 387 | | |
381 | 388 | | |
382 | 389 | | |
383 | | - | |
384 | 390 | | |
385 | 391 | | |
386 | 392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
0 commit comments