Version 1.11.0.dev20+g73f77b496 (development) (2025-07-30)#
Bugfixes#
Fix bug with
mne.io.read_raw_egi()
whereinfo["dev_head_t"]
was an identity matrix instead ofNone
, by Eric Larson. (#13112)Fix bug with
mne.open_report()
not working with old saved files, by Eric Larson. (#13341)Restore
clipping=3
inplot()
(which was mistakenly changed to1.5
) to reduce excessive clipping of raw data, by Clemens Brunner. (#13354)
New features#
Implement GEDTransformer superclass that generalizes
mne.decoding.CSP
,mne.decoding.SPoC
,mne.decoding.XdawnTransformer
,mne.decoding.SSD
and fix related bugs and inconsistencies, by Gennadiy Belonosov. (#13259)