Version 0.9.0.dev40+g8bfa4d252 (development) (2026-07-24)#
Bugfixes#
Fix bug where the
get_data()method of connectivity containers discarded the imaginary part of complex-valued data whenoutput="dense", by Thomas Binns. (#412)Fix bug where connectivity in
make_signals_in_freq_bands()could be simulated outside of the epoch duration, by Thomas Binns. (#418)
API changes by deprecation#
Drop
fskipparameter fromspectral_connectivity_epochs()andspectral_connectivity_time()in favour offdecim, by Thomas Binns. (#392)Deprecate
sfreqparameter default value of2*np.piinphase_slope_index()in favour ofNone, which must be specified when input data is an array-like, by Thomas Binns. (#409)Begin deprecation of
make_surrogate_datain favour ofmake_surrogate_resting_data(), by Thomas Binns. (#415)Begin deprecation of
n_timesparameter ofmake_signals_in_freq_bands()in favour ofdurationas the way to specify epoch length. Also begins deprecation ofconnection_delayto be specified in units of seconds rather than samples, by Thomas Binns. (#418)
New features#
Add
imcohas a method tospectral_connectivity_time(), by Thomas Binns. (#404)Add
make_surrogate_evoked_data()function for generating surrogates from evoked data, and add support formne.Epochsdata inmake_surrogate_resting_data(), by Thomas Binns. (#415)Add
connection_timeparameter tomake_signals_in_freq_bands(), enabling connectivity to be simulated in a specific time range, by Thomas Binns. (#418)