Skip to content

Releases: microsoft/azure-quantum-python

azure-quantum_v2.2.0

23 Oct 17:18
46c47f8
Compare
Choose a tag to compare

2.2.0 (2024-10-22)

What's Changed

  • quantinum.qpu.h2-1 qubit count increase to 56 qubits #635
  • Use qsharp package to generate QIR from Qiskit #641

azure-quantum_v2.1.2

05 Oct 00:03
b031de3
Compare
Choose a tag to compare

2.1.1 (2024-10-04)

What's Changed

  • Use QIR Qiskit backends by default - #630
  • Update 23 qubits to 25 for ionq.qpu.aria-1, ionq.qpu.aria-2 IonQ targets - #642
  • Add rigetti.qpu.ankaa-9q-3 Rigetti target - #620
  • Deprecate rigetti.qpu.ankaa-2 Rigetti target - #644

azure-quantum_v2.1.1

15 Aug 23:49
0433fba
Compare
Choose a tag to compare

2.1.1 (2024-08-15)

Deprecated

  • ionq.qpu target deprecation #633

azure-quantum_v2.1.0

24 Jul 00:38
e4a63c7
Compare
Choose a tag to compare

2.1.0 (2024-07-23)

Features

  • Support for Histogram results produced by default with microsoft.quantum-results.v2 format - #617
    • Use get_results_histogram() for retrieving results counts as Histogram
    • Use get_results_shots() for retrieving per Shot results as array
    • See documentation for details.
  • By default use microsoft.quantum-results.v2 format for QIR targets - #617
  • Support certificate-based SNI authentication - #614
  • Update Cirq libraries to v1.4.0 - #605

azure-quantum_v2.0.1

03 May 23:57
45329fd
Compare
Choose a tag to compare

2.0.1 (2024-05-03)

What's Changed

  • Remove deprecated Rigetti ankaa-9q-1 target - #596
  • Remove deprecated Quantinuum targets - #598

Bug fixes

  • Fix for #553 where SAS token won't get renewed on getting job result - #593
  • Return list from workspace.get_targets() if no target name is provided - #606
  • Return only default backends from Qiskit's provider.backends() method - #602

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