Version 1.13.0.dev107+gf6a95f966 (development) (2026-06-24)#

Dependencies#

  • Updated minimum for:

    • Core dependency matplotlib >= 3.9

    Changes implemented via CI action created by Thomas Binns. (#13899)

  • Updated minimum for:

    • Optional dependency scikit-learn >= 1.5

    Changes implemented via CI action created by Thomas Binns. (#13916)

  • Switch the default Qt bindings from PyQt6 to PySide6. As a result, mne[full] now includes PySide6 instead of PyQt6. Users who prefer PyQt6 can continue to use mne[full-pyqt6], and mne[full-pyside6] remains available as an alias for mne[full]. Changes by Clemens Brunner. (#13960)

  • PyQt5 is no longer an officially supported Qt binding, by Eric Larson. (#13981)

Bugfixes#

API changes by deprecation#

  • Rename standard_1005 and standard_1020 montages to colin27_1005 and colin27_1020, respectively. If you used standard_1005 or standard_1020, either switch to the new names colin27_1005 and colin27_1020 or use the new spherical montages spherical_1005, spherical_1010, or spherical_1020, which provide idealized template locations on a sphere (useful for plotting). By Clemens Brunner. (#13903)

  • In mne.Evoked.animate_topomap() the vmin and vmax keyword arguments have been deprecated in favor of vlim, by Eric Larson. (#13905)

New features#

Other changes#