Mnelab Versions Save

MNELAB – a GUI for MNE

v0.9.0

4 months ago

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

1 year ago

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

v0.8.5

1 year ago

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

2 years ago

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

2 years ago

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

v0.8.2

2 years ago

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

v0.8.1

2 years ago

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

v0.8.0

2 years ago

This release contains a TON of new features and bug fixes:

  • Import multiple streams from XDF
  • ERP plotting
  • Significance masks for ERD/ERS maps
  • ERD/ERS topomaps
  • Batch rename channels
  • Import from .MAT

As usual, all changes are available in our CHANGELOG.md.

v0.7.0

2 years ago

This release adds a "File – Show XDF chunks..." dialog, which can be used to inspect XDF chunks. This is useful to diagnose problems in corrupted XDF files that cannot be opened with the regular "Open" command. The previously optional pyxdf package is now a required package.

MNELAB now uses the Qt6-based PySide6. Support for PySide2/PyQt5 has been dropped and QtPy is no longer needed.

v0.6.6

2 years ago

This release adds enhancements for XDF files: First, it is now possible to use the effective sampling rate of a stream, which guarantees accurate timing for simultaneously recorded marker streams. This is now the default behavior. Second, markers from different marker streams can now be prefixed with a unique stream ID to disambiguate them. Both options are available in the XDF import dialog.