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

ExplorePy Version 3.2.0 #328

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

ExplorePy Version 3.2.0 #328

wants to merge 41 commits into from

Conversation

salman2135
Copy link
Member

No description provided.

salman2135 and others added 30 commits March 7, 2024 10:59
* 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]>
…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
salman2135 and others added 11 commits December 20, 2024 10:53
* discard corrupt yaml file on load

* fix isort error
* no reconnect on ble disconnect

* Set correct log messsage on disconnection callback
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants