array-api-extra 0.1.1__tar.gz → 0.2.1.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. array_api_extra-0.2.1.dev0/.all-contributorsrc +168 -0
  2. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/.github/workflows/cd.yml +1 -1
  3. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/.github/workflows/ci.yml +10 -9
  4. array_api_extra-0.2.1.dev0/.github/workflows/dependabot-auto-merge.yml +23 -0
  5. array_api_extra-0.2.1.dev0/.github/workflows/docs-build.yml +20 -0
  6. array_api_extra-0.2.1.dev0/.github/workflows/docs-deploy.yml +32 -0
  7. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/.pre-commit-config.yaml +0 -1
  8. array_api_extra-0.2.1.dev0/CONTRIBUTORS.md +42 -0
  9. array_api_extra-0.2.1.dev0/PKG-INFO +137 -0
  10. array_api_extra-0.2.1.dev0/README.md +80 -0
  11. array_api_extra-0.2.1.dev0/codecov.yml +4 -0
  12. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/docs/api-reference.md +6 -0
  13. array_api_extra-0.2.1.dev0/docs/contributing.md +92 -0
  14. array_api_extra-0.2.1.dev0/docs/contributors.md +3 -0
  15. array_api_extra-0.2.1.dev0/docs/index.md +136 -0
  16. array_api_extra-0.2.1.dev0/pixi.lock +5623 -0
  17. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/pyproject.toml +48 -22
  18. array_api_extra-0.2.1.dev0/src/array_api_extra/__init__.py +17 -0
  19. array_api_extra-0.2.1.dev0/src/array_api_extra/_funcs.py +541 -0
  20. array_api_extra-0.2.1.dev0/src/array_api_extra/_lib/_compat.py +168 -0
  21. array_api_extra-0.2.1.dev0/src/array_api_extra/_lib/_typing.py +10 -0
  22. array_api_extra-0.2.1.dev0/src/array_api_extra/_lib/_utils.py +65 -0
  23. array_api_extra-0.2.1.dev0/tests/test_funcs.py +318 -0
  24. array_api_extra-0.2.1.dev0/tests/test_utils.py +24 -0
  25. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/tests/test_version.py +1 -1
  26. array_api_extra-0.1.1/.readthedocs.yaml +0 -24
  27. array_api_extra-0.1.1/PKG-INFO +0 -85
  28. array_api_extra-0.1.1/README.md +0 -28
  29. array_api_extra-0.1.1/docs/index.md +0 -11
  30. array_api_extra-0.1.1/pixi.lock +0 -5519
  31. array_api_extra-0.1.1/src/array_api_extra/__init__.py +0 -7
  32. array_api_extra-0.1.1/src/array_api_extra/_funcs.py +0 -48
  33. array_api_extra-0.1.1/src/array_api_extra/_typing.py +0 -9
  34. array_api_extra-0.1.1/tests/test_funcs.py +0 -69
  35. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/.gitattributes +0 -0
  36. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/.github/dependabot.yml +0 -0
  37. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/.gitignore +0 -0
  38. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/LICENSE +0 -0
  39. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/docs/conf.py +0 -0
  40. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/docs/requirements.txt +0 -0
  41. {array_api_extra-0.1.1 → array_api_extra-0.2.1.dev0}/src/array_api_extra/py.typed +0 -0
