Skip to content

Releases: Qiskit/qiskit-ibm-runtime

Qiskit IBM Runtime 0.24.0

11 Jun 17:04
b2b47d0
Compare
Choose a tag to compare

Changelog

Deprecated

  • Disallow setting flat options (#1731)
  • Remove Provider as parent class from QiskitRuntimeService (#1689)
  • Custom programs followup (#1289)
  • Make name a requirend param in backend() (#1636)
  • Add mode parameter (#1584)

Added

  • Remove backend cache from QiskitRuntimeService (#1732)
  • Fractional gate opt-in (#1715)
  • Add private_endpoint param when saving account (#1705)
  • Accommodate new session status (#1713)
  • bump to qiskit 1.1 (#1700)
  • Add resilience.zne.amplifier to EstimatorV2 options (#1679)
  • Replace convert_to_target with the Qiskit version (#1600)
  • Fix multiple cycles of staggered DD (#1630)
  • Add mode parameter (#1584)

Fixed

  • Disallow setting flat options (#1731)
  • Decode numpy array with ints (#1697)
  • Fix encoding Incorrect padding error (#1682)
  • url is not a required env var (#1688)
  • Return correct job version (#1524)
  • Small bugfix in resilience validation (#1632)

Qiskit IBM Runtime 0.23.0

15 Apr 20:53
f9b860e
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate backend.run (#1579)
  • Update from_id() (#1311)

Added

  • Add twirling options to SamplerV2 (#1583)
  • Raise an error if dynamical decoupling is used with dynamic circuits (#1593)
  • Level 1 measurement support in Sampler options (#1594)
  • Add elapsed_time to session details (#1581)
  • Pretty print options (#1538)
  • feat: Add qctrl validation for Primitives v2 (#1550)

Fixed

  • Missing circuit metadata in PubResult from SamplerV2 (#1596)
  • Decode empty Databin's (#1580)
  • Custom header not being sent (#1592)
  • ZNE options validation fix (#1588)
  • Use status() for related methods (#1568)
  • Allow new job status' in RuntimeJobV2 (#1494)
  • Fix incorrect specification of noise_gain option (#1575)
  • Fix issue with encoding ParameterExpression (#1536)

Qiskit IBM Runtime 0.22.0

21 Mar 17:54
585af44
Compare
Choose a tag to compare

Changelog

Added

  • local mode support for v2 (#1533)
  • Add local mode for v1 primitives (#1495)
  • Modify skip_reset_qubits to apply DD on all qubits when False (#1409)

Removed

  • Remove runtime property (#1537)

Fixed

  • Treat resilience_level=0 for EstimatorV2 properly (replace of 1541) (#1542)
  • Bump qpy version in encoder (#1522)
  • Add pydantic to requirements (#1500)

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)