What’s new?#
Here we list a changelog of MNE-ICALabel.
Contents
Version 0.2#
This includes series of bug fixes to the ICLabel ported model. In addition, we have added an experimental feature for helping add ICA component annotations to BIDS-derivative for EEG format.
Enhancements#
Add functions for annotating and labeling ICA components in BIDS format
mne_icalabel.annotation.write_components_tsv()
,mne_icalabel.annotation.mark_component()
by Adam Li (#60)
Bug#
Fix shape of
'y_pred_proba'
output frommne_icalabel.label_components()
by Mathieu Scheltienne (#36)Add a warning if the ICA decomposition provided does not match the expected decomposition by
ICLabel
by Mathieu Scheltienne (#42)Fix extraction of PSD feature from
ICLabel
model on epochs by Mathieu Scheltienne (#64)Fix ICLabel topographic features on ICA fitted with a channel selection performed by
picks
by Mathieu Scheltienne (#68)