Skip to content

Commit 14bd7d5

Browse files
mne-botlarsoner
andauthored
MAINT: Update code credit (#13709)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 8dd298f commit 14bd7d5

38 files changed

Lines changed: 1233 additions & 2 deletions

.github/workflows/credit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
set -xeo pipefail
3838
git config --global user.email "50266005+mne-bot@users.noreply.github.com"
3939
git config --global user.name "mne[bot]"
40-
BRANCH=credit/$GITHUB_RUN_ID
40+
BRANCH=credit/$(date '+%Y%m%d')
4141
git checkout -b $BRANCH
4242
git commit -am "mne[bot]: Update code credit"
4343
git push origin $BRANCH
44-
PR_NUM=$(gh pr create --base main --head $BRANCH --title "MAINT: Update code credit" --body "Created by credit [GitHub action](https://github.com/mne-tools/mne-python/actions/runs/${{ github.run_id }}). <br> <br> *Adjustments may need to be made to \`doc/changes/credit_tools.py\` or \`.mailmap\` etc. to get CircleCI to pass.*" --label "no-changelog-entry-needed")
44+
PR_NUM=$(gh pr create --base main --head $BRANCH --title "MAINT: Update code credit" --body "Created by credit [GitHub action](https://github.com/mne-tools/mne-python/actions/runs/${{ github.run_id }}). <br> <br> *Adjustments may need to be made to \`doc/sphinxext/credit_tools.py\` or \`.mailmap\` etc. to get CircleCI to pass.*" --label "no-changelog-entry-needed")
4545
echo "Opened https://github.com/mne-tools/mne-python/pull/${PR_NUM}" >> $GITHUB_STEP_SUMMARY
4646
if: steps.status.outputs.dirty == 'true'

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Andrew Dykstra <andrew.r.dykstra@gmail.com>
2020
Andrew Quinn <AJQuinn@users.noreply.github.com> AJQuinn <AJQuinn@users.noreply.github.com>
2121
Andy Gilbert <7andy121@gmail.com> Andrew Gilbert <adgilbert21@icloud.com>
2222
Andy Gilbert <7andy121@gmail.com> Andrew Gilbert <andrew.gilbert@irhythmtech.com>
23+
Aniket Singh Yadav <148300120+Aniketsy@users.noreply.github.com> Aniket <148300120+Aniketsy@users.noreply.github.com>
2324
Anna Padee <anna.padee@gmail.com> apadee <44297909+apadee@users.noreply.github.com>
2425
Anne-Sophie Dubarry <as_dub@hotmail.com> annesodub <as_dub@hotmail.com>
2526
Archit Singhal <43236121+architsinghal-mriirs@users.noreply.github.com> archit singhal <zyphergiest@pop-os.localdomain>

doc/sphinxext/credit_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"akshay0724": "Akshay", # 4046, TODO: Check singleton
6464
"alexandra.corneyllie": "Alexandra Corneyllie", # 7600
6565
"alexandra": "Alexandra Corneyllie", # 7600
66+
"Aniket": "Aniket Singh Yadav", # 13672
6667
"AnneSo": "Anne-Sophie Dubarry", # 4910
6768
"Basile": "Basile Pinsard", # 1791
6869
"Bru": "Bruno Aristimunha", # 13489

doc/sphinxext/prs/13024.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"merge_commit_sha": "a5bf268a1a8645a6b4addc467dec70eb0ec26ce3",
3+
"authors": [
4+
{
5+
"n": "Victor Férat",
6+
"e": "victor.ferat@live.Fr"
7+
},
8+
{
9+
"n": "pre-commit-ci[bot]",
10+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
11+
},
12+
{
13+
"n": "Marijn van Vliet",
14+
"e": "w.m.vanvliet@gmail.com"
15+
},
16+
{
17+
"n": "Eric Larson",
18+
"e": "larson.eric.d@gmail.com"
19+
}
20+
],
21+
"changes": {
22+
"doc/changes/dev/13024.bugfix.rst": {
23+
"a": 1,
24+
"d": 0
25+
},
26+
"mne/bem.py": {
27+
"a": 61,
28+
"d": 29
29+
},
30+
"mne/commands/mne_make_scalp_surfaces.py": {
31+
"a": 8,
32+
"d": 0
33+
},
34+
"mne/commands/tests/test_commands.py": {
35+
"a": 102,
36+
"d": 24
37+
},
38+
"mne/tests/test_bem.py": {
39+
"a": 25,
40+
"d": 3
41+
}
42+
}
43+
}

doc/sphinxext/prs/13196.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"merge_commit_sha": "437d79be7c5fb855a81d44da30bf9a51c9f60413",
3+
"authors": [
4+
{
5+
"n": "Konstantinos Tsilimparis",
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": "Eric Larson",
14+
"e": "larson.eric.d@gmail.com"
15+
}
16+
],
17+
"changes": {
18+
"doc/api/preprocessing.rst": {
19+
"a": 1,
20+
"d": 0
21+
},
22+
"doc/changes/dev/13196.newfeature.rst": {
23+
"a": 1,
24+
"d": 0
25+
},
26+
"doc/changes/names.inc": {
27+
"a": 1,
28+
"d": 0
29+
},
30+
"examples/preprocessing/interpolate_to.py": {
31+
"a": 71,
32+
"d": 4
33+
},
34+
"mne/channels/__init__.pyi": {
35+
"a": 2,
36+
"d": 0
37+
},
38+
"mne/channels/channels.py": {
39+
"a": 76,
40+
"d": 133
41+
},
42+
"mne/channels/data/canonical_meg/ctf151.csv": {
43+
"a": 152,
44+
"d": 0
45+
},
46+
"mne/channels/data/canonical_meg/ctf275.csv": {
47+
"a": 275,
48+
"d": 0
49+
},
50+
"mne/channels/data/canonical_meg/neuromag306.csv": {
51+
"a": 307,
52+
"d": 0
53+
},
54+
"mne/channels/interpolation.py": {
55+
"a": 138,
56+
"d": 2
57+
},
58+
"mne/channels/montage.py": {
59+
"a": 119,
60+
"d": 0
61+
},
62+
"mne/channels/tests/test_interpolation.py": {
63+
"a": 25,
64+
"d": 0
65+
}
66+
}
67+
}