@@ -0,0 +1,168 @@
1
+ {
2
+ "projectName": "array-api-extra",
3
+ "projectOwner": "data-apis",
4
+ "repoType": "github",
5
+ "repoHost": "https://github.com",
6
+ "files": [
7
+ "README.md",
8
+ "CONTRIBUTORS.md"
9
+ ],
10
+ "imageSize": 100,
11
+ "commitType": "docs",
12
+ "commitConvention": "angular",
13
+ "contributorsPerLine": 7,
14
+ "contributors": [
15
+ {
16
+ "login": "lucascolley",
17
+ "name": "Lucas Colley",
18
+ "avatar_url": "https://avatars.githubusercontent.com/u/51488791?v=4",
19
+ "profile": "https://lucascolley.github.io/",
20
+ "contributions": [
21
+ "code",
22
+ "doc",
23
+ "example",
24
+ "ideas",
25
+ "infra",
26
+ "maintenance",
27
+ "tool",
28
+ "test",
29
+ "bug",
30
+ "platform"
31
+ ]
32
+ },
33
+ {
34
+ "login": "mdhaber",
35
+ "name": "Matt Haberland",
36
+ "avatar_url": "https://avatars.githubusercontent.com/u/6570539?v=4",
37
+ "profile": "https://github.com/mdhaber",
38
+ "contributions": [
39
+ "code",
40
+ "ideas"
41
+ ]
42
+ },
43
+ {
44
+ "login": "j-bowhay",
45
+ "name": "Jake Bowhay",
46
+ "avatar_url": "https://avatars.githubusercontent.com/u/60778417?v=4",
47
+ "profile": "https://github.com/j-bowhay",
48
+ "contributions": [
49
+ "code",
50
+ "review"
51
+ ]
52
+ },
53
+ {
54
+ "login": "asmeurer",
55
+ "name": "Aaron Meurer",
56
+ "avatar_url": "https://avatars.githubusercontent.com/u/71486?v=4",
57
+ "profile": "https://github.com/asmeurer",
58
+ "contributions": [
59
+ "review",
60
+ "ideas",
61
+ "infra"
62
+ ]
63
+ },
64
+ {
65
+ "login": "betatim",
66
+ "name": "Tim Head",
67
+ "avatar_url": "https://avatars.githubusercontent.com/u/1448859?v=4",
68
+ "profile": "https://github.com/betatim",
69
+ "contributions": [
70
+ "ideas"
71
+ ]
72
+ },
73
+ {
74
+ "login": "kgryte",
75
+ "name": "Athan",
76
+ "avatar_url": "https://avatars.githubusercontent.com/u/2643044?v=4",
77
+ "profile": "https://github.com/stdlib-js/stdlib",
78
+ "contributions": [
79
+ "review",
80
+ "ideas"
81
+ ]
82
+ },
83
+ {
84
+ "login": "vnmabus",
85
+ "name": "Carlos Ramos Carreño",
86
+ "avatar_url": "https://avatars.githubusercontent.com/u/2364173?v=4",
87
+ "profile": "https://github.com/vnmabus",
88
+ "contributions": [
89
+ "ideas"
90
+ ]
91
+ },
92
+ {
93
+ "login": "rgommers",
94
+ "name": "Ralf Gommers",
95
+ "avatar_url": "https://avatars.githubusercontent.com/u/98330?v=4",
96
+ "profile": "https://github.com/rgommers/",
97
+ "contributions": [
98
+ "ideas",
99
+ "infra",
100
+ "review"
101
+ ]
102
+ },
103
+ {
104
+ "login": "jorenham",
105
+ "name": "Joren Hammudoglu",
106
+ "avatar_url": "https://avatars.githubusercontent.com/u/6208662?v=4",
107
+ "profile": "https://github.com/jorenham",
108
+ "contributions": [
109
+ "review"
110
+ ]
111
+ },
112
+ {
113
+ "login": "thomasjpfan",
114
+ "name": "Thomas J. Fan",
115
+ "avatar_url": "https://avatars.githubusercontent.com/u/5402633?v=4",
116
+ "profile": "https://www.thomasjpfan.com/",
117
+ "contributions": [
118
+ "ideas"
119
+ ]
120
+ },
121
+ {
122
+ "login": "izaid",
123
+ "name": "Irwin Zaid",
124
+ "avatar_url": "https://avatars.githubusercontent.com/u/482179?v=4",
125
+ "profile": "https://github.com/izaid",
126
+ "contributions": [
127
+ "ideas"
128
+ ]
129
+ },
130
+ {
131
+ "login": "jakirkham",
132
+ "name": "jakirkham",
133
+ "avatar_url": "https://avatars.githubusercontent.com/u/3019665?v=4",
134
+ "profile": "https://github.com/jakirkham",
135
+ "contributions": [
136
+ "code",
137
+ "review"
138
+ ]
139
+ },
140
+ {
141
+ "login": "tupui",
142
+ "name": "Pamphile Roy",
143
+ "avatar_url": "https://avatars.githubusercontent.com/u/23188539?v=4",
144
+ "profile": "https://github.com/tupui",
145
+ "contributions": [
146
+ "code"
147
+ ]
148
+ },
149
+ {
150
+ "login": "OmarManzoor",
151
+ "name": "Omar Salman",
152
+ "avatar_url": "https://avatars.githubusercontent.com/u/17495884?v=4",
153
+ "profile": "https://github.com/OmarManzoor",
154
+ "contributions": [
155
+ "code"
156
+ ]
157
+ },
158
+ {
159
+ "login": "ogrisel",
160
+ "name": "Olivier Grisel",
161
+ "avatar_url": "https://avatars.githubusercontent.com/u/89061?v=4",
162
+ "profile": "https://ogrisel.com",
163
+ "contributions": [
164
+ "code"
165
+ ]
166
+ }
167
+ ]
168
+ }
@@ -37,7 +37,7 @@ jobs:
37
37
  path: dist
38
38
 
39
39
  - name: Generate artifact attestation for sdist and wheel
40
- uses: actions/attest-build-provenance@v1.4.3
40
+ uses: actions/attest-build-provenance@v1.4.4
41
41
  with:
42
42
  subject-path: "dist/*"
43
43
 
@@ -32,12 +32,13 @@ jobs:
32
32
  extra_args: --hook-stage manual --all-files
33
33
  - uses: prefix-dev/setup-pixi@v0.8.1
34
34
  with:
35
- pixi-version: v0.30.0
35
+ pixi-version: v0.37.0
36
36
  cache: true
