Skip to content

Commit 98afbb2

Browse files
mne-botlarsoner
andauthored
MAINT: Update code credit (#13572)
Co-authored-by: Eric Larson <[email protected]>
1 parent e3815f9 commit 98afbb2

21 files changed

+631
-1
lines changed

doc/sphinxext/credit_tools.py

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

4040
# Allowed singletons
41-
single_names = "btkcodedev buildqa sviter Akshay user27182 Mojackhak".split()
41+
single_names = "btkcodedev buildqa sviter Akshay user27182 Mojackhak mne[bot]".split()
4242
# Surnames where we have more than one distinct contributor:
4343
name_counts = dict(
4444
Bailey=2,
@@ -93,6 +93,8 @@ def _good_name(name):
9393
if name is None:
9494
return False
9595
assert isinstance(name, str), type(name)
96+
if name == "mne[bot]":
97+
return True
9698
if not name.strip():
9799
return False
98100
if " " not in name and name not in single_names: # at least two parts

doc/sphinxext/prs/13516.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"merge_commit_sha": "2b2113546757cfe1a49c8dbcf0b8eeb90eb45006",
3+
"authors": [
4+
{
5+
"n": "mne[bot]",
6+
"e": null
7+
},
8+
{
9+
"n": "Eric Larson",
10+
11+
}
12+
],
13+
"changes": {
14+
"doc/_static/js/contrib-avatars.js": {
15+
"a": 1,
16+
"d": 1
17+
},
18+
"doc/conf.py": {
19+
"a": 2,
20+
"d": 2
21+
},
22+
"doc/development/governance.rst": {
23+
"a": 1,
24+
"d": 1
25+
},
26+
"doc/sphinxext/credit_tools.py": {
27+
"a": 1,
28+
"d": 0
29+
},
30+
"doc/sphinxext/prs/13501.json": {
31+
"a": 351,
32+
"d": 0
33+
},
34+
"doc/sphinxext/prs/13503.json": {
35+
"a": 47,
36+
"d": 0
37+
},
38+
"doc/sphinxext/prs/13504.json": {
39+
"a": 31,
40+
"d": 0
41+
},
42+
"doc/sphinxext/prs/13505.json": {
43+
"a": 19,
44+
"d": 0
45+
},
46+
"doc/sphinxext/prs/13509.json": {
47+
"a": 27,
48+
"d": 0
49+
},
50+
"doc/sphinxext/prs/13510.json": {
51+
"a": 19,
52+
"d": 0
53+
},
54+
"doc/sphinxext/prs/13514.json": {
55+
"a": 15,
56+
"d": 0
57+
},
58+
"doc/sphinxext/prs/13515.json": {
59+
"a": 19,
60+
"d": 0
61+
}
62+
}
63+
}

doc/sphinxext/prs/13517.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"merge_commit_sha": "04cd7c50f1638e19b723ad98ecf99a4f94393912",
3+
"authors": [
4+
{
5+
"n": "dependabot[bot]",
6+
"e": "49699333+dependabot[bot]@users.noreply.github.com"
7+
},
8+
{
9+
"n": "mne[bot]",
10+
11+
}
12+
],
13+
"changes": {
14+
".github/workflows/autofix.yml": {
15+
"a": 1,
16+
"d": 1
17+
},
18+
".github/workflows/autopush.yml": {
19+
"a": 1,
20+
"d": 1
21+
},
22+
".github/workflows/check_changelog.yml": {
23+
"a": 1,
24+
"d": 1
25+
},
26+
".github/workflows/codeql-analysis.yml": {
27+
"a": 1,
28+
"d": 1
29+
},
30+
".github/workflows/credit.yml": {
31+
"a": 1,
32+
"d": 1
33+
},
34+
".github/workflows/release.yml": {
35+
"a": 1,
36+
"d": 1
37+
},
38+
".github/workflows/spec_zero.yml": {
39+
"a": 1,
40+
"d": 1
41+
},
42+
".github/workflows/tests.yml": {
43+
"a": 2,
44+
"d": 2
45+
}
46+
}
47+
}

doc/sphinxext/prs/13519.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"merge_commit_sha": "12694e644657b142bbc1f17bf1f73f6ce2051586",
3+
"authors": [
4+
{
5+
"n": "pre-commit-ci[bot]",
6+
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
7+
},
8+
{
9+
"n": "mne[bot]",
10+
11+
}
12+
],
13+
"changes": {
14+
".pre-commit-config.yaml": {
15+
"a": 2,
16+
"d": 2
17+
}
18+
}
19+
}

