Releases: brainflow-dev/brainflow
Releases · brainflow-dev/brainflow
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
BrainFlow 3.2.0
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
BrainFlow 3.1.0
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
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
BrainFlow 3.0.2
Changes in this release:
- add check that Cyton board is enabled in prepare_session method
- fix sampling rate for Ganglion, now its finally 200
- no packet loss for Ganglion
BrainFlow 3.0.1
Hot fix for 3.0.0
Fix race condition inside NeuroSDK for BrainBit on MacOS.
BrainFlow 3.0.0
Changes in this release:
- Support for Callibri device
- add serial_number field to BrainFlowInputParams
BrainFlow 2.5.5
Changes in this release:
- Load default settings for Cyton based boards in prepare_session method
- Fix accel values for Cyton and Ganglion
- Add get_resistance_channels method
- Add support for impedance values for Ganglion and Ganglion WIFI
- Fix linux32 issues in bindings
- Add more data to synthetic board
BrainFlow 2.5.4
Changes in this release:
- fix Java MacOS issue with SIP
- add more data to Synthetic Board
- return raw data from BrainBit instead preprocessed
BrainFlow 2.5.2
Changes in this release:
- add get_eeg_names method