Skip to content

Releases: Qiskit/qiskit-ibm-runtime

Qiskit IBM Runtime 0.21.2

18 Mar 18:24
4a59152
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed a bug where RuntimeDecoder could import arbitrary classes.

Qiskit IBM Runtime 0.21.1

06 Mar 19:11
6da597a
Compare
Choose a tag to compare

Changelog

Fixed

  • Allow importing SamplerV1 and EstimatorV1 (#1477) (#1478)

Qiskit IBM Runtime 0.21.0

06 Mar 03:15
d99688a
Compare
Choose a tag to compare

Changelog

Deprecated

  • Add warning if no backend provided on cloud channel (#1425)

Added

  • Add RuntimeJobV2 class and new JobStatus' (#1450)
  • Add fake backends for newer IBM backends (#1440)
  • Support for new V2 primitives (Migration guide)

Removed

  • Raise if abstract circuits are used (#1437)

Fixed

  • Handle control flow instructions in Target generation (#1443)
  • Fix bug with retrieving fake backends (#1402)
  • Update ISA validation (#1414)

Qiskit IBM Runtime 0.20.0

20 Feb 21:12
b7f4b30
Compare
Choose a tag to compare

Changelog

Deprecated

  • Add deprecation warning for abstract circuits (#1404)

Added

  • Use POST /sessions endpoint (#1372)
  • Support Python 3.12 (#1347)

Fixed

  • Fix scheduling in control flow with instructions of non-uniform durations (#1378)

Qiskit IBM Runtime 0.19.1

07 Feb 15:17
72ed540
Compare
Choose a tag to compare

Changelog

Fixed

  • Cast use_symengine input to a bool (#1385)
  • Fix DynamicCircuitInstructionDurations.from_backend for both Backend versions (#1383)

Qiskit IBM Runtime 0.19.0

06 Feb 15:07
bd7885c
Compare
Choose a tag to compare

Changelog

Added

  • Handle Qiskit 1.0 removals (#1363), qiskit-ibm-runtime is now compatible with Qiskit 1.0.0

Qiskit IBM Runtime 0.18.0

25 Jan 17:32
c1453f4
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate service.runtime (#1278)

Added

  • Add dynamic circuits backend filter (#1291)

Removed

  • Removed support for qiskitrc file (#1121)

Fixed

  • Exclude params on job retrieval by default (#1308)

Qiskit IBM Runtime 0.17.0

08 Dec 01:45
b849c70
Compare
Choose a tag to compare

Changelog

Added

  • Raise error if backend retrieved not in current instance (#1249)
  • Add job.properties() method (#1252)

Fixed

  • Fix backend_converter faulty_qubit name error (#1257)

Qiskit IBM Runtime 0.16.1

28 Nov 02:23
ef06c1a
Compare
Choose a tag to compare

Qiskit IBM Runtime 0.16.0

28 Nov 01:47
fb8732d
Compare
Choose a tag to compare

Changelog

Added

  • Make sessions thread safe (#1196)

Removed

  • Remove all code related to custom programs (#1192)

Fixed

  • Instance & channel_strategy validation (#1233)