Version 0.9.0.dev21+g8b8c6da17 (development) (2026-04-27)#
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)
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)
New features#
Add
imcohas a method tospectral_connectivity_time(), by Thomas Binns. (#404)