Skip to content

Releases: Qiskit/qiskit-ibm-runtime

Qiskit IBM Runtime 0.8.0

09 Nov 04:48
5f12ab8
Compare
Choose a tag to compare

Changelog

Added

  • Advanced resilience options (#603)
  • Add Python 3.10 support (#600)
  • Allow separate decoders (#597)

Changed

  • Change default resilience and optimization level (#604)

Fixed

  • Use backend service in session if known (#601)

Qiskit IBM Runtime 0.7.0

27 Oct 13:32
7f16b85
Compare
Choose a tag to compare

Changelog

Deprecated

  • add deprecation warning (#498)
  • Flexible session (#453)

Added

  • Add job_tags and max_execution_time to options (#565)
  • Support noise model (#553)
  • Add callback to primitive interface (#550)
  • Allow kwargs in Options (#533)
  • Add RunnerResult class (#530)
  • Flexible session (#453)
  • Specify service parameter channel through env variable (#452)
  • Prepare to publish Spanish and Japanese runtime docs (#421)

Changed

  • Convert SamplerResult.quasi_dists to list of QuasiDistribution (#455)
  • Flexible session (#453)

Removed

  • Flexible session (#453)

Fixed

  • Assign appropriate result type (#511)
  • Add missing Delay instructions to Target (#529)
  • Convert SamplerResult.quasi_dists to list of QuasiDistribution (#455)
  • update backend converter (#505)
  • 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.7.0rc2

21 Sep 17:14
277e3be
Compare
Choose a tag to compare
Pre-release

Changelog

Changed

  • Convert SamplerResult.quasi_dists to list of QuasiDistribution (#455)

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)