Releases: SoftcodingForYou/NeuriGUI
Releases · SoftcodingForYou/NeuriGUI
V2.91.4
V2.91.2
Changelog since 2.91.1:
Fixes:
- Fixed error where
self.selected_chansin parameters.py would not get correctly set when default board would be chosen
V2.91.1
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
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
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
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
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
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 nginstead ofimport neurigui.neuri_gui as ng)
V2.80.2
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