Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 2.46 KB

Changelog

v0.1.2 (2024-09-24)

What's Changed

  • doc: Add syntax highlighting to Python code blocks by @josh146 in #43
  • doc: Update CODEOWNERS file by @rmshaffer in #42
  • fix: Ensure all tests use valid OpenQASM and upgrade to latest Braket SDK by @rmshaffer in #45
  • doc: Highlight Python syntax in md files by @rmshaffer in #44

New Contributors

  • @josh146 made their first contribution in #43

Full Changelog: https://github.com/amazon-braket/autoqasm/compare/v0.1.1...v0.1.2

v0.1.1 (2024-06-17)

What's Changed

  • change: get dimensions for aq.ArrayVar automatically by @Yash-10 in #22
  • fix: fix issue with kwargs while calling subroutine by @atharva-satpute in #23
  • fix: multi-dimensional ArrayVar declaration by @rmshaffer in #25
  • documentation: add .build() call on examples of displaying MainProgra… by @potatoboiler in #24
  • feat: Add @aq.hybrid_job decorator by @rmshaffer in #21
  • feature: support integer division by @abidart in #29
  • fix: mangle OpenQASM keywords by @atharva-satpute in #28
  • feature: add support for typecasting by @abidart in #27
  • fix: Pin amazon-braket-sdk version to 1.81.0 by @rmshaffer in #35

New Contributors

  • @Yash-10 made their first contribution in #22
  • @atharva-satpute made their first contribution in #23
  • @potatoboiler made their first contribution in #24
  • @abidart made their first contribution in #29

Full Changelog: https://github.com/amazon-braket/autoqasm/compare/v0.1.0...v0.1.1

v0.1.0 (2024-05-22)

This is the initial pre-release version of AutoQASM.

AutoQASM is an experimental module offering a new quantum-imperative programming experience in Python for developing quantum programs.