Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: SoftcodingForYou/NeuriGUI

V2.91.4

27 Apr 00:12
6a04e6e

Choose a tag to compare

Changelog since 2.91.2:

Installation:

  • pip install neurigui

Fixes:

  • Fix module import changes for pylsl

Enhancements:

  • Use LSL timestamps for Muse S 2nd Gen board
  • First version uploaded to PiPy

V2.91.2

27 May 04:41

Choose a tag to compare

Changelog since 2.91.1:

Fixes:

  • Fixed error where self.selected_chans in parameters.py would not get correctly set when default board would be chosen

V2.91.1

24 May 22:45

Choose a tag to compare

Changelog since 2.91.0:

Enhancements:

  • Added Muse S to list of compatible devices

Fixes:

  • Fixed error when loading settings screen when PGA from stored settings.cfg would be None

V2.91.0

24 May 02:35
ff38934

Choose a tag to compare

Changelog since 2.90.0:

Enhancements:

  • The GUI allows streaming several types of signal (EEG, PPG)
  • Better handling of default board features as well as setting parameter upon selection of boards

Fixes:

  • Fixed a bug where PGA of 0 would cause zero division errors. Now disabling PGA all together instead of setting it to zero.

V2.90.0

17 May 02:52
0e0e55d

Choose a tag to compare

Changelog since 2.82.0:

Enhancements:

  • The GUI code is now 100% modular requiring only changes in one function to plug in any third-party device

Fixes:

  • Fixed import errors when running from IDE

V2.82.0

09 Jan 17:39
886c280

Choose a tag to compare

Changelog since 2.81.1:

Enhancements:

  • GUI is now more modular and is compatible with the BioAmp EXG Pill board developed by Upside Down Labs

V2.81.1

04 Jan 18:04

Choose a tag to compare

Changelog since 2.81.0:

Bug fixes:

  • Corporate trademarks have been removed
  • Dependencies are now installed automatically when installing Neuri GUI as a Python package via pip

V2.81.0

02 Jan 14:23
ecc1568

Choose a tag to compare

Changelog since 2.80.2:

Enhancements:

  • Parameters are now explicitly set by choosing which board is currently being used (i.e. Neuri V1)
  • Updated paths and function names for easier import in Python instances: import neuri.gui as ng instead of import neurigui.neuri_gui as ng)

V2.80.2

30 Nov 14:08
f92712a

Choose a tag to compare

Changelog since 2.80.1:

Enhancements:

  • It is now possible to run the GUI on computers which do not plot the signal at the same speed as the signal sampling by the backend

Bug fixes:

  • A download button was added to direct the user to the latest release

V2.80.1

22 Nov 16:37

Choose a tag to compare

Changelog since 2.80:

Enhancements:

  • Better radio button behavior in GUI when setting custom vertical ranges
  • Updated troubleshooting guide to solve "github" import issues