Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps qbraid from 0.9.9.dev20250814175257 to 0.9.9.

Release notes

Sourced from qbraid's releases.

qBraid-SDK 0.9.9

Release 0.9.9 (Sept 1, 2025)

Summary

Added

  • Added opaque runtime_options (dict) argument to QbraidDevice.submit() to include in job payload (#1017)
  • Added Equal1SimulationMetadata and Equal1SimulatorResultData classes to support processing of Equal 1 simulator v0.2.2 job data including base64 encoded "compiledOut" (#1017)

Improved / Modified

  • Skip remote Azure provider tests that now require payed plan (#1024)
  • Adds support for partial measurements on IonQ and Amazon Braket devices by automatically padding circuits with measurements on all qubits while tracking and filtering results to show only the originally measured qubits. (#1028)
  • Replaced execution_mode and device_name fields in the Equal1SimulationMetadata class with ir_type and noise_model to match data returned by Equal1 simulator v0.3.0 (#1035)
  • Moved decoding logic from Equal1SimulatorResultData class to the Equal1SimulationMetadata schema, ensuring that compiled outputs are automatically decoded when metadata is instantiated. For equal1_simulator jobs, the base64 decoded compiled output will now be accessible from a Result object as follows (#1040):
result = job.result()
compiled_output = result.details['metadata']['compiledOutput']

Removed

  • Removed benchmarking module from tests as not relevant or used (#1026)

Fixed

  • Fixed bug that returned a single job instead of a list of jobs after batch job submission in the native provider runtime for QuEra Aquila using Bloqade Analog (#1026)
  • Fixed the boto3.client initialization by adding the region_name parameter in _get_partial_measurement_qubits_from_tags method (#1034)
  • Fixed bug that resulted in AttributeError: 'NoneType' object has no attribute 'service' when checking BraketDevice.availability_window(). Now ensures that AwsDevice.properties is defined using refresh_metadata() before proceeding with availability check. (#1041)

Dependencies

  • Reset Cirq dependency extra upper-bound to <1.5 (#1026)
  • Updated pyqasm requirement from >=0.3.2,<0.5 to >=0.5.0,<0.6.0 (#1032)
  • Updated pennylane requirement from <0.42 to >=0.42.3,<0.43 (#1034)

PRs Merged

... (truncated)

Changelog

Sourced from qbraid's changelog.

[0.9.9] - 2025-09-01

Added

  • Added opaque runtime_options (dict) argument to QbraidDevice.submit() to include in job payload (#1017)
  • Added Equal1SimulationMetadata and Equal1SimulatorResultData classes to support processing of Equal 1 simulator v0.2.2 job data including base64 encoded "compiledOut" (#1017)

Improved / Modified

  • Skip remote Azure provider tests that now require payed plan (#1024)
  • Adds support for partial measurements on IonQ and Amazon Braket devices by automatically padding circuits with measurements on all qubits while tracking and filtering results to show only the originally measured qubits. (#1028)
  • Replaced execution_mode and device_name fields in the Equal1SimulationMetadata class with ir_type and noise_model to match data returned by Equal1 simulator v0.3.0 (#1035)
  • Moved decoding logic from Equal1SimulatorResultData class to the Equal1SimulationMetadata schema, ensuring that compiled outputs are automatically decoded when metadata is instantiated. For equal1_simulator jobs, the base64 decoded compiled output will now be accessible from a Result object as follows (#1040):
result = job.result()
compiled_output = result.details['metadata']['compiledOutput']

Deprecated

Removed

  • Removed benchmarking module from tests as not relevant or used (#1026)

Fixed

  • Fixed bug that returned a single job instead of a list of jobs after batch job submission in the native provider runtime for QuEra Aquila using Bloqade Analog (#1026)
  • Fixed the boto3.client initialization by adding the region_name parameter in _get_partial_measurement_qubits_from_tags method (#1034)
  • Fixed bug that resulted in AttributeError: 'NoneType' object has no attribute 'service' when checking BraketDevice.availability_window(). Now ensures that AwsDevice.properties is defined using refresh_metadata() before proceeding with availability check. (#1041)

Dependencies

  • Reset Cirq dependency extra upper-bound to <1.5 (#1026)
  • Updated pyqasm requirement from >=0.3.2,<0.5 to >=0.5.0,<0.6.0 (#1032)
  • Updated pennylane requirement from <0.42 to >=0.42.3,<0.43 (#1034)

[0.9.8] - 2025-07-22

Improved / Modified

  • Removed legacy pkg_resources logic for loading entry points (qbraid._entrypoints), as support for Python 3.9 has been dropped and the project now requires Python 3.10 or higher. (#1002)
  • Populated basis gates property in profile of AWS Braket provider device (#1003)
  • Emit a UserWarning instead of raising a ValueError when checking for the sum of result probabilities from job to be equal to 1 (#1004).
  • House keeping updates (#1012)
    • Removed deprecated modules (qbraid.programs.circuits, qbraid.runtime.qiskit, and qbraid.runtime.braket)
    • Updated readme, contributing, citation, and various project config files.
  • Updated QiskitRuntimeProvider default channel to ibm_quantum_platform in preparation for the sunsetting of the IBM Quantum channel in favor of IBM Cloud. See qiskit-ibm-runtime updated instructions for account setup. (#1011)
  • Implemented autoqasm_to_qasm3 conversion extra in transpiler for support of AutoQASM to QASM3 conversion. Added "autoqasm" program type to program registry. (#1013)

Fixed

  • Fixed handling of IBM job results for different creg names. Specifically, generalized measurements() and get_counts() methods in QiskitGateModelResultBuilder to account for mixed classical register names, and for classical register names other than "c" and "meas". (#1011)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qbraid](https://github.com/qBraid/qBraid) from 0.9.9.dev20250814175257 to 0.9.9.
- [Release notes](https://github.com/qBraid/qBraid/releases)
- [Changelog](https://github.com/qBraid/qBraid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qBraid/qBraid/commits/v0.9.9)

---
updated-dependencies:
- dependency-name: qbraid
  dependency-version: 0.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 8, 2025
@ryanhill1 ryanhill1 merged commit f0a5f4d into main Sep 9, 2025
6 checks passed
@ryanhill1 ryanhill1 deleted the dependabot/pip/qbraid-0.9.9 branch September 9, 2025 19:52
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.

1 participant