Skip to content

Commit 64bebcd

Browse files
mne-botlarsoner
authored andcommitted
MAINT: Update code credit (mne-tools#13624)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 6ce52fe commit 64bebcd

38 files changed

Lines changed: 1105 additions & 2 deletions

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Matti Hämäläinen <msh@nmr.mgh.harvard.edu> Matti Hämäläinen <msh@parsley.n
246246
Matti Hämäläinen <msh@nmr.mgh.harvard.edu> mshamalainen <msh@nmr.mgh.harvard.edu>
247247
Matti Toivonen <105695400+mattitoi@users.noreply.github.com> mattitoi <105695400+mattitoi@users.noreply.github.com>
248248
Maureen Shader <55732126+mshader@users.noreply.github.com> mshader <55732126+mshader@users.noreply.github.com>
249+
Melih Yayli <melihyayli@hotmail.com>
249250
Michiru Kaneda <rcmdnk@gmail.com> rcmdnk <rcmdnk@gmail.com>
250251
Mikołaj Magnuski <mmagnuski@swps.edu.pl> Mikolaj Magnuski <mmagnuski@swps.edu.pl>
251252
Mikołaj Magnuski <mmagnuski@swps.edu.pl> mmagnuski <mmagnuski@swps.edu.pl>
@@ -256,6 +257,7 @@ Motofumi Fushimi <30593537+motofumi-fushimi@users.noreply.github.com> motofumi-f
256257
Natalie Klein <neklein@andrew.cmu.edu> natalieklein <neklein@andrew.cmu.edu>
257258
Nathalie Gayraud <nathalie.gayraud@inria.fr> Nathalie <nat.gayraud@gmail.com>
258259
Nathalie Gayraud <nathalie.gayraud@inria.fr> Nathalie <nathalie.gayraud@inria.fr>
260+
Natneal B <nati.new77@gmail.com>
259261
Naveen Srinivasan <172697+naveensrinivasan@users.noreply.github.com> Naveen <172697+naveensrinivasan@users.noreply.github.com>
260262
Nicolas Barascud <nbara@users.noreply.github.com> nbara <nbara@users.noreply.github.com>
261263
Nicolas Barascud <nbara@users.noreply.github.com> Nicolas Barascud <10333715+nbara@users.noreply.github.com>
@@ -359,6 +361,7 @@ Tziona NessAiver <tzionan@mail.tau.ac.il> TzionaN <tzionan@mail.tau.ac.il>
359361
user27182 <89109579+user27182@users.noreply.github.com>
360362
Valerii Chirkov <vagechirkov@gmail.com> Valerii <42982039+vagechirkov@users.noreply.github.com>
361363
Valerii Chirkov <vagechirkov@gmail.com> Valerii <vagechirkov@gmail.com>
364+
varshaa-1616 <varshaa.1616@gmail.com>
362365
Velu Prabhakar Kumaravel <veluprabhakarkumaravel@Velus-MBP.lan> Velu Prabhakar Kumaravel <veluprabhakarkumaravel@Velus-MBP.lan>
363366
Victoria Peterson <victoriapeterson09@gmail.com> vpeterson <victoriapeterson09@gmail.com>
364367
Wei Xu <weixu@mail.bnu.edu.cn> Wei <weixu@mail.bnu.edu.cn>

doc/changes/dev/13520.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Preserve ``kit_system_id`` in forward-solution ``Info``, by :newcontrib: 'Melih Yayli'
1+
Preserve ``kit_system_id`` in forward-solution ``Info``, by :newcontrib:`Melih Yayli`.

doc/changes/dev/13532.other.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Created a quality control report tutorial :ref:`tut-qc-report`, by :newcontrib:`varshaa-1616`.

doc/changes/dev/13541.other.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improved docs for :func:`mne.io.read_raw_nirx`, by :newcontrib:`Natneal B`.

doc/changes/names.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
.. _Nabil Alibou: https://github.com/nabilalibou
228228
.. _Natalie Klein: https://github.com/natalieklein
229229
.. _Nathalie Gayraud: https://github.com/ngayraud
230+
.. _Natneal B: https://github.com/natinew77-creator
230231
.. _Naveen Srinivasan: https://github.com/naveensrinivasan
231232
.. _Nick Foti: https://nfoti.github.io
232233
.. _Nick Ward: https://profiles.ucl.ac.uk/10827-nick-ward
@@ -343,6 +344,7 @@
343344
.. _Tziona NessAiver: https://github.com/TzionaN
344345
.. _user27182: https://github.com/user27182
345346
.. _Valerii Chirkov: https://github.com/vagechirkov
347+
.. _varshaa-1616: https://github.com/varshaa-1616
346348
.. _Varun Kasyap Pentamaraju: https://github.com/varunkasyap
347349
.. _Velu Prabhakar Kumaravel: https://github.com/vpKumaravel
348350
.. _Victor Ferat: https://github.com/vferat

doc/sphinxext/credit_tools.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
# preferring GitHub profile info (when complete!) is probably preferable.
3939

4040
# Allowed singletons
41-
single_names = "btkcodedev buildqa sviter Akshay user27182 Mojackhak mne[bot]".split()
41+
single_names = """
42+
btkcodedev buildqa sviter Akshay user27182 Mojackhak mne[bot] varshaa-1616
43+
""".strip().split()
4244
# Surnames where we have more than one distinct contributor:
4345
name_counts = dict(
4446
Bailey=2,
@@ -52,6 +54,7 @@
5254
)
5355
# Exceptions, e.g., abbrevitaions in first/last name or all-caps
5456
exceptions = [
57+
"Natneal B",
5558
"T. Wang",
5659
"Ziyi ZENG",
5760
]
@@ -68,6 +71,7 @@
6871
"enzo": "Enzo Altamiranda", # 11351
6972
"Emma": "Emma Zhang", # 13486
7073
"Frostime": "Yiping Zuo", # 11773
74+
"FT": "Tamas Fehervari", # 13408
7175
"Gennadiy": "Gennadiy Belonosov", # 11720
7276
"Genuster": "Gennadiy Belonosov", # 12936
7377
"GreasyCat": "Rongfei Jin", # 13113

doc/sphinxext/prs/13408.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"merge_commit_sha": "ff1092b42de1021a9d40ddd95788741e4eb125e7",
3+
"authors": [
4+
{
5+
"n": "FT",
6+
"e": null
7+
}
8+
],
9+
"changes": {
10+
"doc/changes/dev/13408.newfeature.rst": {
11+
"a": 1,
12+
"d": 0
13+
},
14+
"doc/changes/names.inc": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/datasets/config.py": {
19+
"a": 2,
20+
"d": 2
21+
},
22+
"mne/io/snirf/_snirf.py": {
23+
"a": 3,
24+
"d": 4
25+
},
26+
"mne/io/snirf/tests/test_snirf.py": {
27+
"a": 27,
28+
"d": 1
29+
},
30+
"mne/preprocessing/nirs/_beer_lambert_law.py": {
31+
"a": 69,
32+
"d": 23
33+
},
34+
"mne/preprocessing/nirs/_scalp_coupling_index.py": {
35+
"a": 28,
36+
"d": 8
37+
},
38+
"mne/preprocessing/nirs/nirs.py": {
39+
"a": 81,
40+
"d": 50
41+
},
42+
"mne/preprocessing/nirs/tests/test_beer_lambert_law.py": {
43+
"a": 58,
44+
"d": 43
45+
},
46+
"mne/preprocessing/nirs/tests/test_nirs.py": {
47+
"a": 139,
48+
"d": 48
49+
},
50+
"mne/preprocessing/nirs/tests/test_optical_density.py": {
51+
"a": 25,
52+
"d": 10
53+
},
54+
"mne/preprocessing/nirs/tests/test_scalp_coupling_index.py": {
55+
"a": 89,
56+
"d": 8
57+
}
58+
}
59+
}

doc/sphinxext/prs/13520.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"merge_commit_sha": "2eefeb96b0e240d2fdb5db0595b2c8c2a1e024be",
3+
"authors": [
4+
{
5+
"n": "yaylim",
6+
"e": "melihyayli@hotmail.com"
7+
},
8+
{
9+
"n": "pre-commit-ci[bot]",
10+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
11+
},
12+
{
13+
"n": "Eric Larson",
14+
"e": "larson.eric.d@gmail.com"
15+
}
16+
],
17+
"changes": {
18+
"doc/changes/dev/13520.bugfix.rst": {
19+
"a": 1,
20+
"d": 0
21+
},
22+
"doc/changes/names.inc": {
23+
"a": 1,
24+
"d": 0
25+
},
26+
"mne/forward/_make_forward.py": {
27+
"a": 6,
28+
"d": 1
29+
},
30+
"mne/forward/tests/test_make_forward.py": {
31+
"a": 3,
32+
"d": 0
33+
}
34+
}
35+
}

doc/sphinxext/prs/13532.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"merge_commit_sha": "a0973c2a14eae0b95dfc58854b91533f1de2625b",
3+
"authors": [
4+
{
5+
"n": "varshaa-1616",
6+
"e": "varshaa.1616@gmail.com"
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+
"changes": {
18+
"tutorials/preprocessing/14_quality_control_report.py": {
19+
"a": 267,
20+
"d": 0
21+
}
22+
}
23+
}

doc/sphinxext/prs/13541.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"merge_commit_sha": "7b189e9a58156cd5ddce4c93429202bc3bce812b",
3+
"authors": [
4+
{
5+
"n": "Natneal.B",
6+
"e": "nati.new77@gmail.com"
7+
}
8+
],
9+
"changes": {
10+
"mne/io/nirx/nirx.py": {
11+
"a": 4,
12+
"d": 1
13+
},
14+
"mne/utils/docs.py": {
15+
"a": 5,
16+
"d": 0
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)