Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update brainflow to 5.0.1 #1064

Merged
merged 3 commits into from
Jun 16, 2022
Merged

update brainflow to 5.0.1 #1064

merged 3 commits into from
Jun 16, 2022

Conversation

Andrey1994
Copy link
Contributor

Signed-off-by: Andrey Parfenov a1994ndrey@gmail.com

  • change bandstop from center and width to start and stop, first reason for it - it matches brainflow code, second - I think params in filters should be consistent between bandpass and bandstop
  • removed classifiers from focus widget, I thought about removing dropdawn also but decided to keep it for now(we still can remove it)

Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
@Andrey1994 Andrey1994 changed the title update brainflow to 5.0.0 update brainflow to 5.0.1 Jun 12, 2022
KNN (1, "KNN", BrainFlowClassifiers.KNN),
SVM (2, "SVM", BrainFlowClassifiers.SVM),
LDA (3, "LDA", BrainFlowClassifiers.LDA);
REGRESSION (0, "Regression", BrainFlowClassifiers.DEFAULT_CLASSIFIER);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Andrey1994 What happened to the other classifiers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a little silly to have a dropdown now if there is only one option. 😕

@retiutut retiutut changed the base branch from master to development June 15, 2022 18:38
@retiutut retiutut changed the base branch from development to master June 15, 2022 18:38
@retiutut retiutut changed the base branch from master to development June 15, 2022 18:42
CONCENTRATION (0, "Concentration", BrainFlowMetrics.CONCENTRATION, "Concentrating"),
RELAXATION (1, "Relaxation", BrainFlowMetrics.RELAXATION, "Relaxing");
CONCENTRATION (0, "Concentration", BrainFlowMetrics.MINDFULNESS, "Concentrating"),
RELAXATION (1, "Relaxation", BrainFlowMetrics.RESTFULNESS, "Relaxing");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should update the text displayed in this dropdown. Concentration -> Mindfulness etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it and decided to keep it as before to dont confuse anybody, its technically the same metric as before but with different name

Copy link
Member

@retiutut retiutut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and reviewed. Maybe we should make some small changes as mentioned. Core changes for this PR are good and functional.

@retiutut retiutut self-requested a review June 16, 2022 19:18
Copy link
Member

@retiutut retiutut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped version to 5.1.1-alpha.0 and added this to Changelog

@retiutut retiutut merged commit e5a15c0 into development Jun 16, 2022
@retiutut retiutut deleted the brainflow5 branch June 16, 2022 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants