Skip to content

qBraid-QIR 0.2.1

Compare
Choose a tag to compare
@ryanhill1 ryanhill1 released this 26 Jun 02:00
· 57 commits to main since this release
948963f

Release 0.2.1 (Jun 25, 2024)

Summary

  • The Cirq dependency was bumped.
  • Support was added for qasm3 loop statements.
  • Support was added for qasm3 alias statements.

➕ New Features

  • Support for aliases in qbraid_qir.qasm3.qasm3_to_qir was introduced, allowing for more flexible program definitions. (#102)
  • The implementation of for loops was added, enabling more dynamic control flow in qasm3 programs. (#110)

📜 Documentation

  • The README.md was updated to include the latest supported instructions. (#94)
  • Another update was made to the README.md for further clarity and completeness. (#111)

⬇️ Dependency Updates

  • The Cirq-core requirement was updated from <1.4.0,>=1.3.0 to >=1.3.0,<1.5.0. (#96)
  • The sphinx-autodoc-typehints requirement was updated from <2.2,>=1.24 to >=1.24,<2.3. (#113)

🌟 Improvements

  • Post-release housekeeping tasks were completed to tidy up the codebase. (#92)
  • The Discord icon was updated, and Codecov was added to enhance the project’s CI/CD pipeline. (#95)
  • The project version was bumped to reflect the latest changes. (#114)