Skip to content

Releases: brainflow-dev/brainflow

BrainFlow 5.4.0

04 Nov 23:56
5ddb780
Compare
Choose a tag to compare

Add ganglion wo dongle and improve playback and streaming boards

BrainFlow 5.3.0

24 Sep 10:05
491f0ce
Compare
Choose a tag to compare

BrainFlow 5.2.1

01 Sep 01:51
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/brainflow-dev/brainflow

BrainFlow 5.2.0

23 Aug 21:29
8b8f804
Compare
Choose a tag to compare

Changes in this release:

  • add oxygen level calculations from ppg
  • add railed percentage calculation as in openbci gui
  • add peak detection
  • add a simple way to restore signal from a single wavelet coef

BrainFlow 5.1.2

05 Aug 00:33
8382329
Compare
Choose a tag to compare
fix board id for neurosity boards (#532)

Signed-off-by: Andrey Parfenov <[email protected]>

BrainFlow 5.1.1

29 Jul 16:54
75bc1df
Compare
Choose a tag to compare

Fix crash in DataFilter.read_file when provided file is invalid

BrainFlow 5.1.0

25 Jul 18:54
9f069c7
Compare
Choose a tag to compare

Summary of Changes:

  • Can be a breaking change: Add support for multiple internal buffers
  • Add an option to use 5th channel for Muse 2 and Muse S
  • Add method add_streamer
  • Update SimpleBLE and Muse stability fixes
  • Streaming and Playback boards now get master board id from a dedicated field. Before it was encoded as a string in other_info field.

BrainFlow 5.0.1

12 Jun 00:53
Compare
Choose a tag to compare

fix typo in remove_environmentl_noise fc8097a

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