Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 3.96 KB

File metadata and controls

69 lines (50 loc) · 3.96 KB

Changelog

v0.3.0 (2026-03-13)

What's Changed

  • fix: call ProgramContext constructor by @rmshaffer in #93
  • fix: updated config file by @sesmart in #81
  • update error message for index error by @yitchen-tim in #82
  • depr: drop Python 3.10 support by @rmshaffer in #92

New Contributors

  • @sesmart made their first contribution in #81
  • @yitchen-tim made their first contribution in #82
  • @speller26 made their first contribution in #84

Full Changelog: https://github.com/amazon-braket/autoqasm/compare/v0.2.0...v0.3.0

v0.2.0 (2025-08-26)

What's Changed

  • infra: update supported python versions by @rmshaffer in #77
  • change: Use Ankaa-2 instead of Aspen-M-3 in pulse examples by @rmshaffer in #48
  • infra: onboard to use ruff by @AbeCoull in #53
  • feature: Use hybrid_job from braket.jobs by @rmshaffer in #66

New Contributors

  • @AbeCoull made their first contribution in #53

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

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.