Skip to content

Releases: amazon-braket/amazon-braket-simulator-v2-python

v0.2.2

11 Jul 16:13
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • adding check for main thread

v0.2.1

06 Jul 17:47
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • StateVector shouldn't be a supported pragma for DM simulator

v0.2.0

02 Jul 21:45
Compare
Choose a tag to compare

Features

  • Update for new run_multiple API and internal Julia changes

Documentation Changes

  • Enable Read the Docs

v0.1.3

03 Jun 16:13
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Update README.md
  • Also turn list values to ndarray for Probability result types

v0.1.2

22 May 16:14
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • making precompilation during import optional

v0.1.1.post0

15 May 16:12
Compare
Choose a tag to compare

Documentation Changes

  • Add classifiers to pyproject.toml

v0.1.1

14 May 19:13
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • adding publish workflow

v0.1.0

14 May 18:10
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • fixing coverage and adding a couple more tests
  • simplify how we do ci
  • Do a first run of all gates and noises at import to force com…
  • updating version dynamically
  • update: updating readme
  • update: splitting the simulator file into two.
  • Force StateVector and DensityMatrix values to be ndarrays and test
  • setting up the repository
  • Initial commit