Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. Changelog Sourced from psutil's changelog. 6.1.0 2024-10-17 Enhancements 2366_, [Windows]: drastically speedup process_iter(). We now determine process unique identity by using process "fast" create...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.115.0 to 6.115.3. Commits 957b672 Bump hypothesis-python version to 6.115.3 and update changelog 87c32ac Merge pull request #4141 from tybug/integer-weights-fix 00401e1 better release message cbef277 lint f30d8af...
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.1.0 to 75.2.0. Changelog Sourced from setuptools's changelog. v75.2.0 Features Made errors when parsing Distribution data more explicit about the expected type (tuple[str, ...] | list[str]) --...
Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240914 to 2.32.0.20241016. Commits See full diff in compare view [](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`. [//]: #...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.0.0. Release notes Sourced from pillow's releases. 11.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html Changes Do not create core image in TIFF seek() #8392 [@radarhere] Removed custom build_openjpeg #8365 [@radarhere]...
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.384 to 1.1.385. Release notes Sourced from pyright's releases. Published 1.1.385 Bug Fixes: Fixed bug that leads to a false positive error when using Literal[] in a...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.4.0 to 8.5.0. Changelog Sourced from importlib-metadata's changelog. v8.5.0 Features Deferred import of zipfile.Path (#502) Deferred import of json (#503) Rely on zipp overlay for zipfile.Path. Commits...
Filter new warnings. - [x] Add 3.13 to CI - [x] Add markers for 3.13 - [ ] Can we find a clean way to ensure that connections to db...
Hello! In https://github.com/microsoft/Qcodes/blob/d4e1e15de07c4d3a4cd94445dd614637d96aec31/src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py#L1057, would it be possible to move ``` m_frequency = { "ZNB4": (9e3, 4.5e9), "ZNB8": (9e3, 8.5e9), "ZNB20": (100e3, 20e9), "ZNB40": (10e6, 40e9), } ``` outside of the...
Run the test suite and you will see warnings like ``` Exception ignored in: Traceback (most recent call last): File "C:\Users\jenielse\AppData\Roaming\uv\data\python\cpython-3.12.7-windows-x86_64-none\Lib\threading.py", line 1016, in run del self._target, self._args, self._kwargs ^^^^^^^^^^...