Mnelab

Latest version: v1.0.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.0.0

✨ Added
- Add close icon to sidebar on hover ([454](https://github.com/cbrnr/mnelab/pull/454) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Add Python 3.13 support ([457](https://github.com/cbrnr/mnelab/pull/457) by [Clemens Brunner](https://github.com/cbrnr))
- XDF reader now parses measurement date ([470](https://github.com/cbrnr/mnelab/pull/470) by [Stefan Appelhoff](https://stefanappelhoff.com))
- Add support for loading custom montage files ([468](https://github.com/cbrnr/mnelab/pull/468) by [Benedikt Klöckl](https://github.com/bkloeckl) and [Clemens Brunner](https://github.com/cbrnr))
- Add new filter dialog option for notch filter and improve UI ([469](https://github.com/cbrnr/mnelab/pull/469) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Add functionality to display channel stats ([462](https://github.com/cbrnr/mnelab/pull/462) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Add option to ignore marker types (and only use marker descriptions) when importing BrainVision files ([417](https://github.com/cbrnr/mnelab/pull/417) by [Clemens Brunner](https://github.com/cbrnr))

🌀 Changed
- Change the append dialog appearance to include original indices used for identifying the data ([449](https://github.com/cbrnr/mnelab/pull/449) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Include unique dataset indices in sidebar ([454](https://github.com/cbrnr/mnelab/pull/454) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Show a montage preview in the channel montage dialog ([459](https://github.com/cbrnr/mnelab/pull/459) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Hide sidebar when no datasets are loaded ([463](https://github.com/cbrnr/mnelab/pull/463) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Exporting data to BrainVision now uses annotations "as is" (i.e., no conversion to "S 1", etc.) instead of events ([417](https://github.com/cbrnr/mnelab/pull/417) by [Clemens Brunner](https://github.com/cbrnr))

🗑️ Removed
- Remove Python 3.9 support ([457](https://github.com/cbrnr/mnelab/pull/457) by [Clemens Brunner](https://github.com/cbrnr))

🔧 Fixed
- Fix a bug where appending data would not be correctly displayed in the history ([446](https://github.com/cbrnr/mnelab/pull/446) by [Benedikt Klöckl](https://github.com/bkloeckl))
- Fix resetting the settings to default values ([456](https://github.com/cbrnr/mnelab/pull/456) by [Clemens Brunner](https://github.com/cbrnr))
- Fix an issue where the channel montage figure could not be closed on macOS ([459](https://github.com/cbrnr/mnelab/pull/459) by [Benedikt Klöckl](https://github.com/bkloeckl))

0.9.2

✨ Added
- Add initial number of displayed channels in the raw plot to settings dialog and set default to 32 channels ([428](https://github.com/cbrnr/mnelab/pull/428) by [Dennis Wambacher](https://github.com/d3njo))

🌀 Changed
- Add [edfio](https://edfio.readthedocs.io/en/stable/index.html) as core dependency and replace pyedflib, which means that EDF export is now supported out of the box ([#425](https://github.com/cbrnr/mnelab/pull/425) by [Clemens Brunner](https://github.com/cbrnr))
- Add pybv to required dependencies ([429](https://github.com/cbrnr/mnelab/pull/429) by [Dennis Wambacher](https://github.com/d3njo))
- Refactor readers to subclass `BaseRaw` ([434](https://github.com/cbrnr/mnelab/pull/434) by [Clemens Brunner](https://github.com/cbrnr))

🗑️ Removed
- Remove support for exporting to BDF ([425](https://github.com/cbrnr/mnelab/pull/425) by [Clemens Brunner](https://github.com/cbrnr))

0.9.1

✨ Added
- Add option to select browser backend in settings ([415](https://github.com/cbrnr/mnelab/pull/415) by [Clemens Brunner](https://github.com/cbrnr))

🔧 Fixed
- Prepare support for plotting raw data with MNE-Qt-Browser ([403](https://github.com/cbrnr/mnelab/pull/403) by [Martin Schulz](https://github.com/marsipu) and [Clemens Brunner](https://github.com/cbrnr))
- Fix drag and drop for PySide ≥ 6.7.0 ([422](https://github.com/cbrnr/mnelab/pull/422) by [Clemens Brunner](https://github.com/cbrnr))

0.9.0

✨ Added
- Add automatic light/dark theme switching on Windows ([398](https://github.com/cbrnr/mnelab/pull/398) by [Clemens Brunner](https://github.com/cbrnr))
- Add support for importing .npy files ([213](https://github.com/cbrnr/mnelab/pull/213) by [jgcaffari1](https://github.com/jgcaffari1) and [Clemens Brunner](https://github.com/cbrnr))
- Add ability to import selected XDF marker streams (previously, all marker streams were automatically imported) ([395](https://github.com/cbrnr/mnelab/pull/395) by [Clemens Brunner](https://github.com/cbrnr))

🗑️ Removed
- Remove support for Python 3.8 ([396](https://github.com/cbrnr/mnelab/pull/396) by [Clemens Brunner](https://github.com/cbrnr))

🔧 Fixed
- Correctly scale data when exporting to BrainVision ([376](https://github.com/cbrnr/mnelab/pull/376) by [Clemens Brunner](https://github.com/cbrnr))
- Fix ERDS maps plotting not working for MNE ≥ 1.1 ([382](https://github.com/cbrnr/mnelab/pull/382) by [Jérémy Frey](https://github.com/jfrey-xx))

0.8.6

✨ Added
- Add Python 3.11 support ([364](https://github.com/cbrnr/mnelab/pull/364) by [Clemens Brunner](https://github.com/cbrnr))
- Support more microvolt unit abbreviations in XDF import ([365](https://github.com/cbrnr/mnelab/pull/365) by [Clemens Brunner](https://github.com/cbrnr))

0.8.5

✨ Added
- Show some keyboard shortcuts when no file is open ([350](https://github.com/cbrnr/mnelab/pull/350) by [Clemens Brunner](https://github.com/cbrnr))
- Always show a notification when running the dev version ([351](https://github.com/cbrnr/mnelab/pull/351) by [Clemens Brunner](https://github.com/cbrnr))
- Helpful error message when opening an unsupported file type ([360](https://github.com/cbrnr/mnelab/pull/360) by [Clemens Brunner](https://github.com/cbrnr))

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.