Skip to content

Releases: LMBooth/pybci

1.1.0

03 Sep 11:37
Compare
Choose a tag to compare

Main addition is moving the pseudo example to be a callable and configurable class, integrating in to all examples to show how examples can run automatically.

1.0.2

03 Aug 19:32
37236f5
Compare
Choose a tag to compare
  • Updated pypi main page
  • setup.py updated to specify minimum pre-requisites for python package dependencies
  • installation instructions updated on github, pypi and readthedocs

1.0.1

28 Jun 23:43
a7dc5e6
Compare
Choose a tag to compare

Minor Pypi updates:

1.0.0

26 Jun 22:53
4fc6678
Compare
Choose a tag to compare
  • added locks to psuedo generator.
  • fixed multimodal after new thread creation
  • added pupil labs channel descriptions to examples
  • readthedocs thoroughly checked and api updated

0.2.4b1

12 Jun 20:20
9528220
Compare
Choose a tag to compare
  • standard scalar change, uniform now (samples, features)
  • examples extension
  • logger timing extended

0.2.4b0

05 Jun 17:50
Compare
Choose a tag to compare
Update version.py

0.2.3b1

04 Jun 12:55
Compare
Choose a tag to compare
Update version.py

0.2.3b0

03 Jun 16:50
Compare
Choose a tag to compare

Optimised data thread created to handle time windows based on relative sample timestamp (could prove erroneous for devices which transmit large chunks and have large gaps in timestamps).

0.2.2b1

29 May 00:06
3edf4ec
Compare
Choose a tag to compare

Added feature and target retrieval via thread evnt and queue with "CurrentFeaturesTargets()"

0.2.2b0

28 May 22:39
Compare
Choose a tag to compare

Added log levels.

Can now set log level to info (all prints) warning (critical prints) or none (doesn't print anything from PyBCI). Note this won't prevent prints from tensorflow (seems a littler harder to suppress)