Skip to content

Commit 4bd8fd5

Browse files
authored
MAINT: Update code credit (#13805)
1 parent 15c1c1b commit 4bd8fd5

38 files changed

Lines changed: 1234 additions & 0 deletions

doc/sphinxext/credit_tools.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"Genuster": "Gennadiy Belonosov", # 12936
7878
"GreasyCat": "Rongfei Jin", # 13113
7979
"Hamid": "Hamid Maymandi", # 10849
80+
"Hansuja ": "Hansuja Budhiraja", # 13765
8081
"jwelzel": "Julius Welzel", # 11118
8182
"Katia": "Katia Al-Amir", # 13225
8283
"Martin": "Martin Billinger", # 8099, TODO: Check
@@ -91,6 +92,7 @@
9192
"Valerii": "Valerii Chirkov", # 9043
9293
"Wei": "Wei Xu", # 13218
9394
"Zhenya": "Evgenii Kalenkovich", # 6310, TODO: Check
95+
"Horizon_Architect_07": "Famous Raj Bhat", # 13685
9496
}
9597

9698

@@ -198,6 +200,11 @@ def generate_credit_rst(app=None, *, verbose=False):
198200
)
199201
continue
200202
name = name_map[author["e"]]
203+
if name in manual_renames:
204+
assert _good_name(manual_renames[name]), (
205+
f"Bad manual rename: {name}"
206+
)
207+
name = manual_renames[name]
201208
else:
202209
name = author["n"]
203210
if name in manual_renames:

doc/sphinxext/prs/13059.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"merge_commit_sha": "14d0916e048814d503265c2e77104f16e9626b8f",
3+
"authors": [
4+
{
5+
"n": "Kay Robbins",
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": "Daniel McCloy",
14+
"e": "dan@mccloy.info"
15+
},
16+
{
17+
"n": "Bru",
18+
"e": "b.aristimunha@gmail.com"
19+
},
20+
{
21+
"n": "Stefan Appelhoff",
22+
"e": "stefan.appelhoff@mailbox.org"
23+
}
24+
],
25+
"changes": {
26+
"doc/api/events.rst": {
27+
"a": 1,
28+
"d": 0
29+
},
30+
"doc/changes/dev/13059.newfeature.rst": {
31+
"a": 1,
32+
"d": 0
33+
},
34+
"doc/changes/names.inc": {
35+
"a": 1,
36+
"d": 0
37+
},
38+
"mne/__init__.pyi": {
39+
"a": 2,
40+
"d": 0
41+
},
42+
"mne/annotations.py": {
43+
"a": 427,
44+
"d": 23
45+
},
46+
"mne/tests/test_annotations.py": {
47+
"a": 190,
48+
"d": 0
49+
}
50+
}
51+
}

doc/sphinxext/prs/13518.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"merge_commit_sha": "c530c20eb482c5defeaa4da951ec91a5cf76d3ea",
3+
"authors": [
4+
{
5+
"n": "Himanshu Mahor",
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/13518.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/channels/channels.py": {
19+
"a": 33,
20+
"d": 0
21+
},
22+
"mne/channels/tests/test_interpolation.py": {
23+
"a": 21,
24+
"d": 0
25+
}
26+
}
27+
}

doc/sphinxext/prs/13685.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"merge_commit_sha": "c3db378a3789225ab2ed4408ff1a733e4d18fa71",
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/13685.other.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/io/base.py": {
19+
"a": 53,
20+
"d": 2
21+
},
22+
"mne/io/tests/test_raw.py": {
23+
"a": 20,
24+
"d": 0
25+
}
26+
}
27+
}

doc/sphinxext/prs/13687.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "193132002c7e2063fa4d3efef02d150f263389d1",
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/13687.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"doc/changes/names.inc": {
19+
"a": 0,
20+
"d": 1
21+
},
22+
"mne/morph.py": {
23+
"a": 3,
24+
"d": 0
25+
},
26+
"mne/tests/test_morph.py": {
27+
"a": 11,
28+
"d": 0
29+
}
30+
}
31+
}

doc/sphinxext/prs/13688.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"merge_commit_sha": "219e8a16f993b7ed6b0b453d41d38750a4cea3f8",
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+
"n": "Thomas S. Binns",
14+
"e": "t.s.binns@outlook.com"
15+
},
16+
{
17+
"n": "Daniel McCloy",
18+
"e": "dan@mccloy.info"
19+
}
20+
],
21+
"changes": {
22+
"doc/changes/dev/13688.other.rst": {
23+
"a": 1,
24+
"d": 0
25+
},
26+
"doc/changes/names.inc": {
27+
"a": 1,
28+
"d": 0
29+
},
30+
"mne/epochs.py": {
31+
"a": 14,
32+
"d": 0
33+
}
34+
}
35+
}

doc/sphinxext/prs/13698.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"merge_commit_sha": "cdbdf9200e5490127b2a44e6756bb4f1332b963e",
3+
"authors": [
4+
{
5+
"n": "Aniket",
6+
"e": null
7+
},
8+
{
9+
"n": "Daniel McCloy",
10+
"e": "dan@mccloy.info"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/dev/13698.other.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/stats/parametric.py": {
19+
"a": 24,
20+
"d": 1
21+
},
22+
"mne/stats/tests/test_parametric.py": {
23+
"a": 51,
24+
"d": 1
25+
}
26+
}
27+
}

doc/sphinxext/prs/13700.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "7e62d83f8ce3ba31ed91700c3107aeeeed07ea56",
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/13700.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"doc/changes/names.inc": {
19+
"a": 1,
20+
"d": 1
21+
},
22+
"mne/channels/montage.py": {
23+
"a": 6,
24+
"d": 1
25+
},
26+
"mne/channels/tests/test_montage.py": {
27+
"a": 29,
28+
"d": 3
29+
}
30+
}
31+
}

doc/sphinxext/prs/13703.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"merge_commit_sha": "8730f3a48ffb7c0ba7b026e95c0a57dae28d8f74",
3+
"authors": [
4+
{
5+
"n": "Johannes Herforth",
6+
"e": "johannes@herforth.net"
7+
}
8+
],
9+
"changes": {
10+
"doc/changes/dev/13703.bugfix.rst": {
11+
"a": 1,
12+
"d": 0
13+
},
14+
"mne/viz/_mpl_figure.py": {
15+
"a": 1,
16+
"d": 2
17+
},
18+
"mne/viz/tests/test_raw.py": {
19+
"a": 18,
20+
"d": 0
21+
}
22+
}
23+
}

doc/sphinxext/prs/13706.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"merge_commit_sha": "0de3a350081f4e9fe0a92888773e798aa2faec7c",
3+
"authors": [
4+
{
5+
"n": "Pragnya ",
6+
"e": "prag1704@gmail.com"
7+
},
8+
{
9+
"n": "Eric Larson",
10+
"e": "larson.eric.d@gmail.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/dev/13706.newfeature.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"doc/changes/names.inc": {
19+
"a": 1,
20+
"d": 0
21+
},
22+
"examples/visualization/brain.py": {
23+
"a": 32,
24+
"d": 0
25+
},
26+
"mne/viz/_3d_overlay.py": {
27+
"a": 21,
28+
"d": 2
29+
},
30+
"mne/viz/_brain/_brain.py": {
31+
"a": 6,
32+
"d": 2
33+
},
34+
"mne/viz/_brain/tests/test_brain.py": {
35+
"a": 22,
36+
"d": 0
37+
},
38+
"mne/viz/tests/test_3d_overlay.py": {
39+
"a": 36,
40+
"d": 0
41+
}
42+
}
43+
}

0 commit comments

Comments
 (0)