37
- - name: Run Pylint & Mypy
37
+ - name: Run Pylint, Mypy & Pyright
38
38
  run: |
39
39
  pixi run -e lint pylint
40
40
  pixi run -e lint mypy
41
+ pixi run -e lint pyright
41
42
 
42
43
  checks:
43
44
  name: Check ${{ matrix.environment }}
@@ -46,7 +47,7 @@ jobs:
46
47
  strategy:
47
48
  fail-fast: false
48
49
  matrix:
49
- environment: [ci-py309, ci-py312]
50
+ environment: [ci-py310, ci-py313]
50
51
  runs-on: [ubuntu-latest]
51
52
 
52
53
  steps:
@@ -56,14 +57,14 @@ jobs:
56
57
 
57
58
  - uses: prefix-dev/setup-pixi@v0.8.1
58
59
  with:
59
- pixi-version: v0.30.0
60
+ pixi-version: v0.37.0
60
61
  cache: true
61
62
  environments: ${{ matrix.environment }}
62
63
 
63
64
  - name: Test package
64
- run: pixi run -e ${{ matrix.environment }} test-ci
65
+ run: pixi run -e ${{ matrix.environment }} tests-ci
65
66
 
66
- # - name: Upload coverage report
67
- # uses: codecov/codecov-action@v4.5.0
68
- # with:
69
- # token: ${{ secrets.CODECOV_TOKEN }}
67
+ - name: Upload coverage report
68
+ uses: codecov/codecov-action@v5.0.7
69
+ with:
70
+ token: ${{ secrets.CODECOV_TOKEN }}
@@ -0,0 +1,23 @@
1
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#approve-a-pull-request
2
+ name: Dependabot auto-merge
3
+ on: pull_request
4
+
5
+ permissions:
6
+ contents: write
7
+ pull-requests: write
8
+
9
+ jobs:
10
+ dependabot:
11
+ runs-on: ubuntu-latest
12
+ if: github.actor == 'dependabot[bot]'
13
+ steps:
14
+ - name: Dependabot metadata
15
+ id: metadata
16
+ uses: dependabot/fetch-metadata@v2
17
+ with:
18
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
19
+ - name: Enable auto-merge for Dependabot PRs
20
+ run: gh pr merge --auto --merge "$PR_URL"
21
+ env:
22
+ PR_URL: ${{github.event.pull_request.html_url}}
23
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
@@ -0,0 +1,20 @@
1
+ name: Docs Build
2
+
3
+ on: [push, pull_request]
4
+
5
+ jobs:
6
+ docs-build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: prefix-dev/setup-pixi@v0.8.1
11
+ with:
12
+ pixi-version: v0.37.0
13
+ cache: true
14
+ - name: Build Docs
15
+ run: pixi run -e docs docs
16
+ - name: Upload Artifact
17
+ uses: actions/upload-artifact@v4
18
+ with:
19
+ name: docs-build
20
+ path: docs/build/
@@ -0,0 +1,32 @@
1
+ name: Docs Deploy
2
+
3
+ on:
4
+ workflow_run:
5
+ workflows: ["Docs Build"]
6
+ types: [completed]
7
+ branches:
8
+ - "main"
9
+
10
+ jobs:
11
+ docs-deploy:
12
+ runs-on: ubuntu-latest
13
+ if: ${{ github.event.workflow_run.event == 'push' }}
14
+ environment:
15
+ name: docs-deploy
16
+ steps:
17
+ - uses: actions/checkout@v4
18
+ - name: Download Artifact
19
+ uses: dawidd6/action-download-artifact@v6
20
+ with:
21
+ workflow: docs-build.yml
22
+ name: docs-build
23
+ path: docs/build/
24
+
25
+ # Note, the gh-pages deployment requires setting up a SSH deploy key.
26
+ # See
27
+ # https://github.com/JamesIves/github-pages-deploy-action/tree/dev#using-an-ssh-deploy-key-
28
+ - name: Deploy
29
+ uses: JamesIves/github-pages-deploy-action@v4
30
+ with:
31
+ folder: docs/build/
32
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
@@ -78,4 +78,3 @@ repos:
78
78
  hooks:
79
79
  - id: check-dependabot
80
80
  - id: check-github-workflows
