Releases: brainflow-dev/brainflow
Releases · brainflow-dev/brainflow
BrainFlow 3.7.2
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
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
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
Changes in this release:
- add playback file board
BrainFlow 3.4.3
BrainFlow 3.4.3
BrainFlow 3.4.2
Changes in this release:
- retrain classifiers for Concentration and Relaxation metrics
BrainFlow 3.4.1
Changes in this release:
- add KNN classifier for concentration and relaxation
- fix #86
BrainFlow 3.4.0
BrainFlow 3.3.1
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
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