-
Notifications
You must be signed in to change notification settings - Fork 21
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
ExplorePy Version 3.2.0 #328
Open
salman2135
wants to merge
41
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* change unstable bt threshold to .5s * add hint for disabled BT
* change unstable bt threshold to .5s * add hint for disabled BT
* add files to public repo * fix flake8 error * apply isort
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.1 to 2.8.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.19.1...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Salman Rahman <[email protected]>
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.4.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.3.2...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Salman Rahman <[email protected]>
Update public repo
… for OS other than Mac
…nt getting new client and connecting if already done
Froze pylsl version to 1.16.2 (for now)
…reezes-when-device-is-turned-off-during-streaming Apis 1081 explore desktop freezes when device is turned off during streaming
* discard corrupt yaml file on load * fix isort error
* no reconnect on ble disconnect * Set correct log messsage on disconnection callback
…d action, updated Python version
…lows APIS-1036 Fix Actions workflows
* break parser loop on usb disconnect * APIS-1115 Replaced function to calculate notch coefficients with iirnotch * change baud rate & do sanity check on usb disconnect * read USB data in chunks * increase usb read timeout * check device name before usb connection (#318) * add comment * fix flake8 error * add whitespace before inline * read all available bytes from serial port in one go * wait 10ms in read method when data is not enough * set bt flag to false on usb * handle value error or recording stop * remove backslash from string * use lower order filter for higher SPS * add lock on data write * fix flake8 error * continue usb connection when name query fails * change core usb buffer to deque, add usb conditional in bt drop calc * restore debug message on usb read * APIS-930 Added catching yaml.parser.ParserError --------- Co-authored-by: SonjaSt <[email protected]>
…disabled (#321) * break parser loop on usb disconnect * APIS-1115 Replaced function to calculate notch coefficients with iirnotch * change baud rate & do sanity check on usb disconnect * read USB data in chunks * increase usb read timeout * check device name before usb connection (#318) * add comment * fix flake8 error * add whitespace before inline * read all available bytes from serial port in one go * wait 10ms in read method when data is not enough * set bt flag to false on usb * handle value error or recording stop * remove backslash from string * use lower order filter for higher SPS * add lock on data write * fix flake8 error * continue usb connection when name query fails * disable imp on fresh connection * check device info with specific key for imp mode * fix isort and flake8 errors --------- Co-authored-by: SonjaSt <[email protected]>
* stop stream and clear stream buffer before name query * remove unused method and import * remove print statement * isort fix * APIS-1131 Added lock to prevent simultaneous read/write to settings yaml * Linter (E302) settings_manager.py --------- Co-authored-by: SonjaSt <[email protected]>
* move disable imp command on fresh connection to top level file * remove disable imp command from stream processor, update thread variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.