Skip to content

Releases: amazon-braket/autoqasm

v0.6.0

Choose a tag to compare

@amazon-braket-ci-bot amazon-braket-ci-bot released this 19 May 16:16

Features

  • add barrier instruction support

v0.5.0

Choose a tag to compare

@amazon-braket-ci-bot amazon-braket-ci-bot released this 11 May 16:13

Features

  • clean up user-visible build-error tracebacks
  • support measure_ff and cc_prx gates

v0.4.1

Choose a tag to compare

@amazon-braket-ci-bot amazon-braket-ci-bot released this 05 May 16:16

Bug Fixes and Other Changes

  • skip AutoGraph verbose-logging calls when verbosity is disabled
  • raise when a free parameter is registered with a conflicting type
  • accept positional-only parameters on autoqasm subroutines

v0.4.0.post0

Choose a tag to compare

@amazon-braket-ci-bot amazon-braket-ci-bot released this 21 Apr 16:16

Documentation Changes

  • update device references in example notebooks

v0.4.0

Choose a tag to compare

@amazon-braket-ci-bot amazon-braket-ci-bot released this 08 Apr 23:58

Features

  • use nbsphinx to render examples in docs

Bug Fixes and Other Changes

  • resolve conflicts between user-defined and auto-sanitized parameter names
  • iterative update of Python-initialized variables
  • ensure sphinx pdf build passes

v0.3.0

Choose a tag to compare

@rmshaffer rmshaffer released this 16 Mar 15:40
eb8f7fb

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@rmshaffer rmshaffer released this 26 Aug 17:58
ffa227e

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@rmshaffer rmshaffer released this 24 Sep 14:38
7c5b0ec

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

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@rmshaffer rmshaffer released this 18 Jun 01:26
a8eb648

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@rmshaffer rmshaffer released this 22 May 20:54
ecce2bc

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.