Version 1.14.0.dev22+g96085253f (development) (2026-09-15)#
Bugfixes#
Fix bug where
mne.viz.plot_volume_source_estimates()withmode="glass_brain"always showed absolute values, by Lau Møller Andersen. (#13989)Fix reading EEGLAB
.setfiles containing MATLAB objects (e.g.,stringordatetime) with SciPy 1.18+ when pymatreader is not installed, by Eric Larson. (#14293)Fix
mne.io.Raw.export()to EDF/BDF altering channel values for data originally read from EDF/BDF files, and add adigital_rangeparameter to allow preserving the original digital range, by Daniel McCloy. (#14296)Fix bug where
mne.beamformer.make_lcmv()would create complex rather than real filters when using NumPy 2.5, by Eric Larson. (#14300)Fix bug where right-clicking a second component in
mne.preprocessing.ICA.plot_sources()raised anIndexError, by Johannes Herforth. (#14303)
New features#
The
mne.viz.Braintrace list now shows picked labels with a short name, their number of source vertices, and the extraction mode, and the traces plot now rescales its y-axis whenever a new trace is picked, by Payam Sadeghi-Shabestari. (#14270)
Other changes#
Added a relevant reference to Frequency and time-frequency sensor analysis, by new contributor Isaac Kinley. (#14304)
Add the setup cell that installs MNE into the browser kernel for the JupyterLite documentation, by Natneal B. (#14150)
Several usability improvements to
mne.gui.coregistration(): icons on more action buttons and polished tooltip text, a color-coded fit-quality indicator next to the HSP/MRI distance summary, by Payam Sadeghi-Shabestari. (#14285)