doc/sphinxext/prs/13521.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "adcbae3c131bb0b0367b1f996efcf8677ca70024",
3+
"authors": [
4+
{
5+
"n": "Thomas S. Binns",
6+
7+
}
8+
],
9+
"changes": {
10+
"doc/changes/dev/13521.bugfix.rst": {
11+
"a": 1,
12+
"d": 0
13+
},
14+
"mne/time_frequency/spectrum.py": {
15+
"a": 1,
16+
"d": 1
17+
},
18+
"mne/time_frequency/tests/test_spectrum.py": {
19+
"a": 7,
20+
"d": 0
21+
},
22+
"mne/time_frequency/tests/test_tfr.py": {
23+
"a": 9,
24+
"d": 0
25+
},
26+
"mne/time_frequency/tfr.py": {
27+
"a": 0,
28+
"d": 1
29+
}
30+
}
31+
}

doc/sphinxext/prs/13525.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"merge_commit_sha": "f4853ce70c16bcde2f558eead852d6c432581e9a",
3+
"authors": [
4+
{
5+
"n": "Eric Larson",
6+
7+
},
8+
{
9+
"n": "autofix-ci[bot]",
10+
"e": "114827586+autofix-ci[bot]@users.noreply.github.com"
11+
}
12+
],
13+
"changes": {
14+
"doc/changes/dev/13525.bugfix.rst": {
15+
"a": 1,
16+
"d": 0
17+
},
18+
"doc/sphinxext/directive_formatting.py": {
19+
"a": 2,
20+
"d": 2
21+
},
22+
"examples/decoding/decoding_time_generalization_conditions.py": {
23+
"a": 3,
24+
"d": 4
25+
},
26+
"mne/chpi.py": {
27+
"a": 58,
28+
"d": 20
29+
},
30+
"mne/datasets/config.py": {
31+
"a": 2,
32+
"d": 2
33+
},
34+
"mne/tests/test_chpi.py": {
35+
"a": 17,
36+
"d": 0
37+
}
38+
}
39+
}

doc/sphinxext/prs/13526.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"merge_commit_sha": "718aabf1356c07b5c11333c67cd30c6dcbe61cf9",
3+
"authors": [
4+
{
5+
"n": "Thomas S. Binns",
6+
7+
}
8+
],
9+
"changes": {
10+
"doc/changes/dev/13526.bugfix.rst": {
11+
"a": 1,
12+
"d": 0
13+
},
14+
"mne/time_frequency/spectrum.py": {
15+
"a": 6,
16+
"d": 2
17+
},
18+
"mne/time_frequency/tests/test_spectrum.py": {
19+
"a": 21,
20+
"d": 6
21+
},
22+
"mne/time_frequency/tests/test_tfr.py": {
23+
"a": 18,
24+
"d": 1
25+
},
26+
"mne/time_frequency/tfr.py": {
27+
"a": 3,
28+
"d": 3
29+
},
30+
"mne/utils/spectrum.py": {
31+
"a": 11,
32+
"d": 0
33+
}
34+
}
35+
}

doc/sphinxext/prs/13527.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"merge_commit_sha": "653130a5aaf4371d6377899b68c33844311a30b0",
3+
"authors": [
4+
{
5+
"n": "Eric Larson",
6+
7+
}
8+
],
9+
"changes": {
10+
"tools/github_actions_env_vars.sh": {
11+
"a": 4,
12+
"d": 0
13+
}
14+
}
15+
}

doc/sphinxext/prs/13528.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"merge_commit_sha": "80788c8b3ef913bfd796c10290442704a36afcdb",
3+
"authors": [
4+
{
5+
"n": "Thomas S. Binns",
6+
7+
}
8+
],
9+
"changes": {
10+
"doc/changes/dev/13528.bugfix.rst": {
11+
"a": 1,
12+
"d": 0
13+
},
14+
"mne/_fiff/meas_info.py": {
15+
"a": 4,
16+
"d": 0
17+
},
18+
"mne/_fiff/tests/test_meas_info.py": {
19+
"a": 7,
20+
"d": 0
21+
},
22+
"mne/export/tests/test_export.py": {
23+
"a": 1,
24+
"d": 1
25+
}
26+
}
27+
}

doc/sphinxext/prs/13534.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"merge_commit_sha": "340841fde29e645fbc2465906d899db1568dc645",
3+
"authors": [
4+
{
5+
"n": "mne[bot]",
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+
15+
}
16+
],
17+
"changes": {
18+
".github/workflows/spec_zero.yml": {
19+
"a": 8,
20+
"d": 0
21+
},
22+
"environment.yml": {
23+
"a": 1,
24+
"d": 1
25+
},
26+
"pyproject.toml": {
27+
"a": 1,
28+
"d": 1
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)