forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into dig
* upstream/main: [pre-commit.ci] pre-commit autoupdate (mne-tools#13110) ENH: add interpolate_to method (mne-tools#13044) add overwrite and verbose params to info.save (mne-tools#13107) Add support for n-dimensional arrays in `_tfr_from_mt` (mne-tools#13104) Skip first "New Segment" BrainVision marker (mne-tools#13100) MAINT: Use statsmodels pre and fix CircleCI (mne-tools#13106) Take units (m or mm) into account when showing fieldmaps on top of brains (mne-tools#13101) [pre-commit.ci] pre-commit autoupdate (mne-tools#13099) MAINT: Update code credit (mne-tools#13093) Fix EEGLAB import (nodatchans) (mne-tools#13097) MAINT: Fix CircleCI [circle deploy] (mne-tools#13089) [pre-commit.ci] pre-commit autoupdate (mne-tools#13088) Fix signature of some more _close() methods [circle deploy] (mne-tools#13087) Fix _close() on MNEAnnotationsFigure and MNESelectionFigure [circle deploy] (mne-tools#13086) BUG: Fix bug with Mesa 3D detection (mne-tools#13082)
- Loading branch information
Showing
73 changed files
with
2,426 additions
and
222 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 |
---|---|---|
|
@@ -86,6 +86,7 @@ Eduard Ort <[email protected]> examplename <[email protected]> | |
Ellen Lau <[email protected]> ellenlau <[email protected]> | ||
Emily Stephen <[email protected]> Emily P. Stephen <[email protected]> | ||
Emily Stephen <[email protected]> emilyps14 <[email protected]> | ||
Emma Bailey <[email protected]> emma-bailey <[email protected]> | ||
Enrico Varano <[email protected]> enricovara <[email protected]> | ||
Enzo Altamiranda <[email protected]> enzo <[email protected]> | ||
Eric Larson <[email protected]> Eric Larson <[email protected]> | ||
|
@@ -315,6 +316,7 @@ Sara Sommariva <[email protected]> sarasommariva <[email protected]> | |
Sebastien Treguer <[email protected]> DataFox <[email protected]> | ||
Sena Er <[email protected]> Sena <[email protected]> | ||
Senwen Deng <[email protected]> Senwen DENG <[email protected]> | ||
Shristi Baral <[email protected]> Shristi Baral <[email protected]> | ||
Silvia Cotroneo <[email protected]> sfc-neuro <[email protected]> | ||
Simon Kern <[email protected]> Simon Kern <[email protected]> | ||
Simon Kern <[email protected]> skjerns <[email protected]> | ||
|
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
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
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 @@ | ||
Add :meth:`mne.Evoked.interpolate_to` to allow interpolating EEG data to other montages, by :newcontrib:`Antoine Collas`. |
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 @@ | ||
Fix bug with automated Mesa 3D detection for proper 3D option setting on systems with software rendering, by `Eric Larson`_. |
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 @@ | ||
Fix bug when loading certain EEGLAB files that do not contain a ``nodatchans`` field, by `Clemens Brunner`_. |
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 @@ | ||
Do not convert the first "New Segment" marker in a BrainVision file to an annotation, as it only contains the recording date (which is already available in ``info["meas_date"]``), by `Clemens Brunner`_. |
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 @@ | ||
Take units (m or mm) into account when drawing :func:`~mne.viz.plot_evoked_field` on top of :class:`~mne.viz.Brain`, by `Marijn van Vliet`_. |
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 @@ | ||
The :meth:`mne.Info.save` method now has an ``overwrite`` and a ``verbose`` parameter, by `Stefan Appelhoff`_. |
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
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
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
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
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,67 @@ | ||
{ | ||
"merge_commit_sha": "aca49655b10fc17679142e07c5d46659be1099da", | ||
"authors": [ | ||
{ | ||
"n": "Marijn van Vliet", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "pre-commit-ci[bot]", | ||
"e": "66853113+pre-commit-ci[bot]@users.noreply.github.com" | ||
}, | ||
{ | ||
"n": "Daniel McCloy", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12071.newfeature.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/epochs.py": { | ||
"a": 2, | ||
"d": 0 | ||
}, | ||
"mne/evoked.py": { | ||
"a": 2, | ||
"d": 0 | ||
}, | ||
"mne/viz/_figure.py": { | ||
"a": 3, | ||
"d": 3 | ||
}, | ||
"mne/viz/_mpl_figure.py": { | ||
"a": 1, | ||
"d": 1 | ||
}, | ||
"mne/viz/evoked.py": { | ||
"a": 12, | ||
"d": 1 | ||
}, | ||
"mne/viz/tests/test_raw.py": { | ||
"a": 14, | ||
"d": 25 | ||
}, | ||
"mne/viz/tests/test_topo.py": { | ||
"a": 35, | ||
"d": 1 | ||
}, | ||
"mne/viz/tests/test_utils.py": { | ||
"a": 69, | ||
"d": 0 | ||
}, | ||
"mne/viz/topo.py": { | ||
"a": 81, | ||
"d": 15 | ||
}, | ||
"mne/viz/ui_events.py": { | ||
"a": 20, | ||
"d": 0 | ||
}, | ||
"mne/viz/utils.py": { | ||
"a": 108, | ||
"d": 63 | ||
} | ||
} | ||
} |
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": "3c6a054093d305a98757a97398e5e34988a3aced", | ||
"authors": [ | ||
{ | ||
"n": "Qian Chu", | ||
"e": null | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12656.bugfix.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/export/_brainvision.py": { | ||
"a": 7, | ||
"d": 0 | ||
}, | ||
"mne/export/_edf.py": { | ||
"a": 4, | ||
"d": 1 | ||
}, | ||
"mne/export/_eeglab.py": { | ||
"a": 11, | ||
"d": 5 | ||
}, | ||
"mne/export/_export.py": { | ||
"a": 7, | ||
"d": 1 | ||
}, | ||
"mne/export/tests/test_export.py": { | ||
"a": 82, | ||
"d": 7 | ||
} | ||
} | ||
} |
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,43 @@ | ||
{ | ||
"merge_commit_sha": "176f64ff061136cf5628d76535a8d7e2e164d399", | ||
"authors": [ | ||
{ | ||
"n": "Shristi Baral", | ||
"e": null | ||
}, | ||
{ | ||
"n": "shristi", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Eric Larson", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Daniel McCloy", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12828.bugfix.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"doc/changes/names.inc": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/source_estimate.py": { | ||
"a": 7, | ||
"d": 0 | ||
}, | ||
"mne/utils/docs.py": { | ||
"a": 6, | ||
"d": 0 | ||
}, | ||
"mne/viz/_3d.py": { | ||
"a": 13, | ||
"d": 3 | ||
} | ||
} | ||
} |
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,51 @@ | ||
{ | ||
"merge_commit_sha": "1d2635f84a55785c3531cfe4027eda3820a7fb31", | ||
"authors": [ | ||
{ | ||
"n": "Thomas S. Binns", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Daniel McCloy", | ||
"e": "[email protected]" | ||
}, | ||
{ | ||
"n": "Eric Larson", | ||
"e": "[email protected]" | ||
} | ||
], | ||
"changes": { | ||
"doc/changes/devel/12910.newfeature.rst": { | ||
"a": 1, | ||
"d": 0 | ||
}, | ||
"mne/time_frequency/multitaper.py": { | ||
"a": 10, | ||
"d": 0 | ||
}, | ||
"mne/time_frequency/tests/test_tfr.py": { | ||
"a": 195, | ||
"d": 26 | ||
}, | ||
"mne/time_frequency/tfr.py": { | ||
"a": 249, | ||
"d": 113 | ||
}, | ||
"mne/utils/docs.py": { | ||
"a": 12, | ||
"d": 0 | ||
}, | ||
"mne/utils/numerics.py": { | ||
"a": 3, | ||
"d": 0 | ||
}, | ||
"mne/viz/tests/test_topomap.py": { | ||
"a": 24, | ||
"d": 1 | ||
}, | ||
"mne/viz/topomap.py": { | ||
"a": 13, | ||
"d": 1 | ||
} | ||
} | ||
} |
Oops, something went wrong.