Skip to content

Releases: Qiskit/qiskit-ibm-runtime

Qiskit IBM Runtime 0.15.1

17 Nov 20:50
0b64fb0
Compare
Choose a tag to compare

Qiskit IBM Runtime 0.15.0

17 Nov 16:40
5271642
Compare
Choose a tag to compare

Changelog

Deprecated

  • Update session.from_id() (#1163)
  • Added deprecation warning when using qiskitrc file (#1219)

Added

  • Add channel strategy instance validation (#1193)
  • Support IBMBackend.run() (#1138)

Changed

  • Remove caching of results in RuntimeJob (#1205)

Fixed

  • Update session.from_id() (#1163)
  • Fix BYOB job results bytes typing issue (#1220)

Qiskit IBM Runtime 0.14.0

02 Nov 17:26
9c443f9
Compare
Choose a tag to compare

Changelog

Deprecated

  • Add deprecation warnings for everything related to custom programs (#1153)

Added

  • Create batch class (#1183)

Qiskit IBM Runtime 0.13.0

18 Oct 21:30
ab74d1b
Compare
Choose a tag to compare

Changelog

Added

  • Allow users to indicate they are done submitting jobs to a session (#1139)
  • Log instance on initialization and when running a job (#1150)
  • Expose new session details (#1119)
  • update docstring & remove max_time (#1137)
  • Warn users if job submitted will exceed quota (#1100)
  • New method to create a new Session object with a given id (#1101)
  • Only return channel strategy supported backends (#1095)
  • Allow user to define a default account as an environment variable (#1018)
  • Add reason code to error message (#1072)
  • Add default channel_strategy option (#1051)
  • Data tracking improvements (#974)

Changed

  • Enable datetime parameter for backend properties (#1070)

Removed

  • Removed support for backend as session parameter (#1091)
  • Remove old deprecations (#1106)
  • Remove migrate-qiskit-alg tutorial (#1032)

Fixed

  • Fix target_history date bug (#1143)
  • RuntimeJobTimeoutError should inherit from JobTimeoutError (#1090)
  • Update default resilience options (#1062)
  • Remove min execution time check (#1065)
  • Don't convert error messages to uppercase (#1054)

Qiskit IBM Runtime 0.12.2

28 Sep 21:23
eb8c2ed
Compare
Choose a tag to compare

Changelog

Added

  • Warn users if job submitted will exceed quota (#1100)
  • New method to create a new Session object with a given id (#1101)
  • Only return channel strategy supported backends (#1095)
  • Allow user to define a default account as an environment variable (#1018)
  • Add reason code to error message (#1072)

Removed

  • Removed support for backend as session parameter (#1091)
  • Remove old deprecations (#1106)

Fixed

  • RuntimeJobTimeoutError should inherit from JobTimeoutError (#1090)

Qiskit IBM Runtime 0.12.1

12 Sep 19:12
454844a
Compare
Choose a tag to compare

Changelog

Added

  • Add default channel_strategy option (#1051)
  • Data tracking improvements (#974)

Changed

  • Enable datetime parameter for backend properties (#1070)

Removed

  • Remove migrate-qiskit-alg tutorial (#1032)

Fixed

  • Update default resilience options (#1062)
  • Remove min execution time check (#1065)
  • Don't convert error messages to uppercase (#1054)

Qiskit IBM Runtime 0.12.0

29 Aug 22:24
efb025e
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate noise amplification option (#1035)
  • "bss.seconds" deprecation in job.metrics() (#913)

Added

  • Q-CTRL support (#1017)
  • Don't store circuit params automatically (#1010)
  • Remove deprecation warning for unsupported parameters of transpilation settings (#866)
  • Expose job cost estimation values (#976)
  • Raise exception when number of circuits exceeds maximum circuits allowed on backendkend max_circuits (#939)
  • Support updating job tags (#950)
  • Add SimulatorOptions.set_backend method (#876)

Changed

  • Use qiskit-ibm-provider api code (#871)

Removed

  • Remove max circuits validation (#1031)
  • Remove circuit & observable indicies (#971)
  • Use qiskit-ibm-provider api code (#871)

Fixed

  • Correct backend given by RuntimeJob.backend() (#997)
  • Fix bug with custom header in request (#1000)
  • Deserialize circuit metadata (#993)
  • Filter backends by instance when given in QiskitRuntimeService constructor (#979)
  • serialize circuit metadata correctly (#946)
  • Cancelled job should throw exception when trying to get result() (#930)

Qiskit IBM Runtime 0.11.3

08 Aug 20:26
2ae8e78
Compare
Choose a tag to compare

Changelog

Added

  • Expose job cost estimation values (#976)
  • Raise exception when number of circuits exceeds maximum circuits allowed on backendkend max_circuits (#939)
  • Support updating job tags (#950)

Removed

  • Remove circuit & observable indicies (#971)

Fixed

  • Deserialize circuit metadata (#993)
  • Filter backends by instance when given in QiskitRuntimeService constructor (#979)

Qiskit IBM Runtime 0.11.2

13 Jul 18:12
4ca748b
Compare
Choose a tag to compare

Changelog

Added

  • Add SimulatorOptions.set_backend method (#876)

Changed

  • Use qiskit-ibm-provider api code (#871)

Removed

  • Use qiskit-ibm-provider api code (#871)

Fixed

  • serialize circuit metadata correctly (#946)
  • Cancelled job should throw exception when trying to get result() (#930)

Qiskit IBM Runtime 0.11.1

15 Jun 18:27
78c21ca
Compare
Choose a tag to compare

Changelog

Deprecated

  • "bss.seconds" deprecation in job.metrics() (#913)