Changelog

0.4.6

New features

  • Allow decoupling of the scoring_window and display_window to facilitate scoring of animal data in shorter epochs (PR53)

0.4.5

New features

Improvements

  • Update automatic detection of non-eeg channels used during re-referencing (PR63)

  • “Clean” channel labels only during bipolar re-referencing in Sleep (PR63)

  • Protect Sleep from MemoryError for large sleep files (PR37)

  • Improve spectrogram in case of non finite values (PR39)

  • Fix path to the url file for pyenv (PR41)

Bug fixes

  • Fix use of wrong channel during re-referencing to specific channel (PR63)

  • Fix allow_pickle

  • Fix imresize from the scipy package

0.4.4

New features

Improvements

Bug fixes

0.4.3

New features

Improvements

  • Fix colormap update for every recording modality

  • Colormap computed onto the GPU for : spectrogram, phase-amplitude coupling, images, 3D images, brain object, grid signals

  • Sorted brain templates in visbrain.Brain + remove sulcus as a brain template

  • Fewer visible possibilities when importing from the root of visbrain

  • Remove all data from the visbrain package

  • Include MIST ROI template to the visbrain.objects.RoiObj

  • Enable to filter ROIs from the Brain GUI

Bug fixes

  • Brain scaling in visbrain.mne.mne_plot_source_estimation

  • Recursive folder creation for brain template

  • Select from the GUI brain template build with vertices and faces

  • Repeat source localization using the same RoiObj

  • Colorbar module has been removed and replaced by CbarObj

  • Insert annotation inside Signal

  • Smoothing for MEG data (PR20)

0.4.1

New features

Improvements

Bug fixes

0.4.0

New features

Improvements

  • JSON saving for configuration file

Bug fixes

  • visbrain installation (no requirements file)

  • compatibility with numpy and pip

  • broken examples + templates/ folder

  • Hypnogram is now exported as a .txt file with stage-duration encoding.

  • .xlsx and EDF+ are now supported for hypnogram

  • units when loading with MNE

  • warning in UTF-8 file loading

  • compatibility with numpy and pip

0.3.8

New features

  • Multitaper-based spectrogram (require lspopt package, see doc)

Improvements

  • Added logging

  • Code improvements: PEP8 and flake8

  • automatic spindles detection

  • Simplified and improved Sleep GUI

  • Removed drag-and-drop method for hypnogram scoring