Skip to content

Releases: coldqubit/shotgate

v0.2.2

11 Jun 17:47
v0.2.2
825c6cc

Choose a tag to compare

Install v0.2.2

The package is on PyPI and the image on the GitHub Container Registry (GHCR) for convenience (the usual one-liners below). If you would rather not use a package index at all, the wheel attached to this release and the GHCR image are both pullable straight from GitHub, no extra account needed.

Python package (PyPI, or the attached wheel):

pip install 'shotgate[aer]==0.2.2'
# or straight from this release, no index:
pip install https://github.com/coldqubit/shotgate/releases/download/v0.2.2/shotgate-0.2.2-py3-none-any.whl

Container (GHCR, canonical; add the -ibm tag suffix for the QPU-capable variant):

podman pull ghcr.io/coldqubit/shotgate:0.2.2
podman run --rm -v "$PWD:/work:Z" -w /work ghcr.io/coldqubit/shotgate:0.2.2 run examples/bell-state/workflow.yaml
# also mirrored to Docker Hub:  docker.io/coldqubit/shotgate:0.2.2

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Jun 06:30
v0.2.1
f39a1bd

Choose a tag to compare

Install v0.2.1

The package is on PyPI and the image on the GitHub Container Registry (GHCR) for convenience (the usual one-liners below). If you would rather not use a package index at all, the wheel attached to this release and the GHCR image are both pullable straight from GitHub, no extra account needed.

Python package (PyPI, or the attached wheel):

pip install 'shotgate[aer]==0.2.1'
# or straight from this release, no index:
pip install https://github.com/coldqubit/shotgate/releases/download/v0.2.1/shotgate-0.2.1-py3-none-any.whl

Container (GHCR; add the -ibm tag suffix for the QPU-capable variant):

podman pull ghcr.io/coldqubit/shotgate:0.2.1
podman run --rm -v "$PWD:/work:Z" -w /work ghcr.io/coldqubit/shotgate:0.2.1 run examples/bell-state/workflow.yaml

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Jun 06:12
v0.2.0
322269f

Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

v0.1.1

10 Jun 22:41
v0.1.1
af8351b

Choose a tag to compare

What's Changed

  • build(deps-dev): Update qiskit requirement from <2,>=1.2 to >=1.2,<3 in the python-deps group by @dependabot[bot] in #5
  • build(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #1
  • build(deps): Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2
  • build(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #3
  • build(deps): Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #4

New Contributors

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

v0.1.0

10 Jun 22:17
v0.1.0
506f057

Choose a tag to compare