Skip to content

Commit 8c78e99

Browse files
committed
update all contributors
1 parent ceae863 commit 8c78e99

File tree

2 files changed

+153
-20
lines changed

2 files changed

+153
-20
lines changed

.all-contributorsrc

+138-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,140 @@
11
{
2-
"projectName": "array-api-extra",
3-
"projectOwner": "data-apis",
4-
"files": [
5-
"README.md"
6-
],
7-
"commitType": "docs",
8-
"commitConvention": "angular",
9-
"contributorsPerLine": 7,
10-
"contributors": [
11-
{
12-
"login": "lucascolley",
13-
"name": "Lucas Colley",
14-
"avatar_url": "https://avatars.githubusercontent.com/u/51488791?v=4",
15-
"profile": "https://lucascolley.github.io",
16-
"contributions": [
17-
"code"
18-
]
19-
}
20-
]
2+
"projectName": "array-api-extra",
3+
"projectOwner": "data-apis",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commitType": "docs",
11+
"commitConvention": "angular",
12+
"contributorsPerLine": 7,
13+
"contributors": [
14+
{
15+
"login": "lucascolley",
16+
"name": "Lucas Colley",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/51488791?v=4",
18+
"profile": "https://lucascolley.github.io/",
19+
"contributions": [
20+
"code"
21+
]
22+
},
23+
{
24+
"login": "mdhaber",
25+
"name": "Matt Haberland",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/6570539?v=4",
27+
"profile": "https://github.com/mdhaber",
28+
"contributions": [
29+
"code",
30+
"ideas"
31+
]
32+
},
33+
{
34+
"login": "j-bowhay",
35+
"name": "Jake Bowhay",
36+
"avatar_url": "https://avatars.githubusercontent.com/u/60778417?v=4",
37+
"profile": "https://github.com/j-bowhay",
38+
"contributions": [
39+
"code",
40+
"review"
41+
]
42+
},
43+
{
44+
"login": "asmeurer",
45+
"name": "Aaron Meurer",
46+
"avatar_url": "https://avatars.githubusercontent.com/u/71486?v=4",
47+
"profile": "https://github.com/asmeurer",
48+
"contributions": [
49+
"review",
50+
"ideas",
51+
"infra"
52+
]
53+
},
54+
{
55+
"login": "betatim",
56+
"name": "Tim Head",
57+
"avatar_url": "https://avatars.githubusercontent.com/u/1448859?v=4",
58+
"profile": "https://github.com/betatim",
59+
"contributions": [
60+
"ideas"
61+
]
62+
},
63+
{
64+
"login": "kgryte",
65+
"name": "Athan",
66+
"avatar_url": "https://avatars.githubusercontent.com/u/2643044?v=4",
67+
"profile": "https://github.com/stdlib-js/stdlib",
68+
"contributions": [
69+
"review",
70+
"ideas"
71+
]
72+
},
73+
{
74+
"login": "vnmabus",
75+
"name": "Carlos Ramos Carreño",
76+
"avatar_url": "https://avatars.githubusercontent.com/u/2364173?v=4",
77+
"profile": "https://github.com/vnmabus",
78+
"contributions": [
79+
"ideas"
80+
]
81+
},
82+
{
83+
"login": "rgommers",
84+
"name": "Ralf Gommers",
85+
"avatar_url": "https://avatars.githubusercontent.com/u/98330?v=4",
86+
"profile": "https://github.com/rgommers/",
87+
"contributions": [
88+
"ideas",
89+
"infra",
90+
"review"
91+
]
92+
},
93+
{
94+
"login": "jorenham",
95+
"name": "Joren Hammudoglu",
96+
"avatar_url": "https://avatars.githubusercontent.com/u/6208662?v=4",
97+
"profile": "https://github.com/jorenham",
98+
"contributions": [
99+
"review"
100+
]
101+
},
102+
{
103+
"login": "thomasjpfan",
104+
"name": "Thomas J. Fan",
105+
"avatar_url": "https://avatars.githubusercontent.com/u/5402633?v=4",
106+
"profile": "https://www.thomasjpfan.com/",
107+
"contributions": [
108+
"ideas"
109+
]
110+
},
111+
{
112+
"login": "izaid",
113+
"name": "Irwin Zaid",
114+
"avatar_url": "https://avatars.githubusercontent.com/u/482179?v=4",
115+
"profile": "https://github.com/izaid",
116+
"contributions": [
117+
"ideas"
118+
]
119+
},
120+
{
121+
"login": "jakirkham",
122+
"name": "jakirkham",
123+
"avatar_url": "https://avatars.githubusercontent.com/u/3019665?v=4",
124+
"profile": "https://github.com/jakirkham",
125+
"contributions": [
126+
"code",
127+
"review"
128+
]
129+
},
130+
{
131+
"login": "tupui",
132+
"name": "Pamphile Roy",
133+
"avatar_url": "https://avatars.githubusercontent.com/u/23188539?v=4",
134+
"profile": "https://github.com/tupui",
135+
"contributions": [
136+
"code"
137+
]
138+
}
139+
]
21140
}

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,21 @@ Extra array functions built on top of the array API standard.
3636
<table>
3737
<tbody>
3838
<tr>
39-
<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="#code-lucascolley" title="Code">💻</a></td>
39+
<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></td>
40+
<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>
41+
<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>
42+
<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>
43+
<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>
44+
<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>
45+
<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>
46+
</tr>
47+
<tr>
48+
<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>
49+
<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>
50+
<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>
51+
<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>
52+
<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>
53+
<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>
4054
</tr>
4155
</tbody>
4256
</table>

0 commit comments

Comments
 (0)