Skip to content

Latest commit

 

History

History
274 lines (222 loc) · 23.6 KB

CHANGELOG.md

File metadata and controls

274 lines (222 loc) · 23.6 KB

[UNRELEASED] - YYYY-MM-DD

[0.9.1] - 2024-05-13

Added

Fixed

[0.9.0] - 2024-01-19

Added

Removed

Fixed

[0.8.6] - 2023-04-05

Added

[0.8.5] - 2022-10-08

Added

[0.8.4] - 2022-05-05

Added

Fixed

  • Restrict XDF marker channels to irregular sampling rate and a single channel (but arbitrary data type) (#349 by Clemens Brunner)

[0.8.3] - 2022-04-21

Fixed

[0.8.2] - 2022-04-13

Added

Fixed

[0.8.1] - 2022-03-29

Fixed

[0.8.0] - 2022-03-25

Added

Changed

  • Simplify rereferencing workflow (#258 by Florian Hofer)
  • Move "Show information..." from toolbar to "File" menu and rename to "Show XDF metadata" (#266 by Florian Hofer and #318 by Clemens Brunner)
  • Replace utils.has_location with utils.count_locations, which returns the number of locations instead of a boolean (#271 by Florian Hofer)
  • Stop requiring existing annotations or events to enable editing them (#283 by Florian Hofer)
  • Replace "(channels dropped)" suffix with "(channels picked)" and use pick_channels instead of drop_channels (#285 by Florian Hofer)
  • The overwrite confirmation dialog is now fail-safe because it defaults to creating a new dataset (#304 by Clemens Brunner)
  • Show signal length in hours, minutes, and seconds (#334 by Clemens Brunner)
  • Show unique event counts if there are no more than seven unique event types in the main window (#335 by Clemens Brunner)

Fixed

[0.7.0] - 2021-12-29

Added

Fixed

[0.6.6] - 2021-11-19

Added

  • Add option to use effective sampling rate when importing XDF files (#236 by Clemens Brunner)
  • Add option to disambiguate markers with identical names in different marker streams with the prefix_markers parameter (#239 and #240 by Clemens Brunner)

Fixed

[0.6.5] - 2021-11-08

Changed

  • Remove support for Python 3.6 and 3.7 and add support for Python 3.10 (#233 by Clemens Brunner)

Fixed

[0.6.4] - 2021-10-19

Fixed

[0.6.3] - 2021-01-05

Added

Changed

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

Fixed

[0.6.2] - 2020-10-30

Fixed

[0.6.1] - 2020-10-30

Fixed

[0.6.0] - 2020-10-30

Added

Changed

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

Fixed

[0.5.7] - 2020-07-13

Fixed

[0.5.6] - 2020-06-12

Added

Fixed

[0.5.5] - 2020-06-03

Added

Changed

Fixed

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

[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)

Changed

Fixed

[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

Changed

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

Fixed

[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