Skip to content

Releases: Qiskit/qiskit-ibm-runtime

Qiskit IBM Runtime 0.11.0

12 Jun 21:55
c468b6d
Compare
Choose a tag to compare

Changelog

Deprecated

  • Remove non-runner programs (#886)
  • Disable default session (#893)

Added

  • Disable default session (#893)
  • Give warning when backend is not active (#890)
  • Support CouplingMap in options (#877)

Changed

  • Remove non-runner programs (#886)
  • Use new exclude_params query when retrieving jobs (#868)

Removed

  • Use qiskit-ibm-provider (#859)

Qiskit IBM Runtime 0.10.0

18 May 17:02
feffc3f
Compare
Choose a tag to compare

Changelog

Added

  • Error message upon unsupported values for max_execution_time (#853)
  • Print nicer error messages (#818)
  • Support python 3.11 (#847)

Fixed

  • Retrieve backends even if config missing (#858)
  • Fixed RuntimeJob deserialization (#834)
  • Filter faulty qubits and gates when constructing backend Target (#819)

Qiskit IBM Runtime 0.9.4

04 May 20:25
b50a3f3
Compare
Choose a tag to compare

Changelog

Added

  • Update qpy to terra 0.24 (#821)
  • More validation of options (#808)

Removed

  • remove code deprecated after 0.7 release (#797)

Fixed

  • Filter faulty qubits and gates when constructing backend Target (#819)
  • Fix issue where jobs() sometimes errors with alt backends (#812)

Qiskit IBM Runtime 0.9.3

13 Apr 17:14
c950309
Compare
Choose a tag to compare

Changelog

Added

  • Validate input to Options (#781)
  • Lazy load backend configurations (#791)

Fixed

  • Fix resilience options (#778)
  • use try-except block to guard against errors during json parsing. If the (#790)

Qiskit IBM Runtime 0.9.2

30 Mar 17:22
15509fe
Compare
Choose a tag to compare

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)

Qiskit IBM Runtime 0.9.1

02 Mar 18:13
28c79a3
Compare
Choose a tag to compare

Changelog

Added

  • Support downloading result from external url (#709)
  • Added support for storing the account in a specified file-name (#707)
  • Add backend filter to jobs() (#719)

Fixed

  • Add ECR and CZ gate mapping (#729)
  • Choose correct backend within a session (#628)
  • Fix bug with initializing service with channel parameter (#706)
  • changed max retries to 8 (#663)

Qiskit IBM Runtime 0.9.0

16 Feb 18:50
7766ae1
Compare
Choose a tag to compare

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)