Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq) to permit the latest version. Commits 015e616 Bump to 23.2.1 b4af0fe Merge pull request #1747 from minrk/mypy 30a8680 update 3.11 test to rc1 a7f9b59 enable...
Updates the requirements on [stack-data](https://github.com/alexmojaki/stack_data) to permit the latest version. Commits 7e88082 Add 'include stack_data/py.typed' to MANIFEST.in bfe2cab Merge pull request #14 from hoefling/master b099e33 Merge pull request #34 from...
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Release notes Sourced from hypothesis's releases. Hypothesis for Python - version 6.54.3 This patch teaches the Ghostwriter an additional check...
Updates the requirements on [executing](https://github.com/alexmojaki/executing) to permit the latest version. Commits 2287b88 Merge pull request #45 from alexmojaki/reload d27bd11 Fix import for python 2 ca4eb58 Clear caches when modules are...
Updates the requirements on [types-setuptools](https://github.com/python/typeshed) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...
### Dynamically changing val_mapping on existing parameters does not produce expected behaviour. ### Steps to reproduce 1. create a parameter on an instrument instance (here named: 'vna') (or have an...
And revert related xfailed tests in #4501 #4503
This explicitly configures some of mypys strict modes and enables a few more Along the way this fixes what looks like 2 bugs in drivers
It would be convenient if one has a way to easily find all runs that are produced in a given time interval / before / after a given time. This...