diff --git a/.mailmap b/.mailmap index 668b0124c85..f5bb38fe0b4 100644 --- a/.mailmap +++ b/.mailmap @@ -246,6 +246,7 @@ Matti Hämäläinen Matti Hämäläinen mshamalainen Matti Toivonen <105695400+mattitoi@users.noreply.github.com> mattitoi <105695400+mattitoi@users.noreply.github.com> Maureen Shader <55732126+mshader@users.noreply.github.com> mshader <55732126+mshader@users.noreply.github.com> +Melih Yayli Michiru Kaneda rcmdnk Mikołaj Magnuski Mikolaj Magnuski Mikołaj Magnuski mmagnuski @@ -256,6 +257,7 @@ Motofumi Fushimi <30593537+motofumi-fushimi@users.noreply.github.com> motofumi-f Natalie Klein natalieklein Nathalie Gayraud Nathalie Nathalie Gayraud Nathalie +Natneal B Naveen Srinivasan <172697+naveensrinivasan@users.noreply.github.com> Naveen <172697+naveensrinivasan@users.noreply.github.com> Nicolas Barascud nbara Nicolas Barascud Nicolas Barascud <10333715+nbara@users.noreply.github.com> @@ -359,6 +361,7 @@ Tziona NessAiver TzionaN user27182 <89109579+user27182@users.noreply.github.com> Valerii Chirkov Valerii <42982039+vagechirkov@users.noreply.github.com> Valerii Chirkov Valerii +varshaa-1616 Velu Prabhakar Kumaravel Velu Prabhakar Kumaravel Victoria Peterson vpeterson Wei Xu Wei diff --git a/doc/changes/dev/13520.bugfix.rst b/doc/changes/dev/13520.bugfix.rst index 1fd6fa28700..8540469462b 100644 --- a/doc/changes/dev/13520.bugfix.rst +++ b/doc/changes/dev/13520.bugfix.rst @@ -1 +1 @@ -Preserve ``kit_system_id`` in forward-solution ``Info``, by :newcontrib: 'Melih Yayli' \ No newline at end of file +Preserve ``kit_system_id`` in forward-solution ``Info``, by :newcontrib:`Melih Yayli`. \ No newline at end of file diff --git a/doc/changes/dev/13532.other.rst b/doc/changes/dev/13532.other.rst new file mode 100644 index 00000000000..4e6bca707a4 --- /dev/null +++ b/doc/changes/dev/13532.other.rst @@ -0,0 +1 @@ +Created a quality control report tutorial :ref:`tut-qc-report`, by :newcontrib:`varshaa-1616`. diff --git a/doc/changes/dev/13541.other.rst b/doc/changes/dev/13541.other.rst new file mode 100644 index 00000000000..fe613ba4729 --- /dev/null +++ b/doc/changes/dev/13541.other.rst @@ -0,0 +1 @@ +Improved docs for :func:`mne.io.read_raw_nirx`, by :newcontrib:`Natneal B`. \ No newline at end of file diff --git a/doc/changes/names.inc b/doc/changes/names.inc index 9d66d0fa6fd..29db588a9d9 100644 --- a/doc/changes/names.inc +++ b/doc/changes/names.inc @@ -227,6 +227,7 @@ .. _Nabil Alibou: https://github.com/nabilalibou .. _Natalie Klein: https://github.com/natalieklein .. _Nathalie Gayraud: https://github.com/ngayraud +.. _Natneal B: https://github.com/natinew77-creator .. _Naveen Srinivasan: https://github.com/naveensrinivasan .. _Nick Foti: https://nfoti.github.io .. _Nick Ward: https://profiles.ucl.ac.uk/10827-nick-ward @@ -343,6 +344,7 @@ .. _Tziona NessAiver: https://github.com/TzionaN .. _user27182: https://github.com/user27182 .. _Valerii Chirkov: https://github.com/vagechirkov +.. _varshaa-1616: https://github.com/varshaa-1616 .. _Varun Kasyap Pentamaraju: https://github.com/varunkasyap .. _Velu Prabhakar Kumaravel: https://github.com/vpKumaravel .. _Victor Ferat: https://github.com/vferat diff --git a/doc/sphinxext/credit_tools.py b/doc/sphinxext/credit_tools.py index fc91a25402a..8f8b8c00a22 100644 --- a/doc/sphinxext/credit_tools.py +++ b/doc/sphinxext/credit_tools.py @@ -38,7 +38,9 @@ # preferring GitHub profile info (when complete!) is probably preferable. # Allowed singletons -single_names = "btkcodedev buildqa sviter Akshay user27182 Mojackhak mne[bot]".split() +single_names = """ +btkcodedev buildqa sviter Akshay user27182 Mojackhak mne[bot] varshaa-1616 +""".strip().split() # Surnames where we have more than one distinct contributor: name_counts = dict( Bailey=2, @@ -52,6 +54,7 @@ ) # Exceptions, e.g., abbrevitaions in first/last name or all-caps exceptions = [ + "Natneal B", "T. Wang", "Ziyi ZENG", ] @@ -68,6 +71,7 @@ "enzo": "Enzo Altamiranda", # 11351 "Emma": "Emma Zhang", # 13486 "Frostime": "Yiping Zuo", # 11773 + "FT": "Tamas Fehervari", # 13408 "Gennadiy": "Gennadiy Belonosov", # 11720 "Genuster": "Gennadiy Belonosov", # 12936 "GreasyCat": "Rongfei Jin", # 13113 diff --git a/doc/sphinxext/prs/13408.json b/doc/sphinxext/prs/13408.json new file mode 100644 index 00000000000..72f9ba5553e --- /dev/null +++ b/doc/sphinxext/prs/13408.json @@ -0,0 +1,59 @@ +{ + "merge_commit_sha": "ff1092b42de1021a9d40ddd95788741e4eb125e7", + "authors": [ + { + "n": "FT", + "e": null + } + ], + "changes": { + "doc/changes/dev/13408.newfeature.rst": { + "a": 1, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + }, + "mne/datasets/config.py": { + "a": 2, + "d": 2 + }, + "mne/io/snirf/_snirf.py": { + "a": 3, + "d": 4 + }, + "mne/io/snirf/tests/test_snirf.py": { + "a": 27, + "d": 1 + }, + "mne/preprocessing/nirs/_beer_lambert_law.py": { + "a": 69, + "d": 23 + }, + "mne/preprocessing/nirs/_scalp_coupling_index.py": { + "a": 28, + "d": 8 + }, + "mne/preprocessing/nirs/nirs.py": { + "a": 81, + "d": 50 + }, + "mne/preprocessing/nirs/tests/test_beer_lambert_law.py": { + "a": 58, + "d": 43 + }, + "mne/preprocessing/nirs/tests/test_nirs.py": { + "a": 139, + "d": 48 + }, + "mne/preprocessing/nirs/tests/test_optical_density.py": { + "a": 25, + "d": 10 + }, + "mne/preprocessing/nirs/tests/test_scalp_coupling_index.py": { + "a": 89, + "d": 8 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13520.json b/doc/sphinxext/prs/13520.json new file mode 100644 index 00000000000..6fcd9e2d65d --- /dev/null +++ b/doc/sphinxext/prs/13520.json @@ -0,0 +1,35 @@ +{ + "merge_commit_sha": "2eefeb96b0e240d2fdb5db0595b2c8c2a1e024be", + "authors": [ + { + "n": "yaylim", + "e": "melihyayli@hotmail.com" + }, + { + "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": { + "doc/changes/dev/13520.bugfix.rst": { + "a": 1, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + }, + "mne/forward/_make_forward.py": { + "a": 6, + "d": 1 + }, + "mne/forward/tests/test_make_forward.py": { + "a": 3, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13532.json b/doc/sphinxext/prs/13532.json new file mode 100644 index 00000000000..59c437b8570 --- /dev/null +++ b/doc/sphinxext/prs/13532.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "a0973c2a14eae0b95dfc58854b91533f1de2625b", + "authors": [ + { + "n": "varshaa-1616", + "e": "varshaa.1616@gmail.com" + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + }, + { + "n": "autofix-ci[bot]", + "e": "114827586+autofix-ci[bot]@users.noreply.github.com" + } + ], + "changes": { + "tutorials/preprocessing/14_quality_control_report.py": { + "a": 267, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13541.json b/doc/sphinxext/prs/13541.json new file mode 100644 index 00000000000..216a43f467c --- /dev/null +++ b/doc/sphinxext/prs/13541.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "7b189e9a58156cd5ddce4c93429202bc3bce812b", + "authors": [ + { + "n": "Natneal.B", + "e": "nati.new77@gmail.com" + } + ], + "changes": { + "mne/io/nirx/nirx.py": { + "a": 4, + "d": 1 + }, + "mne/utils/docs.py": { + "a": 5, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13551.json b/doc/sphinxext/prs/13551.json new file mode 100644 index 00000000000..a7946928b96 --- /dev/null +++ b/doc/sphinxext/prs/13551.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "1df1f18a2de5d3069bdfd8f5a4a50efaf6440ef8", + "authors": [ + { + "n": "Shruti Bhale", + "e": null + } + ], + "changes": { + "doc/changes/dev/13551.other.rst": { + "a": 1, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + }, + "mne/tests/test_import_nesting.py": { + "a": 2, + "d": 2 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13558.json b/doc/sphinxext/prs/13558.json new file mode 100644 index 00000000000..064f70c8805 --- /dev/null +++ b/doc/sphinxext/prs/13558.json @@ -0,0 +1,39 @@ +{ + "merge_commit_sha": "db089c9353c7cb549d090fb47ca05c0d5bbeeb21", + "authors": [ + { + "n": "Gnaneswar Lopinti", + "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" + }, + { + "n": "Scott Huberty", + "e": "seh33@uw.edu" + } + ], + "changes": { + "doc/changes/dev/13558.bugfix.rst": { + "a": 1, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + }, + "mne/preprocessing/eyetracking/calibration.py": { + "a": 4, + "d": 0 + }, + "tutorials/preprocessing/90_eyetracking_data.py": { + "a": 13, + "d": 5 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13566.json b/doc/sphinxext/prs/13566.json new file mode 100644 index 00000000000..e94503fe598 --- /dev/null +++ b/doc/sphinxext/prs/13566.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "16c75424d5493ae2369685627b3196f445d1b665", + "authors": [ + { + "n": "Varun Kasyap Pentamaraju", + "e": null + } + ], + "changes": { + "doc/changes/dev/13566.other.rst": { + "a": 1, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + }, + "mne/utils/misc.py": { + "a": 1, + "d": 6 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13572.json b/doc/sphinxext/prs/13572.json new file mode 100644 index 00000000000..fa5d66c3565 --- /dev/null +++ b/doc/sphinxext/prs/13572.json @@ -0,0 +1,99 @@ +{ + "merge_commit_sha": "98afbb2cc61931bdb57158b68249164c2d568f59", + "authors": [ + { + "n": "mne[bot]", + "e": null + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "doc/sphinxext/credit_tools.py": { + "a": 3, + "d": 1 + }, + "doc/sphinxext/prs/13516.json": { + "a": 63, + "d": 0 + }, + "doc/sphinxext/prs/13517.json": { + "a": 47, + "d": 0 + }, + "doc/sphinxext/prs/13519.json": { + "a": 19, + "d": 0 + }, + "doc/sphinxext/prs/13521.json": { + "a": 31, + "d": 0 + }, + "doc/sphinxext/prs/13525.json": { + "a": 39, + "d": 0 + }, + "doc/sphinxext/prs/13526.json": { + "a": 35, + "d": 0 + }, + "doc/sphinxext/prs/13527.json": { + "a": 15, + "d": 0 + }, + "doc/sphinxext/prs/13528.json": { + "a": 27, + "d": 0 + }, + "doc/sphinxext/prs/13534.json": { + "a": 31, + "d": 0 + }, + "doc/sphinxext/prs/13536.json": { + "a": 19, + "d": 0 + }, + "doc/sphinxext/prs/13539.json": { + "a": 43, + "d": 0 + }, + "doc/sphinxext/prs/13540.json": { + "a": 15, + "d": 0 + }, + "doc/sphinxext/prs/13542.json": { + "a": 39, + "d": 0 + }, + "doc/sphinxext/prs/13545.json": { + "a": 15, + "d": 0 + }, + "doc/sphinxext/prs/13546.json": { + "a": 19, + "d": 0 + }, + "doc/sphinxext/prs/13549.json": { + "a": 23, + "d": 0 + }, + "doc/sphinxext/prs/13557.json": { + "a": 27, + "d": 0 + }, + "doc/sphinxext/prs/13559.json": { + "a": 47, + "d": 0 + }, + "doc/sphinxext/prs/13561.json": { + "a": 19, + "d": 0 + }, + "doc/sphinxext/prs/13563.json": { + "a": 55, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13574.json b/doc/sphinxext/prs/13574.json new file mode 100644 index 00000000000..24cc29c8f91 --- /dev/null +++ b/doc/sphinxext/prs/13574.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "e3815f9c8b5db15ddc614b2993cff41f0f460fd1", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "tools/circleci_dependencies.sh": { + "a": 5, + "d": 3 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13578.json b/doc/sphinxext/prs/13578.json new file mode 100644 index 00000000000..1f513ee83ad --- /dev/null +++ b/doc/sphinxext/prs/13578.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "7e357df76cb6cb75ed70b9ad7286fa151252f584", + "authors": [ + { + "n": "Himanshu Mahor", + "e": null + }, + { + "n": "Daniel McCloy", + "e": "dan@mccloy.info" + } + ], + "changes": { + "mne/proj.py": { + "a": 16, + "d": 6 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13579.json b/doc/sphinxext/prs/13579.json new file mode 100644 index 00000000000..288dbfbadc7 --- /dev/null +++ b/doc/sphinxext/prs/13579.json @@ -0,0 +1,39 @@ +{ + "merge_commit_sha": "29435fbc4f5b8e4983fd2b6e558ad5955ae2f584", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + ".github/workflows/tests.yml": { + "a": 1, + "d": 1 + }, + "doc/changes/dev/13579.bugfix.rst": { + "a": 1, + "d": 0 + }, + "doc/sphinxext/mne_doc_utils.py": { + "a": 2, + "d": 0 + }, + "examples/inverse/mixed_source_space_inverse.py": { + "a": 1, + "d": 2 + }, + "mne/channels/tests/test_standard_montage.py": { + "a": 2, + "d": 2 + }, + "mne/report/report.py": { + "a": 1, + "d": 1 + }, + "tools/install_pre_requirements.sh": { + "a": 4, + "d": 2 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13580.json b/doc/sphinxext/prs/13580.json new file mode 100644 index 00000000000..3ae084df2c3 --- /dev/null +++ b/doc/sphinxext/prs/13580.json @@ -0,0 +1,43 @@ +{ + "merge_commit_sha": "a1449adf9264b3eb02ff566a922e0249b35d21ef", + "authors": [ + { + "n": "Lumberbot (aka Jack)", + "e": null + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + ".github/workflows/tests.yml": { + "a": 1, + "d": 1 + }, + "doc/changes/dev/13579.bugfix.rst": { + "a": 1, + "d": 0 + }, + "doc/sphinxext/mne_doc_utils.py": { + "a": 2, + "d": 0 + }, + "examples/inverse/mixed_source_space_inverse.py": { + "a": 1, + "d": 2 + }, + "mne/channels/tests/test_standard_montage.py": { + "a": 2, + "d": 2 + }, + "mne/report/report.py": { + "a": 1, + "d": 1 + }, + "tools/install_pre_requirements.sh": { + "a": 4, + "d": 2 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13585.json b/doc/sphinxext/prs/13585.json new file mode 100644 index 00000000000..e15375bd602 --- /dev/null +++ b/doc/sphinxext/prs/13585.json @@ -0,0 +1,191 @@ +{ + "merge_commit_sha": "f133bea61c63486b4ab6cc7611173af514dd1751", + "authors": [ + { + "n": "Mathieu Scheltienne", + "e": "mathieu.scheltienne@gmail.com" + }, + { + "n": "pre-commit-ci[bot]", + "e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" + } + ], + "changes": { + "doc/changes/dev/13585.other.rst": { + "a": 1, + "d": 0 + }, + "mne/_fiff/_digitization.py": { + "a": 2, + "d": 1 + }, + "mne/_fiff/tag.py": { + "a": 2, + "d": 1 + }, + "mne/beamformer/_rap_music.py": { + "a": 4, + "d": 4 + }, + "mne/beamformer/tests/test_dics.py": { + "a": 2, + "d": 1 + }, + "mne/beamformer/tests/test_external.py": { + "a": 2, + "d": 1 + }, + "mne/beamformer/tests/test_lcmv.py": { + "a": 2, + "d": 1 + }, + "mne/channels/montage.py": { + "a": 3, + "d": 2 + }, + "mne/chpi.py": { + "a": 3, + "d": 3 + }, + "mne/conftest.py": { + "a": 3, + "d": 0 + }, + "mne/decoding/receptive_field.py": { + "a": 2, + "d": 1 + }, + "mne/decoding/tests/test_receptive_field.py": { + "a": 8, + "d": 7 + }, + "mne/decoding/transformer.py": { + "a": 2, + "d": 1 + }, + "mne/epochs.py": { + "a": 2, + "d": 2 + }, + "mne/event.py": { + "a": 2, + "d": 1 + }, + "mne/filter.py": { + "a": 6, + "d": 6 + }, + "mne/fixes.py": { + "a": 41, + "d": 0 + }, + "mne/forward/_compute_forward.py": { + "a": 2, + "d": 2 + }, + "mne/forward/_lead_dots.py": { + "a": 4, + "d": 3 + }, + "mne/forward/forward.py": { + "a": 3, + "d": 2 + }, + "mne/forward/tests/test_field_interpolation.py": { + "a": 2, + "d": 1 + }, + "mne/inverse_sparse/_gamma_map.py": { + "a": 2, + "d": 2 + }, + "mne/inverse_sparse/mxne_inverse.py": { + "a": 4, + "d": 2 + }, + "mne/io/bti/bti.py": { + "a": 2, + "d": 1 + }, + "mne/io/ctf/ctf.py": { + "a": 2, + "d": 1 + }, + "mne/io/eeglab/eeglab.py": { + "a": 2, + "d": 1 + }, + "mne/io/fiff/raw.py": { + "a": 2, + "d": 1 + }, + "mne/io/kit/kit.py": { + "a": 2, + "d": 1 + }, + "mne/io/nirx/nirx.py": { + "a": 2, + "d": 1 + }, + "mne/minimum_norm/inverse.py": { + "a": 4, + "d": 4 + }, + "mne/minimum_norm/tests/test_inverse.py": { + "a": 2, + "d": 1 + }, + "mne/morph.py": { + "a": 2, + "d": 2 + }, + "mne/preprocessing/maxwell.py": { + "a": 2, + "d": 2 + }, + "mne/report/tests/test_report.py": { + "a": 2, + "d": 1 + }, + "mne/source_estimate.py": { + "a": 4, + "d": 2 + }, + "mne/source_space/_source_space.py": { + "a": 2, + "d": 2 + }, + "mne/stats/cluster_level.py": { + "a": 6, + "d": 6 + }, + "mne/tests/test_transforms.py": { + "a": 2, + "d": 2 + }, + "mne/time_frequency/multitaper.py": { + "a": 2, + "d": 1 + }, + "mne/time_frequency/psd.py": { + "a": 2, + "d": 1 + }, + "mne/viz/_brain/_brain.py": { + "a": 3, + "d": 2 + }, + "mne/viz/_brain/tests/test_brain.py": { + "a": 2, + "d": 1 + }, + "mne/viz/backends/_utils.py": { + "a": 2, + "d": 2 + }, + "mne/viz/tests/test_3d.py": { + "a": 5, + "d": 4 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13586.json b/doc/sphinxext/prs/13586.json new file mode 100644 index 00000000000..453f4d5a562 --- /dev/null +++ b/doc/sphinxext/prs/13586.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "09ea7ab2b16650a5f44fd12e19a790572033d19c", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "tools/install_pre_requirements.sh": { + "a": 2, + "d": 4 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13587.json b/doc/sphinxext/prs/13587.json new file mode 100644 index 00000000000..76b82366a22 --- /dev/null +++ b/doc/sphinxext/prs/13587.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "581682f83f55e02f76129895a233ffb206f05394", + "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/13588.json b/doc/sphinxext/prs/13588.json new file mode 100644 index 00000000000..9b951b97d14 --- /dev/null +++ b/doc/sphinxext/prs/13588.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "01b5bd430c57053160cd936e77a9916b3a6e06fc", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "mne/bem.py": { + "a": 2, + "d": 2 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13590.json b/doc/sphinxext/prs/13590.json new file mode 100644 index 00000000000..cbb025f3e8e --- /dev/null +++ b/doc/sphinxext/prs/13590.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "1801e8689b2a8aee0a7c3118c20b47545aecd4db", + "authors": [ + { + "n": "Himanshu Mahor", + "e": null + }, + { + "n": "Daniel McCloy", + "e": "dan@mccloy.info" + } + ], + "changes": { + "mne/io/base.py": { + "a": 4, + "d": 0 + }, + "mne/utils/docs.py": { + "a": 2, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13591.json b/doc/sphinxext/prs/13591.json new file mode 100644 index 00000000000..58a6c99159d --- /dev/null +++ b/doc/sphinxext/prs/13591.json @@ -0,0 +1,35 @@ +{ + "merge_commit_sha": "f337a0ddf6f6543748122e793a775c4b55822f60", + "authors": [ + { + "n": "Simon Kern", + "e": null + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + }, + { + "n": "pre-commit-ci[bot]", + "e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" + } + ], + "changes": { + "doc/changes/dev/13591.other.rst": { + "a": 1, + "d": 0 + }, + "doc/references.bib": { + "a": 11, + "d": 0 + }, + "mne/utils/docs.py": { + "a": 8, + "d": 1 + }, + "tutorials/preprocessing/60_maxwell_filtering_sss.py": { + "a": 31, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13593.json b/doc/sphinxext/prs/13593.json new file mode 100644 index 00000000000..cc18b3c142e --- /dev/null +++ b/doc/sphinxext/prs/13593.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "ae887e52b8bddac9bbeae65039b2dc7d253c3731", + "authors": [ + { + "n": "Marijn van Vliet", + "e": "w.m.vanvliet@gmail.com" + } + ], + "changes": { + "doc/changes/dev/13593.other.rst": { + "a": 1, + "d": 0 + }, + "mne/utils/config.py": { + "a": 4, + "d": 5 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13594.json b/doc/sphinxext/prs/13594.json new file mode 100644 index 00000000000..fa57cd1f0db --- /dev/null +++ b/doc/sphinxext/prs/13594.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "7518f9833bd4d719d0012a79124b3e326ea0105a", + "authors": [ + { + "n": "Daniel McCloy", + "e": null + } + ], + "changes": { + "mne/io/egi/events.py": { + "a": 1, + "d": 1 + }, + "mne/preprocessing/infomax_.py": { + "a": 1, + "d": 1 + }, + "mne/viz/utils.py": { + "a": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13596.json b/doc/sphinxext/prs/13596.json new file mode 100644 index 00000000000..d6d817b1d4c --- /dev/null +++ b/doc/sphinxext/prs/13596.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "6c1e9a054513fb86ba8edf4e4ceaf6ba08bf7eab", + "authors": [ + { + "n": "Himanshu Mahor", + "e": null + } + ], + "changes": { + "doc/_static/style.css": { + "a": 6, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13599.json b/doc/sphinxext/prs/13599.json new file mode 100644 index 00000000000..77bc6dc79d8 --- /dev/null +++ b/doc/sphinxext/prs/13599.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "ed9497d88a24ec0a03cd55db17bd057e79268418", + "authors": [ + { + "n": "Himanshu Mahor", + "e": null + } + ], + "changes": { + "doc/changes/dev/13596.other.rst": { + "a": 2, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13600.json b/doc/sphinxext/prs/13600.json new file mode 100644 index 00000000000..a0e60b2dd21 --- /dev/null +++ b/doc/sphinxext/prs/13600.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "e997d084a07882851bbb1639140de09749ecd408", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "doc/sphinxext/gh_substitutions.py": { + "a": 18, + "d": 2 + }, + "doc/sphinxext/mne_doc_utils.py": { + "a": 10, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13601.json b/doc/sphinxext/prs/13601.json new file mode 100644 index 00000000000..96715799c04 --- /dev/null +++ b/doc/sphinxext/prs/13601.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "ecccc3e0e70089c0c7a1f206bab546a112a136ff", + "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": 3, + "d": 3 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13602.json b/doc/sphinxext/prs/13602.json new file mode 100644 index 00000000000..63d7154b9f0 --- /dev/null +++ b/doc/sphinxext/prs/13602.json @@ -0,0 +1,19 @@ +{ + "merge_commit_sha": "9f784fa56102e7984a6690d98f245e83e77181f1", + "authors": [ + { + "n": "Himanshu Mahor", + "e": null + } + ], + "changes": { + "doc/changes/dev/13602.other.rst": { + "a": 1, + "d": 0 + }, + "mne/preprocessing/eyetracking/eyetracking.py": { + "a": 1, + "d": 16 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13606.json b/doc/sphinxext/prs/13606.json new file mode 100644 index 00000000000..51416790eca --- /dev/null +++ b/doc/sphinxext/prs/13606.json @@ -0,0 +1,27 @@ +{ + "merge_commit_sha": "1ebb93e6dc9f0dc0e7aa2f788f77c3dc14ce81e2", + "authors": [ + { + "n": "Thomas A Caswell", + "e": "tcaswell@gmail.com" + } + ], + "changes": { + "doc/changes/dev/13606.bugfix.rst": { + "a": 1, + "d": 0 + }, + "doc/changes/names.inc": { + "a": 1, + "d": 0 + }, + "mne/viz/tests/test_raw.py": { + "a": 3, + "d": 9 + }, + "mne/viz/utils.py": { + "a": 7, + "d": 8 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13607.json b/doc/sphinxext/prs/13607.json new file mode 100644 index 00000000000..e91426b41e5 --- /dev/null +++ b/doc/sphinxext/prs/13607.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "fb76357808296815b6abbe53e5f0462de83ec5e6", + "authors": [ + { + "n": "Hamza Abdelhedi", + "e": "hamza.abdelhedii@gmail.com" + } + ], + "changes": { + "doc/sphinxext/related_software.txt": { + "a": 1, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13609.json b/doc/sphinxext/prs/13609.json new file mode 100644 index 00000000000..233bb26bb5c --- /dev/null +++ b/doc/sphinxext/prs/13609.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "1300eae4e88d3f38a71cd2a95b4dff41ca75d4bb", + "authors": [ + { + "n": "Thomas S. Binns", + "e": "t.s.binns@outlook.com" + } + ], + "changes": { + ".github/workflows/spec_zero.yml": { + "a": 2, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13611.json b/doc/sphinxext/prs/13611.json new file mode 100644 index 00000000000..897f4e6070d --- /dev/null +++ b/doc/sphinxext/prs/13611.json @@ -0,0 +1,107 @@ +{ + "merge_commit_sha": "e236b2e3096366c0098fc95acf590a06d84cd3d5", + "authors": [ + { + "n": "mne[bot]", + "e": null + }, + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + ".github/workflows/spec_zero.yml": { + "a": 2, + "d": 1 + }, + ".github/workflows/tests.yml": { + "a": 2, + "d": 0 + }, + "doc/changes/dev/13611.dependency.rst": { + "a": 8, + "d": 0 + }, + "environment.yml": { + "a": 3, + "d": 3 + }, + "mne/decoding/_fixes.py": { + "a": 1, + "d": 0 + }, + "mne/decoding/tests/test_csp.py": { + "a": 1, + "d": 1 + }, + "mne/decoding/tests/test_ems.py": { + "a": 1, + "d": 1 + }, + "mne/decoding/tests/test_receptive_field.py": { + "a": 2, + "d": 2 + }, + "mne/decoding/tests/test_ssd.py": { + "a": 1, + "d": 1 + }, + "mne/decoding/tests/test_time_frequency.py": { + "a": 1, + "d": 1 + }, + "mne/decoding/tests/test_transformer.py": { + "a": 1, + "d": 1 + }, + "mne/decoding/transformer.py": { + "a": 2, + "d": 2 + }, + "mne/preprocessing/nirs/tests/test_beer_lambert_law.py": { + "a": 2, + "d": 0 + }, + "mne/preprocessing/nirs/tests/test_nirs.py": { + "a": 11, + "d": 5 + }, + "mne/preprocessing/nirs/tests/test_optical_density.py": { + "a": 2, + "d": 0 + }, + "mne/preprocessing/nirs/tests/test_scalp_coupling_index.py": { + "a": 1, + "d": 0 + }, + "mne/tests/test_annotations.py": { + "a": 2, + "d": 0 + }, + "mne/tests/test_chpi.py": { + "a": 4, + "d": 0 + }, + "pyproject.toml": { + "a": 3, + "d": 3 + }, + "tools/dev/spec_zero_update_versions.py": { + "a": 44, + "d": 11 + }, + "tools/environment_old.yml": { + "a": 5, + "d": 5 + }, + "tools/github_actions_check_old.py": { + "a": 35, + "d": 0 + }, + "tools/github_actions_dependencies.sh": { + "a": 4, + "d": 4 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13612.json b/doc/sphinxext/prs/13612.json new file mode 100644 index 00000000000..63b3b26ad5b --- /dev/null +++ b/doc/sphinxext/prs/13612.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "7ee7155dfe3435d62bf9589eed632fb13f66ec21", + "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": 1, + "d": 1 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13613.json b/doc/sphinxext/prs/13613.json new file mode 100644 index 00000000000..d3f512972ea --- /dev/null +++ b/doc/sphinxext/prs/13613.json @@ -0,0 +1,23 @@ +{ + "merge_commit_sha": "59c8ceae23a7dd337b892056c97bcd6cdd35be4d", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "azure-pipelines.yml": { + "a": 1, + "d": 0 + }, + "mne/utils/linalg.py": { + "a": 49, + "d": 6 + }, + "mne/viz/tests/test_raw.py": { + "a": 6, + "d": 0 + } + } +} \ No newline at end of file diff --git a/doc/sphinxext/prs/13620.json b/doc/sphinxext/prs/13620.json new file mode 100644 index 00000000000..4334b634cf3 --- /dev/null +++ b/doc/sphinxext/prs/13620.json @@ -0,0 +1,15 @@ +{ + "merge_commit_sha": "90edf9b84ee0db4900f8e4b272d07a7edf5d9252", + "authors": [ + { + "n": "Eric Larson", + "e": "larson.eric.d@gmail.com" + } + ], + "changes": { + "doc/development/roadmap.rst": { + "a": 6, + "d": 0 + } + } +} \ No newline at end of file