Skip to content

Commit 4cce83f

Browse files
MAINT: Update code credit (#13135)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 2587cda commit 4cce83f

23 files changed

+738
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
681681
"http://www.cs.ucl.ac.uk/staff/d.barber/brml",
682682
"https://www.cea.fr",
683683
"http://www.humanconnectome.org/data",
684+
"https://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu",
684685
# Max retries exceeded
685686
"https://doi.org/10.7488/ds/1556",
686687
"https://datashare.is.ed.ac.uk/handle/10283",

doc/sphinxext/credit_tools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"Frostime": "Yiping Zuo", # 11773
6868
"Gennadiy": "Gennadiy Belonosov", # 11720
6969
"Genuster": "Gennadiy Belonosov", # 12936
70+
"GreasyCat": "Rongfei Jin", # 13113
7071
"Hamid": "Hamid Maymandi", # 10849
7172
"jwelzel": "Julius Welzel", # 11118
7273
"Martin": "Martin Billinger", # 8099, TODO: Check
@@ -394,7 +395,7 @@ def generate_credit_rst(app=None, *, verbose=False):
394395
raise RuntimeError(
395396
f"{len(other_files)} misc file(s) found:\n" + "\n".join(other_files)
396397
)
397-
logger.info(f"\nTotal line change count: {list(total_lines)}")
398+
logger.info(f"\nTotal line change count: {list(map(int, total_lines))}")
398399

399400
# sphinx-design badges that we use for contributors
400401
BADGE_KINDS = ["bdg-info-line", "bdg"]

doc/sphinxext/prs/13044.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"merge_commit_sha": "7b316cb500a5039a9e79ada02f117f650801d17b",
3+
"authors": [
4+
{
5+
"n": "Antoine Collas",
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": "autofix-ci[bot]",
14+
"e": "114827586+autofix-ci[bot]@users.noreply.github.com"
15+
},
16+
{
17+
"n": "Eric Larson",
18+
"e": "larson.eric.d@gmail.com"
19+
}
20+
],
21+
"changes": {
22+
"doc/changes/devel/13044.newfeature.rst": {
23+
"a": 1,
24+
"d": 0
25+
},
26+
"doc/changes/names.inc": {
27+
"a": 1,
28+
"d": 0
29+
},
30+
"doc/references.bib": {
31+
"a": 8,
32+
"d": 0
33+
},
34+
"examples/preprocessing/interpolate_to.py": {
35+
"a": 81,
36+
"d": 0
37+
},
38+
"mne/channels/channels.py": {
39+
"a": 157,
40+
"d": 1
41+
},
42+
"mne/channels/tests/test_interpolation.py": {
43+
"a": 83,
44+
"d": 1
45+
}
46+
}
47+
}

doc/sphinxext/prs/13080.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"merge_commit_sha": "2119b22dbe5dba4ecbec06e1902be08c1b765371",
3+
"authors": [
4+
{
5+
"n": "Eric Larson",
6+
"e": "larson.eric.d@gmail.com"
7+
},
8+
{
9+
"n": "Daniel McCloy",
10+
"e": "dan@mccloy.info"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/devel/13080.apichange.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"doc/changes/devel/13080.newfeature.rst": {
19+
"a": 1,
20+
"d": 0
21+
},
22+
"mne/_ola.py": {
23+
"a": 39,
24+
"d": 24
25+
},
26+
"mne/epochs.py": {
27+
"a": 1,
28+
"d": 1
29+
},
30+
"mne/filter.py": {
31+
"a": 2,
32+
"d": 10
33+
},
34+
"mne/preprocessing/maxwell.py": {
35+
"a": 351,
36+
"d": 236
37+
},
38+
"mne/preprocessing/otp.py": {
39+
"a": 1,
40+
"d": 1
41+
},
42+
"mne/preprocessing/tests/test_maxwell.py": {
43+
"a": 185,
44+
"d": 5
45+
},
46+
"mne/tests/test_epochs.py": {
47+
"a": 1,
48+
"d": 1
49+
},
50+
"mne/tests/test_ola.py": {
51+
"a": 1,
52+
"d": 1
53+
},
54+
"mne/utils/docs.py": {
55+
"a": 9,
56+
"d": 0
57+
},
58+
"mne/viz/_3d.py": {
59+
"a": 1,
60+
"d": 1
61+
}
62+
}
63+
}

doc/sphinxext/prs/13083.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"merge_commit_sha": "77195a2a5ff42fa0e193f889e712b279b6c65fd6",
3+
"authors": [
4+
{
5+
"n": "Eric Larson",
6+
"e": "larson.eric.d@gmail.com"
7+
},
8+
{
9+
"n": "autofix-ci[bot]",
10+
"e": "114827586+autofix-ci[bot]@users.noreply.github.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/devel/13083.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/_fiff/_digitization.py": {
19+
"a": 3,
20+
"d": 0
21+
},
22+
"mne/_fiff/meas_info.py": {
23+
"a": 4,
24+
"d": 22
25+
},
26+
"mne/_fiff/open.py": {
27+
"a": 1,
28+
"d": 1
29+
},
30+
"mne/_fiff/tag.py": {
31+
"a": 17,
32+
"d": 7
33+
},
34+
"mne/_fiff/tests/test_meas_info.py": {
35+
"a": 10,
36+
"d": 1
37+
}
38+
}
39+
}

