Releases: mne-tools/mne-icalabel
Release list
v0.9.0
What's Changed
- Fix MEGNET label ordering which had blink and eye movement swapped by @mscheltienne in #305
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #299
- Prepare 0.9.0 release by @mscheltienne in #306
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Don't include
onnxruntimeas a core dependency by @scott-hubertyin #271
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Improve documentation build and visibility of papers/bibtex entries by @mscheltienne in #213
- add MEGnet to make MNE-ICALabel work on MEG data by @colehank in #207
New Contributors
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- Raise helpful error message if montage is missing electrode positions by @mscheltienne in #181
- FIX: explicitly set weights_only to avoid FutureWarning by @scott-huberty in #193
New Contributors
- @scott-huberty made their first contribution in #193
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Remove splash screen in GUI
- Enable GUI command-line entry points for any
Raw | EpochsandICAfile - Improve integration with
Pylancewith stubs including expanded docstrings - Improve packaging and code style
Full Changelog: v0.5.0...v0.6.0
v0.5.1
The version 0.5 introduced the concept of backend to the ICLabel model. It can now run with either PyTorch or onnxruntime.
This bug fix release removes the dependency on PyTorch which now has to be manually installed in the environment.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Compatibility with MNE 1.6 in #136 and #140
- Raise error if EEG channels are missing from the instance provided to
ICLabelin #124 - Add ONNX backend support to
ICLabelin #129
Full Changelog: v0.4...v0.5.0
v0.4
v0.3.1
v0.3
This new version adds an experimental GUI for annotating ICA components. Please test it out if you find
it useful in your workflow! Moreover, we consolidated our testing suite and improved overall coverage
and added some bug fixes. We also created a function to extract topomap features from fitted ICA instances.