Skip to content

Releases: SoftcodingForYou/NeuriGUI

V1.3.1

19 May 17:02

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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
2be576a

Choose a tag to compare

Now able to:

  1. Vertically scale signal
  2. Stop and resume streaming without interrupting sampling
  3. Apply real-time filters (notch and bandpass)
  4. Splash screen just for the "Wow!"s

Missing:

  1. Updating axes elements. Currently, "ax" elements are fixed and cached because updating them using matplotlib is slowing down the plots
  2. Dynamic configuration of the EEG board