Skip to content

Releases: brainflow-dev/brainflow

BrainFlow 5.0.0

10 Jun 03:18
c24a8c4
Compare
Choose a tag to compare

List of changes:

  • methods perform_bandpass and perform_bandstop now use start_freq and stop_freq instead center_freq and band_width
  • add method get_custom_band_powers, it works as get_avg_band_powers but you can define bands by yourself
  • method predict from MLModel now returns array of doubles instead single value
  • add ONNX classifier, now you can use your own models from brainflow api
  • removed and renamed old classifiers and metrics, the idea is to replace them by ONNX models
  • BrainFlowModelParams has two new optional fields output_name and max_array_size, they may be needed for onnx
  • java: add method overloading for enums in addition to ints. e.g: BoardIds board_id = BoardIds.SYNTHETIC_BOARD, before it had to be int board_id = BoardIds.SYNTHETIC_BOARD.get_code()
  • cpp: methods for fft now return size
  • perform_wavelet_denoising now has more arguments to tune, wavelet is changed from string to enum

BrainFlow 4.9.3

16 May 11:19
1cf8c56
Compare
Choose a tag to compare

Changes in this release:

  • Fix #434
  • update SimpleBLE

BrainFlow 4.9.2

10 Apr 13:38
fce5573
Compare
Choose a tag to compare

Fix nptyping issue:

nptyping.error.InvalidArgumentsError: Unexpected argument of type <class 'type'>

BrainFlow 4.9.1

31 Mar 00:04
ae09dae
Compare
Choose a tag to compare

Changes in this release:

  • fix jna issue on MacOS + ARM
  • update simpleble

BrainFlow 4.9.0

31 Jan 13:18
Compare
Choose a tag to compare

Summary

  • get_version() method - #417
  • calc_stddev() method - #403
  • release_all() method - #402
  • Updated SimpleBLE library with bug fixes for Linux
  • Support for Muse2016

BrainFlow 4.8.2

09 Dec 15:22
702dd06
Compare
Choose a tag to compare

Changes in this release:

  • fix race condition for callbacks in muse boards wo dongle #396
  • add ppg data for muse devices #392

BrainFlow 4.8.1

02 Dec 22:14
Compare
Choose a tag to compare

Fix data parsing issue for OYMotion GforcePro

BrainFlow 4.8.0

13 Nov 00:05
f8b55c3
Compare
Choose a tag to compare

Add support for Rust programming language

BrainFlow 4.7.1

03 Nov 02:59
2c2c50a
Compare
Choose a tag to compare

Hotfix for 4.7.0, add missed BoardIds

BrainFlow 4.7.0

01 Nov 20:25
Compare
Choose a tag to compare

Summary

  • New helper library for BLE devices
  • Muse 2 and Muse S work without a dongle
  • Fix set_log_file issue for C++ API - #359
  • Fix start, stop, repeat issue for BrainBit and Callibri - #363