Skip to content

qiskit-ibm-runtime 0.5.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 20 Jun 14:20
· 934 commits to main since this release
0.5.0
67c11b6

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)