doc/sphinxext/prs/13093.json

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
{
2+
"merge_commit_sha": "24ef9aa2c618217c6532613abe318f4d5f65f5e3",
3+
"authors": [
4+
{
5+
"n": "github-actions[bot]",
6+
"e": "41898282+github-actions[bot]@users.noreply.github.com"
7+
},
8+
{
9+
"n": "Eric Larson",
10+
"e": "larson.eric.d@gmail.com"
11+
}
12+
],
13+
"changes": {
14+
".mailmap": {
15+
"a": 2,
16+
"d": 0
17+
},
18+
"doc/changes/names.inc": {
19+
"a": 1,
20+
"d": 1
21+
},
22+
"doc/conf.py": {
23+
"a": 5,
24+
"d": 1
25+
},
26+
"doc/sphinxext/credit_tools.py": {
27+
"a": 16,
28+
"d": 16
29+
},
30+
"doc/sphinxext/prs/12071.json": {
31+
"a": 67,
32+
"d": 0
33+
},
34+
"doc/sphinxext/prs/12656.json": {
35+
"a": 35,
36+
"d": 0
37+
},
38+
"doc/sphinxext/prs/12828.json": {
39+
"a": 43,
40+
"d": 0
41+
},
42+
"doc/sphinxext/prs/12910.json": {
43+
"a": 51,
44+
"d": 0
45+
},
46+
"doc/sphinxext/prs/13037.json": {
47+
"a": 107,
48+
"d": 0
49+
},
50+
"doc/sphinxext/prs/13045.json": {
51+
"a": 35,
52+
"d": 0
53+
},
54+
"doc/sphinxext/prs/13046.json": {
55+
"a": 23,
56+
"d": 0
57+
},
58+
"doc/sphinxext/prs/13047.json": {
59+
"a": 19,
60+
"d": 0
61+
},
62+
"doc/sphinxext/prs/13048.json": {
63+
"a": 23,
64+
"d": 0
65+
},
66+
"doc/sphinxext/prs/13049.json": {
67+
"a": 87,
68+
"d": 0
69+
},
70+
"doc/sphinxext/prs/13051.json": {
71+
"a": 15,
72+
"d": 0
73+
},
74+
"doc/sphinxext/prs/13053.json": {
75+
"a": 87,
76+
"d": 0
77+
},
78+
"doc/sphinxext/prs/13054.json": {
79+
"a": 27,
80+
"d": 0
81+
},
82+
"doc/sphinxext/prs/13056.json": {
83+
"a": 35,
84+
"d": 0
85+
},
86+
"doc/sphinxext/prs/13058.json": {
87+
"a": 43,
88+
"d": 0
89+
},
90+
"doc/sphinxext/prs/13060.json": {
91+
"a": 423,
92+
"d": 0
93+
},
94+
"doc/sphinxext/prs/13061.json": {
95+
"a": 35,
96+
"d": 0
97+
},
98+
"doc/sphinxext/prs/13062.json": {
99+
"a": 31,
100+
"d": 0
101+
},
102+
"doc/sphinxext/prs/13063.json": {
103+
"a": 35,
104+
"d": 0
105+
},
106+
"doc/sphinxext/prs/13064.json": {
107+
"a": 39,
108+
"d": 0
109+
},
110+
"doc/sphinxext/prs/13065.json": {
111+
"a": 103,
112+
"d": 0
113+
},
114+
"doc/sphinxext/prs/13067.json": {
115+
"a": 27,
116+
"d": 0
117+
},
118+
"doc/sphinxext/prs/13069.json": {
119+
"a": 35,
120+
"d": 0
121+
},
122+
"doc/sphinxext/prs/13070.json": {
123+
"a": 39,
124+
"d": 0
125+
},
126+
"doc/sphinxext/prs/13071.json": {
127+
"a": 15,
128+
"d": 0
129+
},
130+
"doc/sphinxext/prs/13072.json": {
131+
"a": 35,
132+
"d": 0
133+
},
134+
"doc/sphinxext/prs/13073.json": {
135+
"a": 27,
136+
"d": 0
137+
},
138+
"doc/sphinxext/prs/13075.json": {
139+
"a": 39,
140+
"d": 0
141+
},
142+
"doc/sphinxext/prs/13076.json": {
143+
"a": 35,
144+
"d": 0
145+
},
146+
"doc/sphinxext/prs/13077.json": {
147+
"a": 35,
148+
"d": 0
149+
},
150+
"doc/sphinxext/prs/13081.json": {
151+
"a": 31,
152+
"d": 0
153+
},
154+
"doc/sphinxext/prs/13082.json": {
155+
"a": 35,
156+
"d": 0
157+
},
158+
"doc/sphinxext/prs/13084.json": {
159+
"a": 35,
160+
"d": 0
161+
},
162+
"doc/sphinxext/prs/13086.json": {
163+
"a": 23,
164+
"d": 0
165+
},
166+
"doc/sphinxext/prs/13087.json": {
167+
"a": 19,
168+
"d": 0
169+
},
170+
"doc/sphinxext/prs/13088.json": {
171+
"a": 23,
172+
"d": 0
173+
},
174+
"doc/sphinxext/prs/13089.json": {
175+
"a": 23,
176+
"d": 0
177+
},
178+
"examples/io/read_xdf.py": {
179+
"a": 1,
180+
"d": 2
181+
},
182+
"tools/install_pre_requirements.sh": {
183+
"a": 7,
184+
"d": 1
185+
}
186+
}
187+
}

doc/sphinxext/prs/13097.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"merge_commit_sha": "9e7fe95f99016709dcad50c9494ebce4323e4cfd",
3+
"authors": [
4+
{
5+
"n": "Clemens Brunner",
6+
"e": null
7+
},
8+
{
9+
"n": "Eric Larson",
10+
"e": "larson.eric.d@gmail.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/devel/13097.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/io/eeglab/eeglab.py": {
19+
"a": 1,
20+
"d": 1
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)