Version 0.3#
Add functions for annotating and labeling ICA components in BIDS format
mne_icalabel.annotation.write_components_tsv()
,mne_icalabel.annotation.mark_component()
(#60 by Adam Li)Fix shape of
'y_pred_proba'
output frommne_icalabel.label_components()
(#36 by Mathieu Scheltienne)Add a warning if the ICA decomposition provided does not match the expected decomposition by
ICLabel
(#42 by Mathieu Scheltienne)Fix extraction of PSD feature from
ICLabel
model on epochs by (#64 by Mathieu Scheltienne)Fix ICLabel topographic features on ICA fitted with a channel selection performed by
picks
(#68 by Mathieu Scheltienne)