Dev version¶
v1.11.0 (unreleased)¶
New features & enhancements¶
- Added
ignore_warningsconfig option to allow users to specify warnings to ignore when callingread_raw_bids(#1224 by @larsoner)
Behavior changes¶
- The default for
mne_log_levelhas been changed from'error'to'warning'to make possible dataset and processing errors more visible (#1224 by @larsoner)
Bug fixes¶
- Fixed bug where
log_levelwas not being applied to the MBPlogger (#1224 by @larsoner) - Corrected import order: remove channels before setting template montage as stated in
eeg_template_montage(#1220 by @dnacombo) - Fixed crash when concatenating epochs from runs with different bad channels. The pipeline now uses the union of bad channels across runs. (#1242 by @hoechenberger)
- Fixed a small CSP labeling glitch in the report. (#1241 by @hoechenberger)
Code health and infrastructure¶
- Pinned Python version for development to 3.13. (#1243 by @hoechenberger)