Releases: brainflow-dev/brainflow
Releases · brainflow-dev/brainflow
BrainFlow 4.0.2
Changes in this release:
- Android jnilibs hotfix
- Update docs for integration with game engines
BrainFlow 4.0.1
Hotfix for 4.0.0, it removes Accord as a dependency from nuspec file
BrainFlow 4.0.0.
BrainFlow 3.9.2
Fixing marker types
BrainFlow 3.9.1
Hotfix for 3.9.0
Fixes marker issue for OYMotion
BrainFlow 3.9.0
Changes in this release:
- fix all compilation warnings
- update weights for concentration and relaxation models
- add insert_marker method
- refactor brianflow board and json file
BrainFlow 3.8.1
Hotfix for OYMotion gForcePro
BrainFlow 3.8.0
Summary of Changes:
- Add OYMotion gForcePro Armband
- Refactor Julia binding
- Publish Julia Package to the Registry
- Add OpenMP support for some methods
- Refactor enums in Python binding
- Add get_device_name method
- Add more Cpp checks to CI
More info about this release https://brainflow.org/2020-12-28-new-minor-version/
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+