diff --git a/doc/sphinxext/credit_tools.py b/doc/sphinxext/credit_tools.py index 4aa3dd5546e..fc91a25402a 100644 --- a/doc/sphinxext/credit_tools.py +++ b/doc/sphinxext/credit_tools.py @@ -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, @@ -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 diff --git a/doc/sphinxext/prs/13516.json b/doc/sphinxext/prs/13516.json new file mode 100644 index 00000000000..9194a3e0cd6 --- /dev/null +++ b/doc/sphinxext/prs/13516.json @@ -0,0 +1,63 @@ +{ + "merge_commit_sha": "2b2113546757cfe1a49c8dbcf0b8eeb90eb45006", + "authors": [ + { + "n": "mne[bot]", + "e": null + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13517.json b/doc/sphinxext/prs/13517.json new file mode 100644 index 00000000000..25a436b8d51 --- /dev/null +++ b/doc/sphinxext/prs/13517.json @@ -0,0 +1,47 @@ +{ + "merge_commit_sha": "04cd7c50f1638e19b723ad98ecf99a4f94393912", + "authors": [ + { + "n": "dependabot[bot]", + "e": "49699333+dependabot[bot]@users.noreply.github.com" + }, + { + "n": "mne[bot]", + "e": "50266005+mne-bot@users.noreply.github.com" + } + ], + "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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13519.json b/doc/sphinxext/prs/13519.json new file mode 100644 index 00000000000..b5ea69e037e --- /dev/null +++ b/doc/sphinxext/prs/13519.json @@ -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": "50266005+mne-bot@users.noreply.github.com" + } + ], + "changes": { + ".pre-commit-config.yaml": { + "a": 2, + "d": 2 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13521.json b/doc/sphinxext/prs/13521.json new file mode 100644 index 00000000000..3978d4b7ec5 --- /dev/null +++ b/doc/sphinxext/prs/13521.json @@ -0,0 +1,31 @@ +{ + "merge_commit_sha": "adcbae3c131bb0b0367b1f996efcf8677ca70024", + "authors": [ + { + "n": "Thomas S. Binns", + "e": "t.s.binns@outlook.com" + } + ], + "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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13525.json b/doc/sphinxext/prs/13525.json new file mode 100644 index 00000000000..c0fa05db86f --- /dev/null +++ b/doc/sphinxext/prs/13525.json @@ -0,0 +1,39 @@ +{ + "merge_commit_sha": "f4853ce70c16bcde2f558eead852d6c432581e9a", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + }, + { + "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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13526.json b/doc/sphinxext/prs/13526.json new file mode 100644 index 00000000000..bc5049557c1 --- /dev/null +++ b/doc/sphinxext/prs/13526.json @@ -0,0 +1,35 @@ +{ + "merge_commit_sha": "718aabf1356c07b5c11333c67cd30c6dcbe61cf9", + "authors": [ + { + "n": "Thomas S. Binns", + "e": "t.s.binns@outlook.com" + } + ], + "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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13527.json b/doc/sphinxext/prs/13527.json new file mode 100644 index 00000000000..345e882052e --- /dev/null +++ b/doc/sphinxext/prs/13527.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "653130a5aaf4371d6377899b68c33844311a30b0", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "tools/github_actions_env_vars.sh": { + "a": 4, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13528.json b/doc/sphinxext/prs/13528.json new file mode 100644 index 00000000000..e7c12d88117 --- /dev/null +++ b/doc/sphinxext/prs/13528.json @@ -0,0 +1,27 @@ +{ + "merge_commit_sha": "80788c8b3ef913bfd796c10290442704a36afcdb", + "authors": [ + { + "n": "Thomas S. Binns", + "e": "t.s.binns@outlook.com" + } + ], + "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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13534.json b/doc/sphinxext/prs/13534.json new file mode 100644 index 00000000000..07d98db23e5 --- /dev/null +++ b/doc/sphinxext/prs/13534.json @@ -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": "larson.eric.d@gmail.com" + } + ], + "changes": { + ".github/workflows/spec_zero.yml": { + "a": 8, + "d": 0 + }, + "environment.yml": { + "a": 1, + "d": 1 + }, + "pyproject.toml": { + "a": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13536.json b/doc/sphinxext/prs/13536.json new file mode 100644 index 00000000000..883b3645097 --- /dev/null +++ b/doc/sphinxext/prs/13536.json @@ -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": "50266005+mne-bot@users.noreply.github.com" + } + ], + "changes": { + ".pre-commit-config.yaml": { + "a": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13539.json b/doc/sphinxext/prs/13539.json new file mode 100644 index 00000000000..01e3ad8fe0c --- /dev/null +++ b/doc/sphinxext/prs/13539.json @@ -0,0 +1,43 @@ +{ + "merge_commit_sha": "825652aa74d0d1abb5a35c5fdd3c63982ef2229c", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + }, + { + "n": "autofix-ci[bot]", + "e": "114827586+autofix-ci[bot]@users.noreply.github.com" + } + ], + "changes": { + "doc/changes/dev/13539.bugfix.rst": { + "a": 2, + "d": 0 + }, + "mne/coreg.py": { + "a": 46, + "d": 0 + }, + "mne/evoked.py": { + "a": 2, + "d": 0 + }, + "mne/gui/_coreg.py": { + "a": 1, + "d": 0 + }, + "mne/tests/test_coreg.py": { + "a": 2, + "d": 0 + }, + "mne/tests/test_evoked.py": { + "a": 5, + "d": 2 + }, + "mne/utils/numerics.py": { + "a": 3, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13540.json b/doc/sphinxext/prs/13540.json new file mode 100644 index 00000000000..5ff8317d6b3 --- /dev/null +++ b/doc/sphinxext/prs/13540.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "eb80c6d473edb7dca9265a6375af76e345d3c50a", + "authors": [ + { + "n": "Clemens Brunner", + "e": null + } + ], + "changes": { + "mne/io/edf/edf.py": { + "a": 5, + "d": 2 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13542.json b/doc/sphinxext/prs/13542.json new file mode 100644 index 00000000000..7897faf26da --- /dev/null +++ b/doc/sphinxext/prs/13542.json @@ -0,0 +1,39 @@ +{ + "merge_commit_sha": "bc4f23260a8b1cf9d019d77f5a61534e371524bb", + "authors": [ + { + "n": "Lumberbot (aka Jack)", + "e": null + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.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 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13545.json b/doc/sphinxext/prs/13545.json new file mode 100644 index 00000000000..da8363912c6 --- /dev/null +++ b/doc/sphinxext/prs/13545.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "b16611a2d81ba21e5e93c772120eaef6fc8d82bd", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "examples/decoding/decoding_xdawn_eeg.py": { + "a": 7, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13546.json b/doc/sphinxext/prs/13546.json new file mode 100644 index 00000000000..c972847efe5 --- /dev/null +++ b/doc/sphinxext/prs/13546.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "bb2bdc1bed8515f5a741d268411b0fb9ed2bf72c", + "authors": [ + { + "n": "pre-commit-ci[bot]", + "e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" + }, + { + "n": "mne[bot]", + "e": "50266005+mne-bot@users.noreply.github.com" + } + ], + "changes": { + ".pre-commit-config.yaml": { + "a": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13549.json b/doc/sphinxext/prs/13549.json new file mode 100644 index 00000000000..02f8f191a3f --- /dev/null +++ b/doc/sphinxext/prs/13549.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "a365496bcbe0836235db5f159206dad523cd62cd", + "authors": [ + { + "n": "Michael Straube", + "e": null + }, + { + "n": "Daniel McCloy", + "e": "dan@mccloy.info" + } + ], + "changes": { + "doc/changes/dev/13549.bugfix.rst": { + "a": 1, + "d": 0 + }, + "mne/viz/evoked.py": { + "a": 4, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13557.json b/doc/sphinxext/prs/13557.json new file mode 100644 index 00000000000..878aeced347 --- /dev/null +++ b/doc/sphinxext/prs/13557.json @@ -0,0 +1,27 @@ +{ + "merge_commit_sha": "5ce7c8d145073a69c8d609937d994448e437b766", + "authors": [ + { + "n": "dependabot[bot]", + "e": "49699333+dependabot[bot]@users.noreply.github.com" + }, + { + "n": "mne[bot]", + "e": "50266005+mne-bot@users.noreply.github.com" + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + ".github/workflows/release.yml": { + "a": 2, + "d": 2 + }, + ".github/workflows/tests.yml": { + "a": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13559.json b/doc/sphinxext/prs/13559.json new file mode 100644 index 00000000000..c0df09e5298 --- /dev/null +++ b/doc/sphinxext/prs/13559.json @@ -0,0 +1,47 @@ +{ + "merge_commit_sha": "3d78451d5fe271859642ed25159668ef3962d68c", + "authors": [ + { + "n": "pre-commit-ci[bot]", + "e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" + }, + { + "n": "mne[bot]", + "e": "50266005+mne-bot@users.noreply.github.com" + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + ".pre-commit-config.yaml": { + "a": 2, + "d": 2 + }, + "azure-pipelines.yml": { + "a": 2, + "d": 2 + }, + "doc/sphinxext/related_software.py": { + "a": 5, + "d": 0 + }, + "mne/surface.py": { + "a": 9, + "d": 2 + }, + "mne/viz/tests/test_3d_mpl.py": { + "a": 1, + "d": 1 + }, + "tools/azure_dependencies.sh": { + "a": 2, + "d": 2 + }, + "tools/github_actions_dependencies.sh": { + "a": 2, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13561.json b/doc/sphinxext/prs/13561.json new file mode 100644 index 00000000000..0a4ac5f7533 --- /dev/null +++ b/doc/sphinxext/prs/13561.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "1b3973b3880f53c8decbebcd7c4b8eed5ed924f4", + "authors": [ + { + "n": "Varun Kasyap Pentamaraju", + "e": null + }, + { + "n": "Daniel McCloy", + "e": "dan@mccloy.info" + } + ], + "changes": { + "mne/utils/_logging.py": { + "a": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13563.json b/doc/sphinxext/prs/13563.json new file mode 100644 index 00000000000..739b568f704 --- /dev/null +++ b/doc/sphinxext/prs/13563.json @@ -0,0 +1,55 @@ +{ + "merge_commit_sha": "0a88d41c844fc42ce2f75b39f793683f5ad2bf00", + "authors": [ + { + "n": "Varun Kasyap Pentamaraju", + "e": null + }, + { + "n": "Mathieu Scheltienne", + "e": "mathieu.scheltienne@gmail.com" + } + ], + "changes": { + "mne/_fiff/meas_info.py": { + "a": 1, + "d": 1 + }, + "mne/channels/channels.py": { + "a": 1, + "d": 1 + }, + "mne/channels/layout.py": { + "a": 1, + "d": 1 + }, + "mne/epochs.py": { + "a": 5, + "d": 5 + }, + "mne/evoked.py": { + "a": 1, + "d": 1 + }, + "mne/io/eeglab/_eeglab.py": { + "a": 1, + "d": 1 + }, + "mne/morph.py": { + "a": 1, + "d": 1 + }, + "mne/preprocessing/eyetracking/calibration.py": { + "a": 1, + "d": 1 + }, + "mne/source_estimate.py": { + "a": 1, + "d": 1 + }, + "mne/utils/docs.py": { + "a": 2, + "d": 2 + } + } +} \ No newline at end of file