Skip to content

Commit 187e6c9

Browse files
authored
MAINT: Update code credit (#13878)
1 parent 6485b1b commit 187e6c9

36 files changed

Lines changed: 1451 additions & 0 deletions

doc/sphinxext/credit_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"Hansuja ": "Hansuja Budhiraja", # 13765
8383
"jwelzel": "Julius Welzel", # 11118
8484
"Katia": "Katia Al-Amir", # 13225
85+
"Lifeng": "Lifeng Qiu Lin", # 13797
8586
"Martin": "Martin Billinger", # 8099, TODO: Check
8687
"Mats": "Mats van Es", # 11068
8788
"Michael": "Michael Krause", # 3304
@@ -281,6 +282,7 @@ def generate_credit_rst(app=None, *, verbose=False):
281282
and "dependabot[bot]" not in email
282283
and "github-actions[bot]" not in email
283284
and "50266005+mne-bot" not in email
285+
and "copilot@github.com" not in email
284286
)
285287
what = "Unknown emails, consider adding to .mailmap:\n"
286288
assert len(unknown_emails) == 0, what + "\n".join(sorted(unknown_emails))

doc/sphinxext/prs/13263.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "8f30cf1799ba43e9932f3166ebae023e6bd1a256",
3+
"authors": [
4+
{
5+
"n": "Clemens Brunner",
6+
"e": null
7+
},
8+
{
9+
"n": "Copilot",
10+
"e": "copilot@github.com"
11+
},
12+
{
13+
"n": "Eric Larson",
14+
"e": "larson.eric.d@gmail.com"
15+
}
16+
],
17+
"changes": {
18+
"doc/changes/dev/13263.newfeature.rst": {
19+
"a": 1,
20+
"d": 0
21+
},
22+
"mne/io/base.py": {
23+
"a": 29,
24+
"d": 11
25+
},
26+
"mne/io/fiff/tests/test_raw_fiff.py": {
27+
"a": 18,
28+
"d": 0
29+
}
30+
}
31+
}

doc/sphinxext/prs/13548.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"merge_commit_sha": "77d0960277bf5347f2b3e515f61407fc32d71ea3",
3+
"authors": [
4+
{
5+
"n": "Teon L Brooks",
6+
"e": null
7+
},
8+
{
9+
"n": "Eric Larson",
10+
"e": "larson.eric.d@gmail.com"
11+
},
12+
{
13+
"n": "autofix-ci[bot]",
14+
"e": "114827586+autofix-ci[bot]@users.noreply.github.com"
15+
},
16+
{
17+
"n": "Daniel McCloy",
18+
"e": "dan@mccloy.info"
19+
}
20+
],
21+
"changes": {
22+
"doc/changes/v1.12.rst": {
23+
"a": 2,
24+
"d": 0
25+
},
26+
"mne/annotations.py": {
27+
"a": 9,
28+
"d": 1
29+
},
30+
"mne/io/cnt/_utils.py": {
31+
"a": 113,
32+
"d": 28
33+
},
34+
"mne/io/cnt/cnt.py": {
35+
"a": 106,
36+
"d": 105
37+
},
38+
"mne/io/cnt/tests/test_cnt.py": {
39+
"a": 59,
40+
"d": 18
41+
},
42+
"mne/io/fieldtrip/tests/helpers.py": {
43+
"a": 1,
44+
"d": 1
45+
}
46+
}
47+
}

doc/sphinxext/prs/13673.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "dae2754baa529396d5a89300b418288f3bdf9978",
3+
"authors": [
4+
{
5+
"n": "Aniket",
6+
"e": null
7+
},
8+
{
9+
"n": "pre-commit-ci[bot]",
10+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/dev/13673.other.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"doc/sphinxext/credit_tools.py": {
19+
"a": 19,
20+
"d": 2
21+
},
22+
"mne/io/edf/_open.py": {
23+
"a": 2,
24+
"d": 4
25+
},
26+
"mne/io/edf/edf.py": {
27+
"a": 1,
28+
"d": 1
29+
}
30+
}
31+
}

doc/sphinxext/prs/13710.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "bd6f9cc0dbc585d0f27e2defe572b9ffa334f660",
3+
"authors": [
4+
{
5+
"n": "Aman Srivastava",
6+
"e": null
7+
},
8+
{
9+
"n": "pre-commit-ci[bot]",
10+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
11+
},
12+
{
13+
"n": "Thomas S. Binns",
14+
"e": "t.s.binns@outlook.com"
15+
}
16+
],
17+
"changes": {
18+
"doc/changes/dev/13710.newfeature.rst": {
19+
"a": 1,
20+
"d": 0
21+
},
22+
"doc/references.bib": {
23+
"a": 21,
24+
"d": 0
25+
},
26+
"examples/preprocessing/plot_epoch_quality.py": {
27+
"a": 120,
28+
"d": 0
29+
}
30+
}
31+
}

doc/sphinxext/prs/13754.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "4c48d11c6a6d78e511ce8e6e7698a19424d644d5",
3+
"authors": [
4+
{
5+
"n": "Horizon_Architect_07",
6+
"e": null
7+
},
8+
{
9+
"n": "pre-commit-ci[bot]",
10+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/dev/13754.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/minimum_norm/resolution_matrix.py": {
19+
"a": 15,
20+
"d": 4
21+
},
22+
"mne/minimum_norm/tests/test_resolution_matrix.py": {
23+
"a": 7,
24+
"d": 7
25+
},
26+
"mne/utils/docs.py": {
27+
"a": 4,
28+
"d": 1
29+
}
30+
}
31+
}

doc/sphinxext/prs/13797.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"merge_commit_sha": "d862945d849a817cfa0fc457d0d99d6e96e3dab0",
3+
"authors": [
4+
{
5+
"n": "Lifeng",
6+
"e": null
7+
}
8+
],
9+
"changes": {
10+
"doc/changes/dev/13797.other.rst": {
11+
"a": 1,
12+
"d": 0
13+
},
14+
"doc/changes/names.inc": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/utils/docs.py": {
19+
"a": 4,
20+
"d": 4
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)