Skip to content

Releases: cbrnr/mnelab

v1.0.0

04 Feb 08:22
Compare
Choose a tag to compare

Finally, MNELAB has reached the v1.0.0 milestone and is now considered stable (although far from feature complete) 🥳. The most important changes in this release are:

  • UI improvements such as an improved sidebar (which now includes close buttons and a unique number for each dataset)
  • Improved Montage dialog, which now includes a preview of the selected montage and the option to load a custom montage
  • Improved Filter dialog with more filter types (including a notch filter)
  • A new dialog to inspect channel statistics (such as minimum, maximum, mean, and median)
  • Improved export to BrainVision format (annotations are now exported "as is" instead of converting them to "S 1" etc.)
  • Several bug fixes and quality of life improvements
  • Support for Python 3.13 (but we dropped support for Python 3.9)

As always, details can be found in the changelog.

v0.9.2

20 Oct 11:25
Compare
Choose a tag to compare

This release support exporting to EDF and BrainVision out of the box. However, we had to remove support for exporting to BDF. Also, the default signal browser now shows a maximum of 32 channels initially (but this can be configured in the settings).

v0.9.1

13 May 11:08
Compare
Choose a tag to compare

This release adds the option to use the MNE-Qt-Browser plot backend instead of the default Matplotlib backend. You can set the backend in MNELAB's settings (Qt or Matplotlib). The MNE-Qt-Browser backend requires the mne-qt-browser package to be installed (pip install mne-qt-browser).

In addition, this release fixes drag and drop for upcoming PySide6 versions.

v0.9.0

19 Jan 09:30
Compare
Choose a tag to compare

This release adds several new features:

  • Automatic light/dark theme switching on Windows (this has been available on macOS for several releases)
  • Support for importing .npy files
  • Import specific XDF marker streams (previously, all marker streams were automatically imported)

We've also fixed some bugs and removed support for Python 3.8.

v0.8.6

05 Apr 08:37
Compare
Choose a tag to compare

This release add Python 3.11 support and improves compatibility with XDF.

v0.8.5

08 Oct 10:45
Compare
Choose a tag to compare

This release adds some minor improvements regarding clearer error messages, showing keyboard shortcuts when no file is open, and a red version string in the bottom right corner when running the dev version.

v0.8.4

05 May 09:25
Compare
Choose a tag to compare

This release adds support for importing 1D arrays from .MAT files and slightly changes the way XDF marker streams are detected (marker streams can be of any type, but must have a sampling frequency of 0 Hz and only a single channel).

v0.8.3

21 Apr 11:38
f76d825
Compare
Choose a tag to compare

This release fixes a regression related to XDF marker streams that might not get converted to annotations anymore.

v0.8.2

13 Apr 07:48
Compare
Choose a tag to compare

This bugfix release fixes an issue related to XDF marker streams that were sometimes not detected and imported correctly.

v0.8.1

29 Mar 15:06
Compare
Choose a tag to compare

This bugfix release restores the app icon as well as toolbar icons.