Skip to content

Releases: mne-tools/mne-icalabel

v0.9.0

Choose a tag to compare

@mscheltienne mscheltienne released this 20 May 12:41
7a4e27c

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

Choose a tag to compare

@mscheltienne mscheltienne released this 17 Oct 17:38

What's Changed

  • Don't include onnxruntime as a core dependency by @scott-hubertyin #271

Full Changelog: v0.8.0...v0.8.1

v0.8.0

Choose a tag to compare

@mscheltienne mscheltienne released this 23 Sep 19:26
12a01a0

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

Choose a tag to compare

@mscheltienne mscheltienne released this 26 Jul 08:58
4e064bf
  • 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

Choose a tag to compare

@mscheltienne mscheltienne released this 16 Jan 15:20
04b5755

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

Choose a tag to compare

@mscheltienne mscheltienne released this 30 Oct 12:21

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

Choose a tag to compare

@mscheltienne mscheltienne released this 27 Oct 15:40
9a87105

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

Choose a tag to compare

@adam2392 adam2392 released this 23 Aug 15:53
88e5f7b

JOSS release.

v0.3.1

Choose a tag to compare

@adam2392 adam2392 released this 11 Aug 15:18

Bug fix release to make sure .pt files included.

v0.3

Choose a tag to compare

@adam2392 adam2392 released this 11 Aug 01:40

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.