Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/sphinxext/credit_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# preferring GitHub profile info (when complete!) is probably preferable.

# Allowed singletons
single_names = "btkcodedev buildqa sviter Akshay user27182 Mojackhak".split()
single_names = "btkcodedev buildqa sviter Akshay user27182 Mojackhak mne[bot]".split()
# Surnames where we have more than one distinct contributor:
name_counts = dict(
Bailey=2,
Expand Down Expand Up @@ -93,6 +93,8 @@ def _good_name(name):
if name is None:
return False
assert isinstance(name, str), type(name)
if name == "mne[bot]":
return True
if not name.strip():
return False
if " " not in name and name not in single_names: # at least two parts
Expand Down
63 changes: 63 additions & 0 deletions doc/sphinxext/prs/13516.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"merge_commit_sha": "2b2113546757cfe1a49c8dbcf0b8eeb90eb45006",
"authors": [
{
"n": "mne[bot]",
"e": null
},
{
"n": "Eric Larson",
"e": "[email protected]"
}
],
"changes": {
"doc/_static/js/contrib-avatars.js": {
"a": 1,
"d": 1
},
"doc/conf.py": {
"a": 2,
"d": 2
},
"doc/development/governance.rst": {
"a": 1,
"d": 1
},
"doc/sphinxext/credit_tools.py": {
"a": 1,
"d": 0
},
"doc/sphinxext/prs/13501.json": {
"a": 351,
"d": 0
},
"doc/sphinxext/prs/13503.json": {
"a": 47,
"d": 0
},
"doc/sphinxext/prs/13504.json": {
"a": 31,
"d": 0
},
"doc/sphinxext/prs/13505.json": {
"a": 19,
"d": 0
},
"doc/sphinxext/prs/13509.json": {
"a": 27,
"d": 0
},
"doc/sphinxext/prs/13510.json": {
"a": 19,
"d": 0
},
"doc/sphinxext/prs/13514.json": {
"a": 15,
"d": 0
},
"doc/sphinxext/prs/13515.json": {
"a": 19,
"d": 0
}
}
}
47 changes: 47 additions & 0 deletions doc/sphinxext/prs/13517.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"merge_commit_sha": "04cd7c50f1638e19b723ad98ecf99a4f94393912",
"authors": [
{
"n": "dependabot[bot]",
"e": "49699333+dependabot[bot]@users.noreply.github.com"
},
{
"n": "mne[bot]",
"e": "[email protected]"
}
],
"changes": {
".github/workflows/autofix.yml": {
"a": 1,
"d": 1
},
".github/workflows/autopush.yml": {
"a": 1,
"d": 1
},
".github/workflows/check_changelog.yml": {
"a": 1,
"d": 1
},
".github/workflows/codeql-analysis.yml": {
"a": 1,
"d": 1
},
".github/workflows/credit.yml": {
"a": 1,
"d": 1
},
".github/workflows/release.yml": {
"a": 1,
"d": 1
},
".github/workflows/spec_zero.yml": {
"a": 1,
"d": 1
},
".github/workflows/tests.yml": {
"a": 2,
"d": 2
}
}
}
19 changes: 19 additions & 0 deletions doc/sphinxext/prs/13519.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"merge_commit_sha": "12694e644657b142bbc1f17bf1f73f6ce2051586",
"authors": [
{
"n": "pre-commit-ci[bot]",
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
},
{
"n": "mne[bot]",
"e": "[email protected]"
}
],
"changes": {
".pre-commit-config.yaml": {
"a": 2,
"d": 2
}
}
}
31 changes: 31 additions & 0 deletions doc/sphinxext/prs/13521.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"merge_commit_sha": "adcbae3c131bb0b0367b1f996efcf8677ca70024",
"authors": [
{
"n": "Thomas S. Binns",
"e": "[email protected]"
}
],
"changes": {
"doc/changes/dev/13521.bugfix.rst": {
"a": 1,
"d": 0
},
"mne/time_frequency/spectrum.py": {
"a": 1,
"d": 1
},
"mne/time_frequency/tests/test_spectrum.py": {
"a": 7,
"d": 0
},
"mne/time_frequency/tests/test_tfr.py": {
"a": 9,
"d": 0
},
"mne/time_frequency/tfr.py": {
"a": 0,
"d": 1
}
}
}
39 changes: 39 additions & 0 deletions doc/sphinxext/prs/13525.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"merge_commit_sha": "f4853ce70c16bcde2f558eead852d6c432581e9a",
"authors": [
{
"n": "Eric Larson",
"e": "[email protected]"
},
{
"n": "autofix-ci[bot]",
"e": "114827586+autofix-ci[bot]@users.noreply.github.com"
}
],
"changes": {
"doc/changes/dev/13525.bugfix.rst": {
"a": 1,
"d": 0
},
"doc/sphinxext/directive_formatting.py": {
"a": 2,
"d": 2
},
"examples/decoding/decoding_time_generalization_conditions.py": {
"a": 3,
"d": 4
},
"mne/chpi.py": {
"a": 58,
"d": 20
},
"mne/datasets/config.py": {
"a": 2,
"d": 2
},
"mne/tests/test_chpi.py": {
"a": 17,
"d": 0
}
}
}
35 changes: 35 additions & 0 deletions doc/sphinxext/prs/13526.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"merge_commit_sha": "718aabf1356c07b5c11333c67cd30c6dcbe61cf9",
"authors": [
{
"n": "Thomas S. Binns",
"e": "[email protected]"
}
],
"changes": {
"doc/changes/dev/13526.bugfix.rst": {
"a": 1,
"d": 0
},
"mne/time_frequency/spectrum.py": {
"a": 6,
"d": 2
},
"mne/time_frequency/tests/test_spectrum.py": {
"a": 21,
"d": 6
},
"mne/time_frequency/tests/test_tfr.py": {
"a": 18,
"d": 1
},
"mne/time_frequency/tfr.py": {
"a": 3,
"d": 3
},
"mne/utils/spectrum.py": {
"a": 11,
"d": 0
}
}
}
15 changes: 15 additions & 0 deletions doc/sphinxext/prs/13527.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"merge_commit_sha": "653130a5aaf4371d6377899b68c33844311a30b0",
"authors": [
{
"n": "Eric Larson",
"e": "[email protected]"
}
],
"changes": {
"tools/github_actions_env_vars.sh": {
"a": 4,
"d": 0
}
}
}
27 changes: 27 additions & 0 deletions doc/sphinxext/prs/13528.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"merge_commit_sha": "80788c8b3ef913bfd796c10290442704a36afcdb",
"authors": [
{
"n": "Thomas S. Binns",
"e": "[email protected]"
}
],
"changes": {
"doc/changes/dev/13528.bugfix.rst": {
"a": 1,
"d": 0
},
"mne/_fiff/meas_info.py": {
"a": 4,
"d": 0
},
"mne/_fiff/tests/test_meas_info.py": {
"a": 7,
"d": 0
},
"mne/export/tests/test_export.py": {
"a": 1,
"d": 1
}
}
}
31 changes: 31 additions & 0 deletions doc/sphinxext/prs/13534.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"merge_commit_sha": "340841fde29e645fbc2465906d899db1568dc645",
"authors": [
{
"n": "mne[bot]",
"e": null
},
{
"n": "pre-commit-ci[bot]",
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
},
{
"n": "Eric Larson",
"e": "[email protected]"
}
],
"changes": {
".github/workflows/spec_zero.yml": {
"a": 8,
"d": 0
},
"environment.yml": {
"a": 1,
"d": 1
},
"pyproject.toml": {
"a": 1,
"d": 1
}
}
}
19 changes: 19 additions & 0 deletions doc/sphinxext/prs/13536.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"merge_commit_sha": "0a2bba393f495fdd2bcc0655a6afc315f896c9a0",
"authors": [
{
"n": "pre-commit-ci[bot]",
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
},
{
"n": "mne[bot]",
"e": "[email protected]"
}
],
"changes": {
".pre-commit-config.yaml": {
"a": 1,
"d": 1
}
}
}
Loading
Loading