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
2 changes: 1 addition & 1 deletion .github/workflows/credit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --global user.name "mne[bot]"
BRANCH=credit/$(date '+%Y%m%d')
git checkout -b $BRANCH
git commit -am "mne[bot]: Update code credit"
git commit -am "mne[bot]: Update code credit [skip azp] [skip actions]"
git push origin $BRANCH
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")
echo "Opened https://github.com/mne-tools/mne-python/pull/${PR_NUM}" >> $GITHUB_STEP_SUMMARY
Expand Down
2 changes: 2 additions & 0 deletions doc/sphinxext/credit_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"Akhilesh": "Akhilesh S. Yadav", # 13639
"Aniket": "Aniket Singh Yadav", # 13672
"AnneSo": "Anne-Sophie Dubarry", # 4910
"Baris": "Baris Talar", # 13870
"Basile": "Basile Pinsard", # 1791
"Bru": "Bruno Aristimunha", # 13489
"ChristinaZhao": "Christina Zhao", # 9075
Expand Down Expand Up @@ -283,6 +284,7 @@ def generate_credit_rst(app=None, *, verbose=False):
and "github-actions[bot]" not in email
and "50266005+mne-bot" not in email
and "copilot@github.com" not in email
and "noreply@anthropic.com" not in email
)
what = "Unknown emails, consider adding to .mailmap:\n"
assert len(unknown_emails) == 0, what + "\n".join(sorted(unknown_emails))
Expand Down
27 changes: 27 additions & 0 deletions doc/sphinxext/prs/13584.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"merge_commit_sha": "651bcadf0235c2c163cb72b6e864de64d842bd3c",
"authors": [
{
"n": "Carina",
"e": "carinaforster0611@gmail.com"
},
{
"n": "dependabot[bot]",
"e": "49699333+dependabot[bot]@users.noreply.github.com"
}
],
"changes": {
"doc/_includes/forward.rst": {
"a": 1,
"d": 3
},
"doc/changes/dev/13584.other.rst": {
"a": 1,
"d": 0
},
"tutorials/inverse/80_brainstorm_phantom_elekta.py": {
"a": 164,
"d": 97
}
}
}
35 changes: 35 additions & 0 deletions doc/sphinxext/prs/13813.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"merge_commit_sha": "692eccee2a4f71113d0a9316c3bd37fea813d979",
"authors": [
{
"n": "Himanshu Mahor",
"e": null
},
{
"n": "pre-commit-ci[bot]",
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
},
{
"n": "Erica R Peterson",
"e": "38704848+nordme@users.noreply.github.com"
}
],
"changes": {
"doc/changes/dev/13813.other.rst": {
"a": 1,
"d": 0
},
"mne/stats/permutations.py": {
"a": 2,
"d": 1
},
"mne/utils/check.py": {
"a": 6,
"d": 2
},
"mne/utils/tests/test_check.py": {
"a": 19,
"d": 0
}
}
}
23 changes: 23 additions & 0 deletions doc/sphinxext/prs/13837.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"merge_commit_sha": "844eb4842882884078b902ccf5f7b7a5481f3472",
"authors": [
{
"n": "Carina",
"e": "carinaforster0611@gmail.com"
},
{
"n": "Daniel McCloy",
"e": "dan@mccloy.info"
}
],
"changes": {
"doc/development/contributing.rst": {
"a": 42,
"d": 9
},
"doc/development/index.rst": {
"a": 5,
"d": 2
}
}
}
23 changes: 23 additions & 0 deletions doc/sphinxext/prs/13849.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"merge_commit_sha": "03dd68a8796741d34bef04ab0e8e74e6b8d155e1",
"authors": [
{
"n": "Jonas Mago",
"e": null
},
{
"n": "Daniel McCloy",
"e": "dan@mccloy.info"
}
],
"changes": {
"doc/sphinxext/related_software.py": {
"a": 6,
"d": 1
},
"doc/sphinxext/related_software_nodeps.txt": {
"a": 1,
"d": 0
}
}
}
31 changes: 31 additions & 0 deletions doc/sphinxext/prs/13870.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"merge_commit_sha": "eb0758a797cf295583e3c8b820150c9f26ec2336",
"authors": [
{
"n": "Baris",
"e": null
},
{
"n": "Claude Sonnet 4.6",
"e": "noreply@anthropic.com"
}
],
"changes": {
"doc/changes/dev/13870.bugfix.rst": {
"a": 1,
"d": 0
},
"doc/changes/names.inc": {
"a": 1,
"d": 0
},
"mne/utils/check.py": {
"a": 9,
"d": 4
},
"mne/utils/tests/test_check.py": {
"a": 16,
"d": 0
}
}
}
43 changes: 43 additions & 0 deletions doc/sphinxext/prs/13875.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"merge_commit_sha": "6b495eb79322d20fac5a6b410cda147f3ff30905",
"authors": [
{
"n": "Kalle Mäkelä",
"e": null
},
{
"n": "pre-commit-ci[bot]",
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com"
}
],
"changes": {
"doc/changes/dev/13875.newfeature.rst": {
"a": 1,
"d": 0
},
"mne/io/hitachi/tests/test_hitachi.py": {
"a": 1,
"d": 1
},
"mne/preprocessing/nirs/__init__.py": {
"a": 1,
"d": 0
},
"mne/preprocessing/nirs/_beer_lambert_law.py": {
"a": 52,
"d": 3
},
"mne/preprocessing/nirs/nirs.py": {
"a": 6,
"d": 0
},
"mne/preprocessing/nirs/tests/test_beer_lambert_law.py": {
"a": 83,
"d": 1
},
"mne/preprocessing/nirs/tests/test_nirs.py": {
"a": 17,
"d": 0
}
}
}
23 changes: 23 additions & 0 deletions doc/sphinxext/prs/13877.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"merge_commit_sha": "741dafa3d0e525931ef5daf20c247f942404e1b7",
"authors": [
{
"n": "Aniket",
"e": null
},
{
"n": "Thomas S. Binns",
"e": "t.s.binns@outlook.com"
},
{
"n": "Daniel McCloy",
"e": "dan@mccloy.info"
}
],
"changes": {
"doc/development/contributing.rst": {
"a": 46,
"d": 0
}
}
}
Loading