Skip to content

Qiskit IBM Runtime 0.9.2

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 30 Mar 17:22
· 690 commits to main since this release
15509fe

Changelog

Added

  • Accept all hierarchical options if given flatly (#764)
  • Issue warning when given an unsupported option (#757)
  • add session_time param (#692)
  • Enable retrieval of historical data for 'target' (#743)
  • Use ContextVar for global variables to ensure thread safety (#736)

Changed

  • Retrieve backends with runtime api (#774)
  • fetch session id from api (#771)

Fixed

  • make sure that results are downloaded from an external (#783)
  • Remove additional decomposition of BlueprintCircuit in JSON encode (#780)
  • Set error levels to default when no backend is selected (#772)
  • Honor the instance chosen when selecting a backend (#661)
  • Fix error level default logic (#751)
  • Set backend to none if not returned in job response (#623)