Dennis-van-Gils / python-dvg-pyqtgraph-threadsafe

PyQtGraph library providing thread-safe plot curves with underlying (ring) buffers: HistoryChartCurve, BufferedPlotCurve & PlotCurve.
https://pypi.org/project/dvg-pyqtgraph-threadsafe/
MIT License
9 stars 7 forks source link

Update dvg-qdeviceio requirement from ~=1.2 to ~=1.3 #4

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on dvg-qdeviceio to permit the latest version.

Release notes

Sourced from dvg-qdeviceio's releases.

PyPi v1.3.0

  • Support Python 3.11
  • All f-strings
  • Type checking via isinstance(), not type == ...
Changelog

Sourced from dvg-qdeviceio's changelog.

1.3.0 (2024-04-02)

  • Support Python 3.11
  • All f-strings
  • Type checking via isinstance(), not type == ...

1.2.0 (2023-02-27)

  • Deprecated requires.io and travis
  • Raise ImportError instead of general Exception

1.1.2 (2022-10-26)

  • Minor refactor of mechanism to support PyQt5, PyQt6, PySide2 and PySide6

1.1.1 (2022-09-14)

  • Forgot to bump requirement dvg-debug-functions~=2.2 to ensure support for PyQt5, PyQt6, PySide2 and PySide6

1.1.0 (2022-09-13)

  • Added support for PyQt5, PyQt6, PySide2 and PySide6

1.0.0 (2021-07-02)

  • Stable release, identical to v0.4.0

0.4.0 (2021-05-09)

  • Fixed buggy worker_DAQ pause and unpause routines in CONTINUOUS mode

0.3.0 (2020-07-23)

  • Updated start & stop machinery Workers
  • Removed unneccesary lambdas
  • Revamped DAQ rate calculation. Init arg calc_DAQ_rate_every_N_iter got removed.

0.2.2 (2020-07-17)

  • Traceback will be printed when DAQ_function raises an internal error.
  • Introduced Worker_###._has_finished to prevent hang when closing workers twice.

0.2.1 (2020-07-15)

  • Added documentation

0.2.0 (2020-07-07)

  • quit_worker_###(): Added check to see if thread was already closed, due to a lost_connection event. This prevents an hanging app during quit.

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

Superseded by #5.