doc/sphinxext/prs/13490.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"merge_commit_sha": "4051f3102d39fd2dcc85e0b3079a86c11289816c",
3+
"authors": [
4+
{
5+
"n": "Daniel McCloy",
6+
"e": null
7+
},
8+
{
9+
"n": "Carina Forster",
10+
"e": "carinaforster0611@gmail.com"
11+
},
12+
{
13+
"n": "Thomas S. Binns",
14+
"e": "t.s.binns@outlook.com"
15+
},
16+
{
17+
"n": "Scott Huberty",
18+
"e": "52462026+scott-huberty@users.noreply.github.com"
19+
},
20+
{
21+
"n": "Erica Peterson",
22+
"e": "nordme@uw.edu"
23+
},
24+
{
25+
"n": "Eric Larson",
26+
"e": "larson.eric.d@gmail.com"
27+
},
28+
{
29+
"n": "pre-commit-ci[bot]",
30+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
31+
}
32+
],
33+
"changes": {
34+
".github/workflows/spec_zero.yml": {
35+
"a": 15,
36+
"d": 7
37+
},
38+
".github/workflows/tests.yml": {
39+
"a": 12,
40+
"d": 3
41+
},
42+
"environment.yml": {
43+
"a": 11,
44+
"d": 11
45+
},
46+
"pyproject.toml": {
47+
"a": 40,
48+
"d": 30
49+
},
50+
"tools/check_pyproject_helpers.py": {
51+
"a": 61,
52+
"d": 0
53+
},
54+
"tools/dev/spec_zero_update_versions.py": {
55+
"a": 29,
56+
"d": 22
57+
},
58+
"tools/github_actions_check_old.py": {
59+
"a": 0,
60+
"d": 35
61+
},
62+
"tools/github_actions_check_old_env.py": {
63+
"a": 68,
64+
"d": 0
65+
},
66+
"tools/github_actions_check_old_lockfile.py": {
67+
"a": 68,
68+
"d": 0
69+
},
70+
"tools/github_actions_dependencies.sh": {
71+
"a": 28,
72+
"d": 6
73+
},
74+
"tools/github_actions_env_vars.sh": {
75+
"a": 5,
76+
"d": 6
77+
},
78+
"tools/pylock.ci-old.toml": {
79+
"a": 656,
80+
"d": 0
81+
}
82+
}
83+
}

doc/sphinxext/prs/13544.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"merge_commit_sha": "8a11b2e8be48f7844b9b4b907a4a4e8f976b9ab7",
3+
"authors": [
4+
{
5+
"n": "Teemu Taivainen",
6+
"e": "ttaiv@outlook.com"
7+
},
8+
{
9+
"n": "Eric Larson",
10+
"e": "larson.eric.d@gmail.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/sphinxext/related_software.py": {
15+
"a": 2,
16+
"d": 1
17+
},
18+
"doc/sphinxext/related_software_nodeps.txt": {
19+
"a": 2,
20+
"d": 1
21+
}
22+
}
23+
}

doc/sphinxext/prs/13570.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"merge_commit_sha": "4a5479d6b496dc18bd325919bc6c346ce7563cfb",
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": "Daniel McCloy",
14+
"e": "dan@mccloy.info"
15+
}
16+
],
17+
"changes": {
18+
"doc/changes/dev/13570.newfeature.rst": {
19+
"a": 3,
20+
"d": 0
21+
},
22+
"doc/changes/names.inc": {
23+
"a": 1,
24+
"d": 0
25+
},
26+
"examples/visualization/eeg_on_scalp.py": {
27+
"a": 1,
28+
"d": 0
29+
},
30+
"mne/viz/_3d.py": {
31+
"a": 23,
32+
"d": 0
33+
}
34+
}
35+
}

doc/sphinxext/prs/13595.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"merge_commit_sha": "8b8edb0a70e2fabb4d6c80a5d72caf63349a4a5e",
3+
"authors": [
4+
{
5+
"n": "Eric Larson",
6+
"e": "larson.eric.d@gmail.com"
7+
}
8+
],
9+
"changes": {
10+
"azure-pipelines.yml": {
11+
"a": 2,
12+
"d": 2
13+
},
14+
"doc/changes/dev/13595.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"mne/minimum_norm/tests/test_inverse.py": {
19+
"a": 20,
20+
"d": 6
21+
},
22+
"mne/tests/test_cov.py": {
23+
"a": 8,
24+
"d": 0
25+
},
26+
"mne/viz/evoked.py": {
27+
"a": 6,
28+
"d": 10
29+
},
30+
"mne/viz/tests/test_evoked.py": {
31+
"a": 18,
32+
"d": 2
33+
},
34+
"mne/viz/utils.py": {
35+
"a": 20,
36+
"d": 14
37+
},
38+
"tools/azure_dependencies.sh": {
39+
"a": 1,
40+
"d": 1
41+
},
42+
"tools/github_actions_dependencies.sh": {
43+
"a": 0,
44+
"d": 4
45+
}
46+
}
47+
}

0 commit comments

Comments
 (0)