Version 1.13.0.dev58+g719d9e803 (development) (2026-05-01)#

Bugfixes#

  • Fix mode parameter in get_point_spread() and get_cross_talk() to correctly map public mode names ('max', 'svd') to internal names, expose previously hidden modes 'sum' and 'maxval' in the public API, and raise ValueError for invalid mode values, by new contributor Famous077. (#13754)

  • Improved colocated OPM topomap handling by recognizing additional OPM coil types (FieldLine and Kernel), by Pragnya Khandelwal. (#13825)

  • Fix bug where logging messages were sometimes errantly printed, by Eric Larson. (#13843)

  • Fixed incorrect label orientation for nodes in the 0–90° polar range (the 12–3 o’clock quadrant) of the connectivity circle plot, by new contributor Pavel Popov. (#13855)

  • Fixed an indexing bug in fNIRS support in mne.io.BaseRaw.interpolate_bads() (and related methods) that could errantly use incorrect donor channels, by new contributor Kalle Makela. (#13856)

  • Add a memmap keyword argument to mne.io.BaseRaw.load_data(), allowing loading deferred raw data into a memory-mapped file after object creation, by Aniket Singh Yadav. (#13858)

  • Completed triaxial OPM topomap grouping by rendering separate radial and tangential maps in evoked topomap, joint plot, and ICA component plotting paths, by Pragnya Khandelwal. (#13866)

  • Improved error message when FreeSurfer executable is not found, by new contributor Ayushi Satodiya. (#13874)

New features#

Other changes#