Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 26, 2024

Bumps oq3_semantics from 0.0.7 to 0.5.0.

Release notes

Sourced from oq3_semantics's releases.

0.4.0

What's Changed

Statements like qubit $1; are supported.

This commit also undoes the previous commit (last commit before tagging 0.3.0) that improved the error handling for attemted declaration of hardware qubits.

API CHANGE: new variant in asg::Stmt The variant is Stmt::DeclareHardwareQubit(DeclareHardwareQubit)

The struct DeclareHardwareQubit has method name to retrieve an instance of asg::HardwareQubit. Note that asg::HardwareQubit is not new in this commit.

Crates

https://crates.io/crates/oq3_semantics

Changelog

Full Changelog: Qiskit/openqasm3_parser@0.3.0...0.4.0

0.3.0

What's Changed

Efficiency, paying down tech debt, etc.

... (truncated)

Commits
  • 4a0dbe9 Set version to 0.5.0
  • 5305ac3 Sorted the array elements in ast_src.rs (#189)
  • a421dff Implement imaginary literals (#194)
  • 5ccf7af Implement complex type specification (and declaration) (#193)
  • 8b7a788 Various small changes while preparing to improve type checking (#192)
  • 3396068 Check types of LHS and RHS in assignment "to identifier" (#187)
  • 682d9b6 Use everywhere stdgates.inc rather than stdgates.qasm (#186)
  • 5200b3b Create symbols for gates in standard library (#185)
  • 4694478 Give correct type to qubit register param in def (#184)
  • e120cab Mostly implement subroutine definition (def) (#181)
  • Additional commits viewable in compare view

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 [oq3_semantics](https://github.com/Qiskit/openqasm3_parser) from 0.0.7 to 0.5.0.
- [Release notes](https://github.com/Qiskit/openqasm3_parser/releases)
- [Commits](Qiskit/openqasm3_parser@0.0.7...0.5.0)

---
updated-dependencies:
- dependency-name: oq3_semantics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 26, 2024

The following labels could not be found: Rust, Changelog: None.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants