Version 1.13.0.dev82+gea9a35b4f (development) (2026-06-09)#

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)

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#