Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the zhinst group across 1 directory with 4 updates #503

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the zhinst group with 4 updates in the / directory: zhinst-qcodes, zhinst-core, zhinst-timing-models and zhinst-toolkit.

Updates zhinst-qcodes from 0.5.4 to 0.6.0

Release notes

Sourced from zhinst-qcodes's releases.

Release 0.4.1 (LabOne 22.08)

Adapt to LabOne Release 22.08

🛠️ For a complete List of Changes in LabOne see its release notes.

🛠️ Change log of zhinst-toolkit (the LabOne API this package is build on= is here.

🛠️ Change log is here.

Check out the Documentation to see how the new toolkit version can boost your experience with using LabOne inside Python.

Besides some bug fixes the following thing are worth highlighting:

  • Adapt toolkit to use the offline awg compiler when uploading a sequencer code to a awg node. Improves the performance a lot and also enables the uploading of a sequencer code within a transaction (Works both for AWGs and Generators).
  • Add new function compile_sequencer_code to the awg node.
  • Sequencer code, Waveforms and the AWG enable node can be changed in a single transaction.

zhinst-qcodes 0.3.0 has been released.

🛠️ Change log is here.

⚠️ This release contains a major redesign and rework of zhinst-qcodes. It breaks the interface in many ways and an upgrade should be done carefully.

Check out the Documentation to see how the new zhinst-qcodes version can boost your experience with using LabOne inside QCoDeS.

zhinst-qcodes 0.2.0 has been released.

🛠️ Change log is here.

Changelog

Sourced from zhinst-qcodes's changelog.

Version 0.6.0

  • Add explicit Instrument wrappers for SHFLI and GHFLI
  • The constructor of Session fails when attempting to connect to a data-server on a different LabOne version. This behavior can be overridden by setting the newly added allow_version_mismatch keyword argument to True. When allow_version_mismatch=True is passed to the Session constructor the connection to the data-server succeeds even if the version doesn't match.

Version 0.5.5

  • Fix issue that prevented connecting to different data server on the same host.
Commits
  • 51c6d4a Expose version missmatch flag in the device clases
  • bfe507a Add direct support for SHFLI and GHFLI
  • 339cf3c Add support for allow_version_mismatch (L1-2516)
  • 9d37d6f Fix broken link to the labone progrmmin manual in the doc
  • 846230e Fix issue that prevents connecting to different data server on the same host
  • e59bb0a Set min python version
  • 65f89d2 Drop python 3.9, 3.10
  • 3591f25 add python 3.12 testing and support
  • 4f6ded1 Add tests for python 3.11 and update to latest toolkit changes
  • See full diff in compare view

Updates zhinst-core from 24.7.62562 to 24.10.65175

Updates zhinst-timing-models from 24.7.62464 to 24.10.64896

Updates zhinst-toolkit from 0.6.4 to 0.7.0

Release notes

Sourced from zhinst-toolkit's releases.

zhinst-toolkit 0.3.0 has been released.

🛠️ Change log is here.

⚠️ This release contains a major redesign and rework of zhinst-toolkit. It breaks the interface in many ways and an upgrade should be done carefully.

Check out the Documentation to see how the new toolkit version can boost your experience with using LabOne inside Python.

zhinst-toolkit 0.2.0 has been released.

🛠️ Change log is here.

zhinst-toolkit 0.1.2 has been released.

🛠️ Change log is here.

Changelog

Sourced from zhinst-toolkit's changelog.

Version 0.7.0

  • Add QHub driver
Commits
  • 49c6282 Pump version of actions/download-artifact to v4
  • a8accf5 Update shfqc_qubit_spectroscopy.md (#285)
  • 0830026 Update shfqc_propagation_delay.md
  • 8fc5897 Update SHFQC examples
  • 516eb74 Update power density example
  • 5d4be70 Add support for QHub
  • 9013fa5 Switch uploda-artifact workflow to latest version
  • ce3be8b Remove deprecated numpy.complex_ usage
  • 6219fe2 Adapt scope example to address the change in scope module averager (#280)
  • See full diff in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the zhinst group with 4 updates in the / directory: [zhinst-qcodes](https://github.com/zhinst/zhinst-qcodes), zhinst-core, zhinst-timing-models and [zhinst-toolkit](https://github.com/zhinst/zhinst-toolkit).


Updates `zhinst-qcodes` from 0.5.4 to 0.6.0
- [Release notes](https://github.com/zhinst/zhinst-qcodes/releases)
- [Changelog](https://github.com/zhinst/zhinst-qcodes/blob/main/CHANGELOG.md)
- [Commits](zhinst/zhinst-qcodes@v0.5.4...v0.6.0)

Updates `zhinst-core` from 24.7.62562 to 24.10.65175

Updates `zhinst-timing-models` from 24.7.62464 to 24.10.64896

Updates `zhinst-toolkit` from 0.6.4 to 0.7.0
- [Release notes](https://github.com/zhinst/zhinst-toolkit/releases)
- [Changelog](https://github.com/zhinst/zhinst-toolkit/blob/main/CHANGELOG.md)
- [Commits](zhinst/zhinst-toolkit@v0.6.4...v0.7.0)

---
updated-dependencies:
- dependency-name: zhinst-qcodes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: zhinst
- dependency-name: zhinst-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: zhinst
- dependency-name: zhinst-timing-models
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: zhinst
- dependency-name: zhinst-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: zhinst
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants