Skip to content

Dev version

v1.11.0 (unreleased)

🆕 New features & enhancements

⚠ Behavior changes

  • The default for mne_log_level has been changed from 'error' to 'warning' to make possible dataset and processing errors more visible (#1224 by @larsoner)

🐛 Bug fixes

  • Raise an informative error if rest_epochs_duration is not set for resting-state data and document the parameter (#1272 by @viranovskaya)
  • Fixed bug where log_level was 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)
  • Fixed bug where on_error "continue" and "debug" were not respected by the init and freesurfer/recon_all steps, which could abort the whole run instead of moving on to (or debugging) the next subject (#1022 by @larsoner)

⚕ Code health and infrastructure