File tree
5 files changed
+32
-5
lines changed- .github/workflows
- scipy/_lib
- tests
5 files changed
+32
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + |
Submodule array_api_extra updated 30 files
- .all-contributorsrc+33-2
- .github/workflows/cd.yml+1-1
- .github/workflows/ci.yml+6-4
- .github/workflows/docs-build.yml+2-1
- .github/workflows/docs-deploy.yml+1-1
- .gitignore+7-1
- .pre-commit-config.yaml+5-5
- CONTRIBUTORS.md+14-2
- README.md+21-1
- codecov.yml+4
- docs/api-reference.md+1
- docs/conf.py+1-3
- docs/contributing.md+19-2
- docs/index.md+70-18
- pixi.lock+1.9k-3.2k
- pyproject.toml+55-20
- src/array_api_extra/__init__.py+4-4
- src/array_api_extra/_funcs.py+112-51
- src/array_api_extra/_lib/__init__.py
- src/array_api_extra/_lib/_compat.py+18
- src/array_api_extra/_lib/_compat.pyi+15
- src/array_api_extra/_lib/_typing.py+8
- src/array_api_extra/_lib/_utils.py+84
- src/array_api_extra/_typing.py-8
- tests/test_funcs.py+203-98
- tests/test_utils.py+31
- tests/test_version.py-2
- vendor_tests/__init__.py+1
- vendor_tests/_array_api_compat_vendor.py+9
- vendor_tests/test_vendor.py+24
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| 116 | + | |
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
| |||
216 | 217 |
| |
217 | 218 |
| |
218 | 219 |
| |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
219 | 231 |
| |
220 | 232 |
| |
221 | 233 |
| |
222 | 234 |
| |
223 |
| - | |
224 | 235 |
| |
225 | 236 |
| |
226 | 237 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
57 | 66 |
| |
58 | 67 |
| |
59 | 68 |
| |
| |||
112 | 121 |
| |
113 | 122 |
| |
114 | 123 |
| |
115 |
| - | |
116 | 124 |
| |
117 | 125 |
| |
118 | 126 |
| |
| |||
147 | 155 |
| |
148 | 156 |
| |
149 | 157 |
| |
150 |
| - | |
151 | 158 |
| |
152 | 159 |
| |
153 | 160 |
| |
|
0 commit comments