81
- - id: check-readthedocs
@@ -0,0 +1,42 @@
1
+ # Contributors
2
+
3
+ This project exists thanks to the following contributors
4
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
5
+
6
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
7
+ <!-- prettier-ignore-start -->
8
+ <!-- markdownlint-disable -->
9
+ <table>
10
+ <tbody>
11
+ <tr>
12
+ <td align="center" valign="top" width="14.28%"><a href="https://lucascolley.github.io/"><img src="https://avatars.githubusercontent.com/u/51488791?v=4?s=100" width="100px;" alt="Lucas Colley"/><br /><sub><b>Lucas Colley</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Documentation">📖</a> <a href="#example-lucascolley" title="Examples">💡</a> <a href="#ideas-lucascolley" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-lucascolley" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-lucascolley" title="Maintenance">🚧</a> <a href="#tool-lucascolley" title="Tools">🔧</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Tests">⚠️</a> <a href="https://github.com/data-apis/array-api-extra/issues?q=author%3Alucascolley" title="Bug reports">🐛</a> <a href="#platform-lucascolley" title="Packaging/porting to new platform">📦</a></td>
13
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/mdhaber"><img src="https://avatars.githubusercontent.com/u/6570539?v=4?s=100" width="100px;" alt="Matt Haberland"/><br /><sub><b>Matt Haberland</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=mdhaber" title="Code">💻</a> <a href="#ideas-mdhaber" title="Ideas, Planning, & Feedback">🤔</a></td>
14
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/j-bowhay"><img src="https://avatars.githubusercontent.com/u/60778417?v=4?s=100" width="100px;" alt="Jake Bowhay"/><br /><sub><b>Jake Bowhay</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=j-bowhay" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Aj-bowhay" title="Reviewed Pull Requests">👀</a></td>
15
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/asmeurer"><img src="https://avatars.githubusercontent.com/u/71486?v=4?s=100" width="100px;" alt="Aaron Meurer"/><br /><sub><b>Aaron Meurer</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Aasmeurer" title="Reviewed Pull Requests">👀</a> <a href="#ideas-asmeurer" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-asmeurer" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
16
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/betatim"><img src="https://avatars.githubusercontent.com/u/1448859?v=4?s=100" width="100px;" alt="Tim Head"/><br /><sub><b>Tim Head</b></sub></a><br /><a href="#ideas-betatim" title="Ideas, Planning, & Feedback">🤔</a></td>
17
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/stdlib-js/stdlib"><img src="https://avatars.githubusercontent.com/u/2643044?v=4?s=100" width="100px;" alt="Athan"/><br /><sub><b>Athan</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Akgryte" title="Reviewed Pull Requests">👀</a> <a href="#ideas-kgryte" title="Ideas, Planning, & Feedback">🤔</a></td>
18
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/vnmabus"><img src="https://avatars.githubusercontent.com/u/2364173?v=4?s=100" width="100px;" alt="Carlos Ramos Carreño"/><br /><sub><b>Carlos Ramos Carreño</b></sub></a><br /><a href="#ideas-vnmabus" title="Ideas, Planning, & Feedback">🤔</a></td>
19
+ </tr>
20
+ <tr>
21
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/rgommers/"><img src="https://avatars.githubusercontent.com/u/98330?v=4?s=100" width="100px;" alt="Ralf Gommers"/><br /><sub><b>Ralf Gommers</b></sub></a><br /><a href="#ideas-rgommers" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-rgommers" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Argommers" title="Reviewed Pull Requests">👀</a></td>
22
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jorenham"><img src="https://avatars.githubusercontent.com/u/6208662?v=4?s=100" width="100px;" alt="Joren Hammudoglu"/><br /><sub><b>Joren Hammudoglu</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Ajorenham" title="Reviewed Pull Requests">👀</a></td>
23
+ <td align="center" valign="top" width="14.28%"><a href="https://www.thomasjpfan.com/"><img src="https://avatars.githubusercontent.com/u/5402633?v=4?s=100" width="100px;" alt="Thomas J. Fan"/><br /><sub><b>Thomas J. Fan</b></sub></a><br /><a href="#ideas-thomasjpfan" title="Ideas, Planning, & Feedback">🤔</a></td>
24
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/izaid"><img src="https://avatars.githubusercontent.com/u/482179?v=4?s=100" width="100px;" alt="Irwin Zaid"/><br /><sub><b>Irwin Zaid</b></sub></a><br /><a href="#ideas-izaid" title="Ideas, Planning, & Feedback">🤔</a></td>
25
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jakirkham"><img src="https://avatars.githubusercontent.com/u/3019665?v=4?s=100" width="100px;" alt="jakirkham"/><br /><sub><b>jakirkham</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=jakirkham" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Ajakirkham" title="Reviewed Pull Requests">👀</a></td>
26
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/tupui"><img src="https://avatars.githubusercontent.com/u/23188539?v=4?s=100" width="100px;" alt="Pamphile Roy"/><br /><sub><b>Pamphile Roy</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=tupui" title="Code">💻</a></td>
27
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/OmarManzoor"><img src="https://avatars.githubusercontent.com/u/17495884?v=4?s=100" width="100px;" alt="Omar Salman"/><br /><sub><b>Omar Salman</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=OmarManzoor" title="Code">💻</a></td>
28
+ </tr>
29
+ <tr>
30
+ <td align="center" valign="top" width="14.28%"><a href="https://ogrisel.com"><img src="https://avatars.githubusercontent.com/u/89061?v=4?s=100" width="100px;" alt="Olivier Grisel"/><br /><sub><b>Olivier Grisel</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=ogrisel" title="Code">💻</a></td>
31
+ </tr>
32
+ </tbody>
33
+ </table>
34
+
35
+ <!-- markdownlint-restore -->
36
+ <!-- prettier-ignore-end -->
37
+
38
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
39
+
40
+ We follow the
41
+ [all-contributors](https://github.com/all-contributors/all-contributors)
42
+ specification. Contributions of any kind welcome!
@@ -0,0 +1,137 @@
1
+ Metadata-Version: 2.3
2
+ Name: array-api-extra
3
+ Version: 0.2.1.dev0
4
+ Summary: Extra array functions built on top of the array API standard.
5
+ Project-URL: Homepage, https://github.com/data-apis/array-api-extra
6
+ Project-URL: Bug Tracker, https://github.com/data-apis/array-api-extra/issues
7
+ Project-URL: Discussions, https://github.com/data-apis/array-api-extra/discussions
8
+ Project-URL: Changelog, https://github.com/data-apis/array-api-extra/releases
9
+ Author: Open Source Contributors
10
+ Author-email: Lucas Colley <lucas.colley8@gmail.com>
11
+ License: MIT License
12
+
13
+ Copyright (c) 2024 Consortium for Python Data API Standards
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16
+ of this software and associated documentation files (the "Software"), to deal
17
+ in the Software without restriction, including without limitation the rights
18
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ copies of the Software, and to permit persons to whom the Software is
20
+ furnished to do so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in all
23
+ copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
+ SOFTWARE.
32
+ Classifier: Intended Audience :: Developers
33
+ Classifier: License :: OSI Approved :: MIT License
34
+ Classifier: Operating System :: OS Independent
35
+ Classifier: Programming Language :: Python
36
+ Classifier: Programming Language :: Python :: 3
37
+ Classifier: Programming Language :: Python :: 3 :: Only
38
+ Classifier: Programming Language :: Python :: 3.10
39
+ Classifier: Programming Language :: Python :: 3.11
40
+ Classifier: Programming Language :: Python :: 3.12
41
+ Classifier: Programming Language :: Python :: 3.13
42
+ Classifier: Typing :: Typed
43
+ Requires-Python: >=3.10
44
+ Requires-Dist: typing-extensions
45
+ Provides-Extra: docs
46
+ Requires-Dist: furo>=2023.08.17; extra == 'docs'
47
+ Requires-Dist: myst-parser>=0.13; extra == 'docs'
48
+ Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
49
+ Requires-Dist: sphinx-copybutton; extra == 'docs'
50
+ Requires-Dist: sphinx>=7.0; extra == 'docs'
51
+ Provides-Extra: tests
52
+ Requires-Dist: array-api-strict; extra == 'tests'
53
+ Requires-Dist: numpy; extra == 'tests'
54
+ Requires-Dist: pytest-cov>=3; extra == 'tests'
55
+ Requires-Dist: pytest>=6; extra == 'tests'
56
+ Description-Content-Type: text/markdown
57
+
58
+ # array-api-extra
59
+
60
+ [![Actions Status][actions-badge]][actions-link]
61
+ [![docs - here!][docs-badge]][docs-link]
62
+ [![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
63
+ [![All Contributors](https://img.shields.io/github/all-contributors/data-apis/array-api-extra?color=ee8449&style=flat-square)](#contributors)
64
+ [![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/)
65
+ [![codecov](https://codecov.io/github/data-apis/array-api-extra/graph/badge.svg)](https://codecov.io/github/data-apis/array-api-extra)
66
+
67
+ [![PyPI version][pypi-version]][pypi-link]
68
+ [![Conda-Forge][conda-badge]][conda-link]
69
+ [![PyPI platforms][pypi-platforms]][pypi-link]
70
+
71
+ <!-- SPHINX-START -->
72
+
73
+ <!-- prettier-ignore-start -->
74
+ [actions-badge]: https://github.com/data-apis/array-api-extra/workflows/CI/badge.svg
75
+ [actions-link]: https://github.com/data-apis/array-api-extra/actions
76
+ [conda-badge]: https://img.shields.io/conda/vn/conda-forge/array-api-extra
77
+ [conda-link]: https://github.com/conda-forge/array-api-extra-feedstock
78
+ [github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
79
+ [github-discussions-link]: https://github.com/data-apis/array-api-extra/discussions
80
+ [pypi-link]: https://pypi.org/project/array-api-extra/
81
+ [pypi-platforms]: https://img.shields.io/pypi/pyversions/array-api-extra
82
+ [pypi-version]: https://img.shields.io/pypi/v/array-api-extra
83
+ [docs-badge]: https://img.shields.io/badge/docs-here!-2ea44f
84
+ [docs-link]: https://data-apis.org/array-api-extra/index.html
85
+
86
+ <!-- prettier-ignore-end -->
87
+
88
+ Extra array functions built on top of the array API standard.
89
+
90
+ Used by:
91
+
92
+ - [SciPy](https://github.com/scipy/scipy) - Fundamental algorithms for
93
+ scientific computing.
94
+ - ...
95
+
96
+ ## Contributors
97
+
98
+ This project exists thanks to the following contributors
99
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
100
+
101
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
102
+ <!-- prettier-ignore-start -->
103
+ <!-- markdownlint-disable -->
104
+ <table>
105
+ <tbody>
106
+ <tr>
107
+ <td align="center" valign="top" width="14.28%"><a href="https://lucascolley.github.io/"><img src="https://avatars.githubusercontent.com/u/51488791?v=4?s=100" width="100px;" alt="Lucas Colley"/><br /><sub><b>Lucas Colley</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Documentation">📖</a> <a href="#example-lucascolley" title="Examples">💡</a> <a href="#ideas-lucascolley" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-lucascolley" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-lucascolley" title="Maintenance">🚧</a> <a href="#tool-lucascolley" title="Tools">🔧</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Tests">⚠️</a> <a href="https://github.com/data-apis/array-api-extra/issues?q=author%3Alucascolley" title="Bug reports">🐛</a> <a href="#platform-lucascolley" title="Packaging/porting to new platform">📦</a></td>
108
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/mdhaber"><img src="https://avatars.githubusercontent.com/u/6570539?v=4?s=100" width="100px;" alt="Matt Haberland"/><br /><sub><b>Matt Haberland</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=mdhaber" title="Code">💻</a> <a href="#ideas-mdhaber" title="Ideas, Planning, & Feedback">🤔</a></td>
109
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/j-bowhay"><img src="https://avatars.githubusercontent.com/u/60778417?v=4?s=100" width="100px;" alt="Jake Bowhay"/><br /><sub><b>Jake Bowhay</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=j-bowhay" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Aj-bowhay" title="Reviewed Pull Requests">👀</a></td>
110
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/asmeurer"><img src="https://avatars.githubusercontent.com/u/71486?v=4?s=100" width="100px;" alt="Aaron Meurer"/><br /><sub><b>Aaron Meurer</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Aasmeurer" title="Reviewed Pull Requests">👀</a> <a href="#ideas-asmeurer" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-asmeurer" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
111
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/betatim"><img src="https://avatars.githubusercontent.com/u/1448859?v=4?s=100" width="100px;" alt="Tim Head"/><br /><sub><b>Tim Head</b></sub></a><br /><a href="#ideas-betatim" title="Ideas, Planning, & Feedback">🤔</a></td>
112
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/stdlib-js/stdlib"><img src="https://avatars.githubusercontent.com/u/2643044?v=4?s=100" width="100px;" alt="Athan"/><br /><sub><b>Athan</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Akgryte" title="Reviewed Pull Requests">👀</a> <a href="#ideas-kgryte" title="Ideas, Planning, & Feedback">🤔</a></td>
113
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/vnmabus"><img src="https://avatars.githubusercontent.com/u/2364173?v=4?s=100" width="100px;" alt="Carlos Ramos Carreño"/><br /><sub><b>Carlos Ramos Carreño</b></sub></a><br /><a href="#ideas-vnmabus" title="Ideas, Planning, & Feedback">🤔</a></td>
114
+ </tr>
115
+ <tr>
116
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/rgommers/"><img src="https://avatars.githubusercontent.com/u/98330?v=4?s=100" width="100px;" alt="Ralf Gommers"/><br /><sub><b>Ralf Gommers</b></sub></a><br /><a href="#ideas-rgommers" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-rgommers" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Argommers" title="Reviewed Pull Requests">👀</a></td>
117
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jorenham"><img src="https://avatars.githubusercontent.com/u/6208662?v=4?s=100" width="100px;" alt="Joren Hammudoglu"/><br /><sub><b>Joren Hammudoglu</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Ajorenham" title="Reviewed Pull Requests">👀</a></td>
118
+ <td align="center" valign="top" width="14.28%"><a href="https://www.thomasjpfan.com/"><img src="https://avatars.githubusercontent.com/u/5402633?v=4?s=100" width="100px;" alt="Thomas J. Fan"/><br /><sub><b>Thomas J. Fan</b></sub></a><br /><a href="#ideas-thomasjpfan" title="Ideas, Planning, & Feedback">🤔</a></td>
119
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/izaid"><img src="https://avatars.githubusercontent.com/u/482179?v=4?s=100" width="100px;" alt="Irwin Zaid"/><br /><sub><b>Irwin Zaid</b></sub></a><br /><a href="#ideas-izaid" title="Ideas, Planning, & Feedback">🤔</a></td>
120
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jakirkham"><img src="https://avatars.githubusercontent.com/u/3019665?v=4?s=100" width="100px;" alt="jakirkham"/><br /><sub><b>jakirkham</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=jakirkham" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Ajakirkham" title="Reviewed Pull Requests">👀</a></td>
121
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/tupui"><img src="https://avatars.githubusercontent.com/u/23188539?v=4?s=100" width="100px;" alt="Pamphile Roy"/><br /><sub><b>Pamphile Roy</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=tupui" title="Code">💻</a></td>
122
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/OmarManzoor"><img src="https://avatars.githubusercontent.com/u/17495884?v=4?s=100" width="100px;" alt="Omar Salman"/><br /><sub><b>Omar Salman</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=OmarManzoor" title="Code">💻</a></td>
123
+ </tr>
124
+ <tr>
125
+ <td align="center" valign="top" width="14.28%"><a href="https://ogrisel.com"><img src="https://avatars.githubusercontent.com/u/89061?v=4?s=100" width="100px;" alt="Olivier Grisel"/><br /><sub><b>Olivier Grisel</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=ogrisel" title="Code">💻</a></td>
126
+ </tr>
127
+ </tbody>
128
+ </table>
129
+
130
+ <!-- markdownlint-restore -->
131
+ <!-- prettier-ignore-end -->
132
+
133
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
134
+
135
+ We follow the
136
+ [all-contributors](https://github.com/all-contributors/all-contributors)
137
+ specification. Contributions of any kind welcome!
@@ -0,0 +1,80 @@
1
+ # array-api-extra
2
+
3
+ [![Actions Status][actions-badge]][actions-link]
4
+ [![docs - here!][docs-badge]][docs-link]
5
+ [![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
6
+ [![All Contributors](https://img.shields.io/github/all-contributors/data-apis/array-api-extra?color=ee8449&style=flat-square)](#contributors)
7
+ [![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/)
8
+ [![codecov](https://codecov.io/github/data-apis/array-api-extra/graph/badge.svg)](https://codecov.io/github/data-apis/array-api-extra)
9
+
10
+ [![PyPI version][pypi-version]][pypi-link]
11
+ [![Conda-Forge][conda-badge]][conda-link]
12
+ [![PyPI platforms][pypi-platforms]][pypi-link]
13
+
14
+ <!-- SPHINX-START -->
15
+
16
+ <!-- prettier-ignore-start -->
17
+ [actions-badge]: https://github.com/data-apis/array-api-extra/workflows/CI/badge.svg
18
+ [actions-link]: https://github.com/data-apis/array-api-extra/actions
19
+ [conda-badge]: https://img.shields.io/conda/vn/conda-forge/array-api-extra
20
+ [conda-link]: https://github.com/conda-forge/array-api-extra-feedstock
21
+ [github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
22
+ [github-discussions-link]: https://github.com/data-apis/array-api-extra/discussions
23
+ [pypi-link]: https://pypi.org/project/array-api-extra/
24
+ [pypi-platforms]: https://img.shields.io/pypi/pyversions/array-api-extra
25
+ [pypi-version]: https://img.shields.io/pypi/v/array-api-extra
26
+ [docs-badge]: https://img.shields.io/badge/docs-here!-2ea44f
27
+ [docs-link]: https://data-apis.org/array-api-extra/index.html
28
+
29
+ <!-- prettier-ignore-end -->
30
+
31
+ Extra array functions built on top of the array API standard.
32
+
33
+ Used by:
34
+
35
+ - [SciPy](https://github.com/scipy/scipy) - Fundamental algorithms for
36
+ scientific computing.
37
+ - ...
38
+
39
+ ## Contributors
40
+
41
+ This project exists thanks to the following contributors
42
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
43
+
44
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
45
+ <!-- prettier-ignore-start -->
46
+ <!-- markdownlint-disable -->
47
+ <table>
48
+ <tbody>
49
+ <tr>
50
+ <td align="center" valign="top" width="14.28%"><a href="https://lucascolley.github.io/"><img src="https://avatars.githubusercontent.com/u/51488791?v=4?s=100" width="100px;" alt="Lucas Colley"/><br /><sub><b>Lucas Colley</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Documentation">📖</a> <a href="#example-lucascolley" title="Examples">💡</a> <a href="#ideas-lucascolley" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-lucascolley" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-lucascolley" title="Maintenance">🚧</a> <a href="#tool-lucascolley" title="Tools">🔧</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=lucascolley" title="Tests">⚠️</a> <a href="https://github.com/data-apis/array-api-extra/issues?q=author%3Alucascolley" title="Bug reports">🐛</a> <a href="#platform-lucascolley" title="Packaging/porting to new platform">📦</a></td>
51
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/mdhaber"><img src="https://avatars.githubusercontent.com/u/6570539?v=4?s=100" width="100px;" alt="Matt Haberland"/><br /><sub><b>Matt Haberland</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=mdhaber" title="Code">💻</a> <a href="#ideas-mdhaber" title="Ideas, Planning, & Feedback">🤔</a></td>
52
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/j-bowhay"><img src="https://avatars.githubusercontent.com/u/60778417?v=4?s=100" width="100px;" alt="Jake Bowhay"/><br /><sub><b>Jake Bowhay</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=j-bowhay" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Aj-bowhay" title="Reviewed Pull Requests">👀</a></td>
53
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/asmeurer"><img src="https://avatars.githubusercontent.com/u/71486?v=4?s=100" width="100px;" alt="Aaron Meurer"/><br /><sub><b>Aaron Meurer</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Aasmeurer" title="Reviewed Pull Requests">👀</a> <a href="#ideas-asmeurer" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-asmeurer" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
54
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/betatim"><img src="https://avatars.githubusercontent.com/u/1448859?v=4?s=100" width="100px;" alt="Tim Head"/><br /><sub><b>Tim Head</b></sub></a><br /><a href="#ideas-betatim" title="Ideas, Planning, & Feedback">🤔</a></td>
55
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/stdlib-js/stdlib"><img src="https://avatars.githubusercontent.com/u/2643044?v=4?s=100" width="100px;" alt="Athan"/><br /><sub><b>Athan</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Akgryte" title="Reviewed Pull Requests">👀</a> <a href="#ideas-kgryte" title="Ideas, Planning, & Feedback">🤔</a></td>
56
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/vnmabus"><img src="https://avatars.githubusercontent.com/u/2364173?v=4?s=100" width="100px;" alt="Carlos Ramos Carreño"/><br /><sub><b>Carlos Ramos Carreño</b></sub></a><br /><a href="#ideas-vnmabus" title="Ideas, Planning, & Feedback">🤔</a></td>
57
+ </tr>
58
+ <tr>
59
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/rgommers/"><img src="https://avatars.githubusercontent.com/u/98330?v=4?s=100" width="100px;" alt="Ralf Gommers"/><br /><sub><b>Ralf Gommers</b></sub></a><br /><a href="#ideas-rgommers" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-rgommers" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Argommers" title="Reviewed Pull Requests">👀</a></td>
60
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jorenham"><img src="https://avatars.githubusercontent.com/u/6208662?v=4?s=100" width="100px;" alt="Joren Hammudoglu"/><br /><sub><b>Joren Hammudoglu</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Ajorenham" title="Reviewed Pull Requests">👀</a></td>
61
+ <td align="center" valign="top" width="14.28%"><a href="https://www.thomasjpfan.com/"><img src="https://avatars.githubusercontent.com/u/5402633?v=4?s=100" width="100px;" alt="Thomas J. Fan"/><br /><sub><b>Thomas J. Fan</b></sub></a><br /><a href="#ideas-thomasjpfan" title="Ideas, Planning, & Feedback">🤔</a></td>
62
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/izaid"><img src="https://avatars.githubusercontent.com/u/482179?v=4?s=100" width="100px;" alt="Irwin Zaid"/><br /><sub><b>Irwin Zaid</b></sub></a><br /><a href="#ideas-izaid" title="Ideas, Planning, & Feedback">🤔</a></td>
63
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/jakirkham"><img src="https://avatars.githubusercontent.com/u/3019665?v=4?s=100" width="100px;" alt="jakirkham"/><br /><sub><b>jakirkham</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=jakirkham" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/pulls?q=is%3Apr+reviewed-by%3Ajakirkham" title="Reviewed Pull Requests">👀</a></td>
64
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/tupui"><img src="https://avatars.githubusercontent.com/u/23188539?v=4?s=100" width="100px;" alt="Pamphile Roy"/><br /><sub><b>Pamphile Roy</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=tupui" title="Code">💻</a></td>
65
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/OmarManzoor"><img src="https://avatars.githubusercontent.com/u/17495884?v=4?s=100" width="100px;" alt="Omar Salman"/><br /><sub><b>Omar Salman</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=OmarManzoor" title="Code">💻</a></td>
66
+ </tr>
67
+ <tr>
68
+ <td align="center" valign="top" width="14.28%"><a href="https://ogrisel.com"><img src="https://avatars.githubusercontent.com/u/89061?v=4?s=100" width="100px;" alt="Olivier Grisel"/><br /><sub><b>Olivier Grisel</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=ogrisel" title="Code">💻</a></td>
69
+ </tr>
70
+ </tbody>
71
+ </table>
72
+
73
+ <!-- markdownlint-restore -->
74
+ <!-- prettier-ignore-end -->
75
+
76
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
77
+
78
+ We follow the
79
+ [all-contributors](https://github.com/all-contributors/all-contributors)
80
+ specification. Contributions of any kind welcome!
@@ -0,0 +1,4 @@
1
+ comment: false
2
+ ignore:
3
+ - "src/array_api_extra/_lib/_compat"
4
+ - "src/array_api_extra/_lib/_typing"
@@ -7,4 +7,10 @@
7
7
  :toctree: generated
8
8
 
9
9
  atleast_nd
10
+ cov
11
+ create_diagonal
12
+ expand_dims
13
+ kron
14
+ setdiff1d
15
+ sinc
10
16
  ```