Skip to content

Latest commit

 

History

History
149 lines (119 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

149 lines (119 loc) · 11.7 KB

[Unreleased] - XXXX-XX-XX

Fixed

  • Fix package installation in conda environments (properly detect if PyQt5 is installed) (#194 by Clemens Brunner)

Changed

[0.6.3] - 2021-01-05

Fixed

Changed

  • PySide2 installed by default if wrapped Qt bindings (PyQt5, PySide2) are not found (#187 by Guillaume Dollé)

Added

[0.6.2] - 2020-10-30

Fixed

[0.6.1] - 2020-10-30

Fixed

[0.6.0] - 2020-10-30

Fixed

Added

Changed

  • Required dependencies are now listed only in one place (requirements.txt) (#172 by Clemens Brunner)

[0.5.7] - 2020-07-13

Fixed

[0.5.6] - 2020-06-12

Added

Fixed

[0.5.5] - 2020-06-03

Added

Fixed

  • Fix loading of BrainVision files that have an extension other than .eeg (#142 by Clemens Brunner)

Changed

[0.5.3] - 2020-02-03

Added

  • Add history for setting reference (#100 by Clemens Brunner)
  • Add history for setting montage, switching/duplicating data sets, plot PSD, and plotting data with events (#109 by Clemens Brunner)

Fixed

Changed

[0.5.2] - 2019-10-30

Fixed

  • Fix multiprocessing runtime error (context has already been set) (#98 by Clemens Brunner)

[0.5.1] - 2019-10-24

Fixed

  • Remove binary wheel on PyPI because of a macOS-only package dependency (#95 by Clemens Brunner)

[0.5.0] - 2019-10-23

Added

  • MNELAB is now shown as an app name in the menu bar on macOS (#83 by Clemens Brunner)
  • The About dialog now lists all package dependencies (#88 by Clemens Brunner)
  • Added a dialog (File - Show Information) that shows XDF meta information (stream headers and footers) (#92 by Clemens Brunner)

Fixed

  • Fixed dropping XDF files on MNELAB and loading XDF files without channel labels (#86 by Clemens Brunner)
  • Disable XDF streams of type string in selection dialog (#90 by Clemens Brunner)

[0.4.0] - 2019-09-04

Added

Fixed

Changed

  • The internally used have dictionary now contains version numbers for existing modules (#76 by Clemens Brunner)

[0.3.0] - 2019-08-13

Added

Fixed

  • Update view when all bads have been deselected in channel properties dialog (by Clemens Brunner)
  • Fix visual glitch in info widget when showing error dialogs (#57 by Clemens Brunner)

[0.2.0] - 2019-07-11

Added

Fixed

  • Fix crash when no channel labels are present in XDF file (by Clemens Brunner)
  • Fix crash when opening a file from the Recent menu that doesn't exist anymore (#37 by Clemens Brunner)
  • Fix crash when opening a BrainVision VHDR file where the EEG and/or VMRK file(s) are missing (#46 by Clemens Brunner)
  • Fix crash when dropping channels (when using MNE < 0.19) (#49 by Clemens Brunner)
  • Fix crash when importing annotations (#54 by Clemens Brunner)

[0.1.0] - 2019-06-27

Added