Qcodes icon indicating copy to clipboard operation
Qcodes copied to clipboard

Modular data acquisition framework

Results 240 Qcodes issues
Sort by recently updated
recently updated
newest added

Currently we are filtering warnings of the form `'ignore:unclosed database in:ResourceWarning' # internal should be fixed` in tests on python 3.13 This should be fixed and the filter removed

This PR implements the `unpack_self()` method for `MultiParameter`, extending #7346. This makes the special treatment of this type of parameter in `DataSaver.add_result()` redundant and should allow users to make use...

Bumps [tinycss2](https://github.com/Kozea/tinycss2) from 1.4.0 to 1.5.1. Release notes Sourced from tinycss2's releases. v1.5.1 Include parsing tests in source tarball v1.5.0 Support most of CSS Color Level 5 Fix tokenizer crash...

dependencies
blocked on third party dependency
python

Bumps the sphinx group with 1 update: [sphinx](https://github.com/sphinx-doc/sphinx). Updates `sphinx` from 8.2.3 to 9.0.0 Release notes Sourced from sphinx's releases. Sphinx 9.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #13786: Support Docutils 0.22. Patch...

dependencies
blocked on third party dependency
python

In examples without instrument communication / significant data storage full_name contributes significantly to runtime of measurements. TODO - [ ] Profile that this matters for real examples - [ ]...

For instruments with many parameters (100 - 1000 range) the overhead of qcodes parameters becomes a bottleneck in startup time. In this PR we improve performance of `is_function`: ``` main:...

This reverts commit 724add72c7d220c026616bbfab9a3d6d6c4a5b4a, reversing changes made to cc4aa299dbe1d638d5171b6889349bcc34520af5.

Bumps [docutils](https://github.com/rtfd/recommonmark) from 0.21.2 to 0.22.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.21.2&new-version=0.22.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
blocked on third party dependency
python

See https://peps.python.org/pep-0794/ Blocked by setuptools not yet supporting this.