Skip to content

Releases: microsoft/azure-quantum-python

azure-quantum_v2.0.0

22 Mar 01:10
4fda476
Compare
Choose a tag to compare

2.0.0 (2024-03-21)

This is a major release that upgrades the qiskit package to v1.
For existing users: please follow this guide to get your environment ready for upgrading to azure-quantum v2.

Features

  • Upgrading the package to use Qiskit v1.*, qiskit-qir v0.5.0 and qiskit-ionq v0.5.0 - #581

azure-quantum_v1.2.1

01 Mar 04:36
df3d631
Compare
Choose a tag to compare

1.2.1 (2024-02-29)

Bug fixes

  • Fix issues with Workspace documentation, add more documentation, and fix linting errors #583

azure-quantum_v1.2.0

28 Feb 22:58
2e49591
Compare
Choose a tag to compare

1.2.0 (2024-02-28)

Features

  • Connection String and API-key authentication support #566

Bug fixes

  • Document JobFailedWithResultsError class #580
  • Replace deprecated Qiskit functions #576

azure-quantum_v1.1.1

22 Feb 19:53
2f1db3d
Compare
Choose a tag to compare

1.1.1 (2024-02-22)

Bug fixes

  • Produce the entire job result for microsoft.dft target #577
  • Auto-documentation: fix duplicate RuntimeError documentation in Job class #577

azure-quantum_v1.1.0

10 Feb 00:27
3c866c6
Compare
Choose a tag to compare

1.1.0 (2024-02-09)

Deprecated

  • Rigetti aspen-m-3 target #563
  • Toshiba solvers #561

Bug fixes

  • Bringing back Q# E2E-tests #567
  • Remove QIO related references and fix broken links #572
  • Remove deprecated and add missing @pytest.mark attributes #574

azure-quantum_v1.0.1

01 Feb 01:47
60674c8
Compare
Choose a tag to compare

1.0.1 (2024-01-31)

Improvements

  • Upgrading Qiskit to v0.45.* (#554)
  • Prepare the codebase for auto-documentation (#555)
  • Remove deprecated qdk python package (#560)

azure-quantum_v1.0.0

12 Jan 01:19
977cee9
Compare
Choose a tag to compare

1.0.0 (2024-01-11)

Features

  • Add warning message when user initializes AzureQuantumProvider and AzureQuantumService with resource_id and location parameters.
  • Upgrade to qsharp v1.0.33
  • Output histogram object as a map for microsoft.quantum-results.v1 job output format
  • Add shots parameter to Qiskit's backend.run(), Passthrough's target.submit() and to estimate_cost() to unify user-experience across backends
  • Deprecate azure.quantum.aio module

azure-quantum_v0.30.0

02 Jan 23:34
75be2df
Compare
Choose a tag to compare

0.30.0 (2024-01-02)

Features

  • Add an ability to submit jobs against microsoft.dft target - #540
  • Add support for rigetti.qpu.ankaa-9q-1 target - #541

azure-quantum_v0.29.2

07 Dec 00:08
19ef9b5
Compare
Choose a tag to compare

0.29.2 (2023-12-06)

Bug Fixes

  • Update to qiskit-qir 0.4 which transitively updates to pyqir >=0.10,<0.11 which has bug fixes for base profile QIR code generation. Identity gates should now be generated correctly from qiskit circuits - #534

azure-quantum_v0.29.1

02 Dec 01:17
d65ed50
Compare
Choose a tag to compare

0.29.1 (2023-12-01)

Bug Fixes

  • Locking Cirq python package version due to a breaking change in Job Results API - #531