forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Update code credit (mne-tools#12880)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8379668
commit 717bd1a
Showing
37 changed files
with
1,375 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"merge_commit_sha": "d917be12de5739654f3c690fe176382948e261d2", | ||
"authors": [ | ||
{ | ||
"n": "Qian Chu", | ||
"e": null | ||
}, | ||
{ | ||
"n": "pre-commit-ci[bot]", | ||
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" | ||
}, | ||
{ | ||
"n": "Alex Lepauvre", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Daniel McCloy", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Eric Larson", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12366.newfeature.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"doc/changes/names.inc": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/_fiff/reference.py": { | ||
"a": 103, | ||
"d": 14 | ||
}, | ||
"mne/_fiff/tests/test_reference.py": { | ||
"a": 154, | ||
"d": 0 | ||
}, | ||
"mne/utils/docs.py": { | ||
"a": 18, | ||
"d": 2 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"merge_commit_sha": "828953e0ba584c149bcd2d6898d3599af1b30f40", | ||
"authors": [ | ||
{ | ||
"n": "Clemens Brunner", | ||
"e": null | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12787.other.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/utils/config.py": { | ||
"a": 55, | ||
"d": 5 | ||
}, | ||
"mne/utils/tests/test_config.py": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"pyproject.toml": { | ||
"a": 1, | ||
"d": 1 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"merge_commit_sha": "dcb05a22cff16539e5753496668fa0a0b14b6c9a", | ||
"authors": [ | ||
{ | ||
"n": "Daniel McCloy", | ||
"e": null | ||
} | ||
], | ||
"changes": { | ||
"doc/_static/style.css": { | ||
"a": 35, | ||
"d": 10 | ||
}, | ||
"mne/html_templates/repr/_acquisition.html.jinja": { | ||
"a": 13, | ||
"d": 23 | ||
}, | ||
"mne/html_templates/repr/_channels.html.jinja": { | ||
"a": 7, | ||
"d": 17 | ||
}, | ||
"mne/html_templates/repr/_filters.html.jinja": { | ||
"a": 6, | ||
"d": 16 | ||
}, | ||
"mne/html_templates/repr/_general.html.jinja": { | ||
"a": 8, | ||
"d": 18 | ||
}, | ||
"mne/html_templates/repr/epochs.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/evoked.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/forward.html.jinja": { | ||
"a": 3, | ||
"d": 3 | ||
}, | ||
"mne/html_templates/repr/ica.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/info.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/inverse_operator.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/raw.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/spectrum.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/html_templates/repr/static/_section_header_row.html.jinja": { | ||
"a": 12, | ||
"d": 0 | ||
}, | ||
"mne/html_templates/repr/static/repr.css": { | ||
"a": 95, | ||
"d": 93 | ||
}, | ||
"mne/html_templates/repr/static/repr.js": { | ||
"a": 17, | ||
"d": 29 | ||
}, | ||
"mne/html_templates/repr/tfr.html.jinja": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"tutorials/intro/70_report.py": { | ||
"a": 2, | ||
"d": 2 | ||
}, | ||
"tutorials/io/70_reading_eyetracking_data.py": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"tutorials/raw/20_event_arrays.py": { | ||
"a": 2, | ||
"d": 2 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"merge_commit_sha": "346af6fec258e3bb0d30791dfacbe86cdb354f2b", | ||
"authors": [ | ||
{ | ||
"n": "github-actions[bot]", | ||
"e": "41898282+github-actions[bot]@users.noreply.github.com" | ||
} | ||
], | ||
"changes": { | ||
"doc/sphinxext/prs/12792.json": { | ||
"a": 75, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12796.json": { | ||
"a": 15, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12797.json": { | ||
"a": 311, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12798.json": { | ||
"a": 99, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12799.json": { | ||
"a": 251, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12800.json": { | ||
"a": 15, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12801.json": { | ||
"a": 23, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12802.json": { | ||
"a": 19, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12803.json": { | ||
"a": 27, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12804.json": { | ||
"a": 31, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12805.json": { | ||
"a": 51, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12806.json": { | ||
"a": 47, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12810.json": { | ||
"a": 35, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12811.json": { | ||
"a": 51, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12812.json": { | ||
"a": 15, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12813.json": { | ||
"a": 15, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12814.json": { | ||
"a": 15, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12815.json": { | ||
"a": 19, | ||
"d": 0 | ||
}, | ||
"doc/sphinxext/prs/12820.json": { | ||
"a": 159, | ||
"d": 0 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"merge_commit_sha": "e221c6cb71ec42f7eebe1c5ea81089d78c91d4a8", | ||
"authors": [ | ||
{ | ||
"n": "Eric Larson", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
".git-blame-ignore-revs": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"examples/inverse/morph_volume_stc.py": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/morph.py": { | ||
"a": 7, | ||
"d": 1 | ||
}, | ||
"mne/preprocessing/ieeg/_volume.py": { | ||
"a": 3, | ||
"d": 1 | ||
}, | ||
"mne/tests/test_morph.py": { | ||
"a": 5, | ||
"d": 1 | ||
}, | ||
"mne/transforms.py": { | ||
"a": 22, | ||
"d": 10 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"merge_commit_sha": "3f1c7803f73862dec3e4e85e36e916f2a6d642c9", | ||
"authors": [ | ||
{ | ||
"n": "pre-commit-ci[bot]", | ||
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" | ||
} | ||
], | ||
"changes": { | ||
".pre-commit-config.yaml": { | ||
"a": 1, | ||
"d": 1 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"merge_commit_sha": "013d6c9f630342e5af7633641162c7b85417782a", | ||
"authors": [ | ||
{ | ||
"n": "Mathieu Scheltienne", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
"mne/preprocessing/hfc.py": { | ||
"a": 2, | ||
"d": 2 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"merge_commit_sha": "f3a3ca4430e1d4b9c539e7949c946f4f83bdb43f", | ||
"authors": [ | ||
{ | ||
"n": "Thomas S. Binns", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Eric Larson", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "pre-commit-ci[bot]", | ||
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12827.other.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/decoding/csp.py": { | ||
"a": 52, | ||
"d": 3 | ||
}, | ||
"mne/decoding/ssd.py": { | ||
"a": 25, | ||
"d": 0 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"merge_commit_sha": "c993ae5d65b3c161876da407e293e6784c6e8ad9", | ||
"authors": [ | ||
{ | ||
"n": "Thomas S. Binns", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12829.apichange.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/decoding/csp.py": { | ||
"a": 7, | ||
"d": 0 | ||
} | ||
} | ||
} |
Oops, something went wrong.