Releases: SoftcodingForYou/NeuriGUI
Releases · SoftcodingForYou/NeuriGUI
V1.3.1
19 May 17:02
Compare
Sorry, something went wrong.
No results found
Changelog since V1.3
Bug fixes:
Fixed Python syntax issue where multiple exceptions were put into one except block
V1.3
14 May 03:46
Compare
Sorry, something went wrong.
No results found
Changelog since V1.2
Enhancements:
Fixed issue #8 where bluetooth connection between GUI and board required explicitly set hardware ID of the individual board
First release to include a Python-independent compiled executable
V1.2
13 May 04:50
Compare
Sorry, something went wrong.
No results found
Changelog since V1.1
Bug fixes:
Fixed issue #6 where USB port of the board have different names depending on the OS
Enhancements:
Fixed issue #5 where keyboard library is not compatible with non-root privileges of GNU/Linux
Fixed issue #7 where GUI seemed frozen/crashed
Make use of Bluetooth transfer by default and use transfer via USB port only as fallback solution
V1.1
11 May 00:30
Compare
Sorry, something went wrong.
No results found
Changelog since V1.0
Bug fixes:
Closed issue #3 where incomplete messages broke GUI
Closed issue #2 where voltage value were integers after conversion from binary
Enhancements:
GUI now displaying maximum signal amplitude for channels inside displayed time window
V1.0
12 Apr 19:49
Compare
Sorry, something went wrong.
No results found
Changelog from version 0.9
GUI size changes
Skip incomplete serial messages, avoiding code break. Solves issue #3
Assure samples are forwarded as floats (microvolts). Solves issue #2
V0.9
28 Dec 12:55
Compare
Sorry, something went wrong.
No results found
Now able to:
Vertically scale signal
Stop and resume streaming without interrupting sampling
Apply real-time filters (notch and bandpass)
Splash screen just for the "Wow!"s
Missing:
Updating axes elements. Currently, "ax" elements are fixed and cached because updating them using matplotlib is slowing down the plots
Dynamic configuration of the EEG board