Skip to content

Releases: mne-tools/mne-icalabel

v0.7.0

26 Jul 08:58
4e064bf
Compare
Choose a tag to compare
  • 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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 Jan 15:20
04b5755
Compare
Choose a tag to compare

What's Changed

  • Remove splash screen in GUI
  • Enable GUI command-line entry points for any Raw | Epochs and ICA file
  • Improve integration with Pylance with stubs including expanded docstrings
  • Improve packaging and code style

Full Changelog: v0.5.0...v0.6.0

v0.5.1

30 Oct 12:21
Compare
Choose a tag to compare

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

27 Oct 15:40
9a87105
Compare
Choose a tag to compare

What's Changed

  • Compatibility with MNE 1.6 in #136 and #140
  • Raise error if EEG channels are missing from the instance provided to ICLabel in #124
  • Add ONNX backend support to ICLabel in #129

Full Changelog: v0.4...v0.5.0

v0.4

23 Aug 15:53
88e5f7b
Compare
Choose a tag to compare

JOSS release.

v0.3.1

11 Aug 15:18
Compare
Choose a tag to compare

Bug fix release to make sure .pt files included.

v0.3

11 Aug 01:40
Compare
Choose a tag to compare

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.

v0.2

30 Jun 13:33
ab090dd
Compare
Choose a tag to compare

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.

What's Changed

Full Changelog: v0.1...v0.2

v0.1

03 May 20:02
Compare
Choose a tag to compare

Initial release of mne-icalabel showcasing a 100% replica of the ICLabel network and pipeline present in EEGLab.