Skip to content

Releases: brainflow-dev/brainflow

BrainFlow 3.7.2

29 Nov 21:33
Compare
Choose a tag to compare

Changes in this release:

  • Move everything to Github Actions
  • Add Unicorn support for Windows
  • Add support for C# binding on Unix Systems

BrainFlow 3.7.1

13 Nov 16:08
Compare
Choose a tag to compare

Changes in this release:

  • add FreeEEG32 for all OSes
  • move to new manylinux image, there is centos 6 and new GCC. Before we used CentOS 5 and GCC 4.8
  • Drop support of GCC < 5
  • Add support for custom baud rate to Serial class
  • Add Serial Number check for Callibri device

Using modern GCC we can also provide compiled C++ libraries for C++ users.
Before there was ABI mismatch between GCC 4.8 and 5.0+

BrainFlow 3.6.0

02 Nov 08:54
Compare
Choose a tag to compare

Changes in this release:

  • Add LDA classifier for existing metrics
  • Add SVM classifier for existing metrics
  • Add logging API for DataHandler and MLModel

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