Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.4 to 4.3.5. Release notes Sourced from actions/dependency-review-action's releases. v4.3.5 What's Changed fix: getRefs function to handle merge_group events by @louis-bompart in actions/dependency-review-action#766 Create pull_request_template.md by @jonjanego...
Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1. Changelog Sourced from mypy's changelog. Mypy 1.12.1 Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961) Fix iteration over...
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.1 to 3.0.2. Release notes Sourced from markupsafe's releases. 3.0.2 This is the MarkupSafe 3.0.2 fix release, which fixes bugs but does not otherwise change behavior and...
Bumps ruamel-yaml-clib from 0.2.8 to 0.2.12. [](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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.3 to 7.6.4. Changelog Sourced from coverage's changelog. Version 7.6.4 — 2024-10-20 fix: multi-line with statements could cause contained branches to be incorrectly marked as missing (issue...
Bumps [types-setuptools](https://github.com/python/typeshed) from 75.1.0.20241014 to 75.2.0.20241019. 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 [fsspec](https://github.com/fsspec/filesystem_spec) from 2024.9.0 to 2024.10.0. Commits 1fe5695 changelog (#1729) 9d56f92 allow repeated extra arguments (#1673) 952cd98 Speed up git backend (#1712) 03e89cc Fix performance issues with MemoryFileSystem.rm (#1725) 176efbe...
The import of qcodes fails with Spyder 6, because add_to_spyder_UMR_excludelist raises an exception. This pull request fixes the code to work with Spyder 6.0. I've removed a bit of old...
I frequently deal with fairly large datasets (some high-dimensional loops and a buffered get-parameter). Loading these datasets from the database into a usable format (i.e., `xarray`) takes an extremely long...
Bumps [dask](https://github.com/dask/dask) from 2024.9.1 to 2024.10.0. Release notes Sourced from dask's releases. 2024.10.0 Changes Ensure broadcast_shapes() returns integers, not NumPy scalars. @trexfeathers (#11434) (fix): sparse indexing @ilan-gold (#11430) Task Spec:...