Skip to content

Releases: brainflow-dev/brainflow

BrainFlow 3.5.0

03 Oct 20:32
Compare
Choose a tag to compare

Changes in this release:

  • add playback file board

BrainFlow 3.4.3

24 Sep 16:21
Compare
Choose a tag to compare

BrainFlow 3.4.3

BrainFlow 3.4.2

22 Sep 10:22
aef18a2
Compare
Choose a tag to compare

Changes in this release:

  • retrain classifiers for Concentration and Relaxation metrics

BrainFlow 3.4.1

05 Sep 17:20
e51ee22
Compare
Choose a tag to compare

Changes in this release:

  • add KNN classifier for concentration and relaxation
  • fix #86

BrainFlow 3.4.0

21 Aug 03:41
8acc146
Compare
Choose a tag to compare

BrainFlow 3.3.1

29 Jul 18:25
d601d97
Compare
Choose a tag to compare

Changes in this release:

  • Fix java package on Linux
  • Add type checks for Julia and type hints for Python
  • Fix bug in File Streamer on Windows with full paths
  • Move to Ubuntu 18.04 in Travis CI
  • Add docs for integration with Unreal Engine

BrainFlow 3.3.0

25 Jul 22:08
Compare
Choose a tag to compare

Changes in this release:

  • Fix bug in parsing code for Cyton Daisy
  • Add detrend method
  • Add get_psd_welch and get_log_psd_welch methods

BrainFlow 3.2.0

17 Jul 19:38
c9d49eb
Compare
Choose a tag to compare

Changes:

  • Experimental: Add support for Android for OpenBCI WIFI Shield and BrainFlow Synthetic Board. We will add Android support for more devices in next releases.
  • Link all precompiled third party libraries manually in runtime, it will make entire system more robust and modular
  • Improved docs for Unity Integration. Detailed instructions for other game engines will be added in next releases.
  • Now OpenBCI WIFI shield can be autodiscovered, even if it’s connected to a local network. You don’t have to provide IP address
  • Fix Serial Port bug on Windows

Changes for BrainFlow developers:

  • There is no brainflow_boards.json anymore, this code was moved to header file
  • Improved docs for adding new boards

More Info

BrainFlow 3.1.0

30 Jun 06:08
98045ba
Compare
Choose a tag to compare

Changes in this release:

  • Add methods to calculate PSD and band power
  • Add window for FFT - breaking change, one new argument
  • Refactor enums - breaking change for C++ users, all constants should use enum class now
  • Fix streaming board on multinode

BrainFlow 3.0.3

03 Jun 23:05
Compare
Choose a tag to compare

In one of dependencies we use for MacOS signing cert expired or smth else happend. As a result MacOS didnt load this library. Should be fixed now