Skip to content

Releases: brainflow-dev/brainflow

BrainFlow 4.6.0

16 Aug 20:16
7e5d3db
Compare
Choose a tag to compare

Changes in this release:

  • Add support for Enophone headphones
  • Add Bluetooth library which can be used for other devices

BrainFlow 4.5.0

30 Jul 20:33
ca4004b
Compare
Choose a tag to compare

Changes in this release:

  • Add support for Ant Neuro devices
  • Fix build script

BrainFlow 4.4.0

10 Jul 12:41
Compare
Choose a tag to compare

Changes in this release:

  • Add support for Neurosity Crown
  • Docs update

BrainFlow 4.3.2

05 Jul 03:00
Compare
Choose a tag to compare

Changes in this release:

  • new build script and refactored CMakeLists
  • refactor DynLibBoard
  • docs update

BrainFlow 4.3.1

24 Jun 16:13
0242862
Compare
Choose a tag to compare

Changes in this release:

  • Add support for Apple M1 using Universal Binary #295
  • Fix get_board_descr types for java #297
  • Add CI tests for Matlab #296

BrainFlow 4.3.0

19 Jun 23:44
Compare
Choose a tag to compare

In this version we’ve added support for Muse 2 and Muse S devices via BLE dongle.

Blog post with more info

BrainFlow 4.2.1

30 May 09:41
30ef4ae
Compare
Choose a tag to compare

Changes in this release:

  • change resolution of oymotion devices from 8bits to 12bits and sampling rate to 500
  • change file format from csv to tsv
  • add method get_board_descr(int board_id)
  • use error description for Julia instead ID in exceptions
  • add buffering for multicast streamer to increase its perf

BrainFlow 4.2.0

01 May 18:04
Compare
Choose a tag to compare

Changes in this release:

  • add support for gforceDual board from oymotion

BrainFlow 4.1.1

16 Apr 14:20
a9fd1cd
Compare
Choose a tag to compare

Hotfix for 4.1.0

  • fix timeout for cyton and cyton daisy
  • fix missed board id

BrainFlow 4.1.0

14 Apr 14:27
d88c238
Compare
Choose a tag to compare

Changes in this release:

  • add BrainBitBLED
  • add DynLibBoard helper for developers