Skip to content

Releases: openbci-archive/OpenBCI_Python

v1.0.2

07 Jan 06:02
2218cd8
Compare
Choose a tag to compare

v1.0.2

Bug Fixes

  • Fixed plugin directory in user.py. Calling python ./user.py --list lists all the plugins now.
  • Cleaned up BluePy import for ganglion.
  • Test coverage improvements for Cyton.

v1.0.1

17 Oct 13:29
dc990b6
Compare
Choose a tag to compare

v1.0.1

Bug Fixes

  • user.py always loaded the ganglion and didnt work with the cyton any more.
  • Multiple other fixes

v1.0.0

26 Jun 22:22
0650a1a
Compare
Choose a tag to compare

v1.0.0

New Features

  • High speed mode for WiFi shield sends raw data - #51
  • Unit testing with Nosetests
  • Continuous Integration with Travis.ci

Breaking Changes

  • Refactored library for pip
  • Moved plugins folder into openbci dir so plugins can be imported when installed with pip

v1.0.0-beta.0

04 May 11:35
8661390
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

v1.0.0

New Features

  • High speed mode for WiFi shield sends raw data - #51
  • Unit testing with Nosetests
  • Continuous Integration with Travis.ci

Breaking Changes

  • Refactored library for pip
  • Moved plugins folder into openbci dir so plugins can be imported when installed with pip

Beta 0

  • Adds high speed for Daisy over WiFi - now all boards are supported!

Alpha 1

  • Adds high speed for Ganglion over WiFi

Alpha 0

  • Adds high speed for Cyton over WiFi

v1.0.0-alpha.1

01 May 15:00
04ea38f
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

v1.0.0

New Features

  • High speed mode for WiFi shield sends raw data - #51
  • Unit testing with Nosetests
  • Continuous Integration with Travis.ci

Breaking Changes

  • Refactored library for pip
  • Moved plugins folder into openbci dir so plugins can be imported when installed with pip

Alpha 1

  • Fixes for ganglion

v1.0.0-alpha.0

14 Jan 12:26
6ef3a12
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

v1.0.0

New Features

  • High speed mode for WiFi shield sends raw data - #51
  • Unit testing with Nosetests
  • Continuous Integration with Travis.ci

Breaking Changes

  • Refactored library for pip
  • Moved plugins folder into openbci dir so plugins can be imported when installed with pip

v0.1.0

13 Jan 15:08
Compare
Choose a tag to compare

v0.1

dev

Features:

  • Stream data over TCP (OpenViBE telnet reader format), OSC, UDP, LSL
  • 16 channels support (daisy module)
  • test sampling rate
  • plugin system
  • several different callback functions
  • start streaming in a separate thread so new commands can be issued

Bugfixes:

  • scale factor
  • timing for Windows OS
  • aux data endianness
  • reset board on startup

0.1 (2015-02-11)

First stable version. (?)