Version 0.9.0.dev35+g7be8532d0 (development) (2026-06-29)#
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
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
connection_timeparameter tomake_signals_in_freq_bands(), enabling connectivity to be simulated in a specific time range, by Thomas Binns. (#418)