Skip to content

Releases: Qiskit/qiskit-ibm-runtime

qiskit-ibm-runtime 0.7.0rc1

19 Aug 13:40
59b715e
Compare
Choose a tag to compare
Pre-release

Changelog

Deprecated

  • Flexible session (#453)

Added

  • Flexible session (#453)
  • Prepare to publish Spanish and Japanese runtime docs (#421)

Changed

  • Flexible session (#453)

Removed

  • Flexible session (#453)

Fixed

  • Bump min terra version to 0.21.0 (#429)
  • Fix E2E timeout since there are too many programs on cloud (#418)
  • dedicated is not part of the BackendStatus schema and would have never worked (#417)
  • Fix issue "AttributeError: module 'qiskit_ibm_runtime.exceptions' has no attribute 'QpyError'" (#414)

qiskit-ibm-runtime 0.6.2

19 Jul 13:01
0.6.2
Compare
Choose a tag to compare

Changelog

Fixed

  • Bump min terra version to 0.21.0 (#429)

qiskit-ibm-runtime 0.6.1

07 Jul 02:47
0.6.1
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix issue "AttributeError: module 'qiskit_ibm_runtime.exceptions' has no attribute 'QpyError'" (#414)

qiskit-ibm-runtime 0.6.0

06 Jul 01:57
0.6.0
a31bde4
Compare
Choose a tag to compare

Changelog

Added

  • Use qiskitrc credentials if default config doesn't exist (#370)
  • Enable docs translations (#383)

Changed

  • Qpy 0.21 updates (#409)

Removed

  • Remove no longer used BasePrimitive class (#410)
  • Remove IBMRuntimeService as per Issue #359 (#408)
  • Removed deprecated qiskit_ibm_runtime.IBMEstimator class (#363)
  • Revert "Revert "(fix): deprecate class qiskit_ibm_runtime.IBMSampler for the next release (#342)" (#365)" (#385)

Fixed

  • Fix custom_max_execution_time test (#405)
  • Update how-to-getting-started-with-sampler.ipynb (#403)
  • Fix fake backend imports (#402)
  • update fake simulator import (#396)
  • update sphinx config (#397)
  • Fix #394: Make import work with Terra dev version (#395)
  • Update deploy_documentation.sh (#388)

qiskit-ibm-runtime 0.5.0

20 Jun 14:20
0.5.0
67c11b6
Compare
Choose a tag to compare

Changelog

Added

  • Filter jobs with created after/before parameters (#367)
  • Sort jobs by creation date (#366)
  • Filter jobs by session id (#361)
  • Add max_execution_time to service.run (#353)
  • Support job tags (#352)
  • Add service property to IBMBackend class (#348)

Changed

  • Refactor to set qubit properties when constructing target (#310)
  • Raise IBMNotAuthorizedError if token is incorrect (#379)
  • Pass start_session flag and also call new close session API (#376)
  • Rename /devices endpoint (#360)
  • Deprecate circuit_indices and observable_indices and add circuits and observables (#331)
  • Raise RuntimeJobTimeoutError (#335)

Fixed

  • Don't try to decode if results are empty (#372)
  • Poll status API until it is final (#341)

qiskit-ibm-runtime 0.4.0

08 Apr 11:41
0.4.0
84d53c9
Compare
Choose a tag to compare

Changelog

Changed

  • Deprecate IBMRuntimeService, IBMEstimator, IBMSampler classes (#261)

qiskit-ibm-runtime 0.3.0

01 Apr 04:16
0.3.0
44c5be0
Compare
Choose a tag to compare

Changelog

Added

  • Add QPY module (#250)

Changed

  • Deprecate auth parameter and add new channel parameter (#226)

Fixed

  • Do not call close session if initial job never started (#233)
  • Fix error when just one QuantumCircuit is passed to primitives (#220)

qiskit-ibm-runtime 0.2.0

16 Mar 02:52
0.2.0
d0f0dea
Compare
Choose a tag to compare

Changelog

Added

  • Primitives with runtime session support (#142)

qiskit-ibm-runtime 0.1.1

09 Mar 18:16
0.1.1
90acbbb
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix duplicate results in callback (#183)
  • Update wait for final state (#194) (#196)

qiskit-ibm-runtime 0.1.0

28 Feb 19:34
0.1.0
f10d088
Compare
Choose a tag to compare

First release of Qiskit Runtime IBM Quantum Client.