Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.21 KB

Changelog

v0.2.2 (2024-07-11)

Bug Fixes and Other Changes

  • adding check for main thread

v0.2.1 (2024-07-06)

Bug Fixes and Other Changes

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

v0.2.0 (2024-07-02)

Features

  • Update for new run_multiple API and internal Julia changes

Documentation Changes

  • Enable Read the Docs

v0.1.3 (2024-06-03)

Bug Fixes and Other Changes

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

v0.1.2 (2024-05-22)

Bug Fixes and Other Changes

  • making precompilation during import optional

v0.1.1.post0 (2024-05-15)

Documentation Changes

  • Add classifiers to pyproject.toml

v0.1.1 (2024-05-14)

Bug Fixes and Other Changes

  • adding publish workflow

v0.1.0 (2024-05-14)

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