Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on pyqasm to permit the latest version.

Release notes

Sourced from pyqasm's releases.

PyQASM 1.0.0

Release 1.0.0 (September 19, 2025)

Summary

Added

  • Major Update ❗ Added support for OPENPULSE code in pyqasm. (#246)
    Supported example program:
    OPENQASM 3.0;
    defcalgrammar "openpulse";
    complex[float[32]] amp = 1.0 + 2.0im;
    cal {
    port d0;
    frame driveframe = newframe(d0, 5.0e9, 0.0);
    waveform wf = gaussian(amp, 16ns, 4ns);
    }
    const float frequency_start = 4.5e9;
    const float frequency_step = 1e6;
    const int frequency_num_steps = 3;
    defcal saturation_pulse $0 {
    play(driveframe, constant(amp, 100e-6s));
    }
    cal {
    set_frequency(driveframe, frequency_start);
    }
    for int i in [1:frequency_num_steps] {
    cal {
    shift_frequency(driveframe, frequency_step);
    }
    saturation_pulse $0;
    }

  • Added a workflow to track changes in the docs/_static/logo.png file to prevent unnecessary modifications. (#257)
  • Added decomposition details for all gates in the docs/gate_decompositions.md file. (#237)

Improved / Modified

  • Modified if statement validation to now include empty blocks as well. See [Issue #246](qBraid/pyqasm#246) for details. (#251)

Deprecated

Removed

... (truncated)

Commits
  • 5b21c75 add pulse to release workflow (#270)
  • f37c2d0 Bump major version to 1.0.0 (#269)
  • 0764248 Fix: Gate ordering across registers in pyqasm.draw() (#268)
  • d75bd16 Gate docs update (#266)
  • 7b40e8e update changelog [no ci] (#265)
  • 35f9a31 Bump actions/setup-python from 5 to 6 (#262)
  • 3cf826f Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#263)
  • 11f3490 Bump actions/github-script from 7 to 8 (#264)
  • 83ee2e9 Fixed: Duplicate qubits not detected in function call & error in function c...
  • 7d4a6a5 Fixes: qBraid logo error in docs and add a logo check workflow(#257)
  • Additional commits viewable in compare view

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)

Updates the requirements on [pyqasm](https://github.com/qBraid/pyqasm) to permit the latest version.
- [Release notes](https://github.com/qBraid/pyqasm/releases)
- [Changelog](https://github.com/qBraid/pyqasm/blob/main/CHANGELOG.md)
- [Commits](qBraid/pyqasm@v0.5.0...v1.0.0)

---
updated-dependencies:
- dependency-name: pyqasm
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 22, 2025
@TheGupta2012 TheGupta2012 self-requested a review September 22, 2025 07:14
Copy link
Member

@TheGupta2012 TheGupta2012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@TheGupta2012 TheGupta2012 merged commit 9b50b89 into main Sep 22, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyqasm-gte-0.5.0-and-lt-1.1.0 branch September 22, 2025 07:14
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.

2 participants