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.1 to ~=1.2 #3

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from dvg-qdeviceio's releases.

PyPi v1.2.0

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

Sourced from dvg-qdeviceio's changelog.

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.
  • Changed name of enum class DAQ_trigger to DAQ_TRIGGER

0.1.2 (2020-07-04)

  • Proper use of super(), now passing **kwargs onto subclass QtCore.QObject()

... (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 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)