Skip to content

Releases: Qiskit/qiskit-ibm-runtime

Qiskit IBM Runtime 0.40.1

05 Jun 15:59
1052d14
Compare
Choose a tag to compare

Changelog

Fixed

  • IQP migration followup (#2269)

Qiskit IBM Runtime 0.40.0

28 May 18:58
e458c67
Compare
Choose a tag to compare

Changelog

Added

  • Add new channel and allow instance selection with new platform (#2239)
  • Support private jobs on new platform and add job.private property (#2263)

Fixed

  • Remove backend defaults check in target() (#2261)

Qiskit IBM Runtime 0.39.0

13 May 17:40
f129f95
Compare
Choose a tag to compare

Changelog

Added

  • Use IBM Cloud access token to call runtime API (#2102)
  • Updated max service QPY version (#2231)
  • IBMInputValueError inherits from ValueError (#2250)

Fixed

  • Raise error in from_id if the session has no backend (#2226)
  • Fix session/batch type hint (#2222)
  • Estimator pub inputs validation (#2254)
  • Creating new session API logic (#2195)

Qiskit IBM Runtime 0.38.0

16 Apr 17:14
163c78b
Compare
Choose a tag to compare

Changelog

Deprecated

  • Cleanup websocket streaming code (#2143)
  • Add warning for ibm_quantum channel sunset (#2205)
  • Deprecate RuntimeJob (#2170)
  • Deprecate backend defaults (#2186)

Added

  • Add __getattr__ method for fake backends (#2202)

Fixed

  • Refactor create_new_session logic when calling Session.from_id() (#2195)
  • Fix DoubleSliceSpan and TwirledSliceSpan mask methods (#2187)

Qiskit IBM Runtime 0.37.0

13 Mar 23:22
84e13b0
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate max_shots, max_experiments, & max_circuits (#2166)

Added

  • Add smoke tests (#2149)
  • Qiskit 2.0 Compatibility (#2116)
  • Add warning if primitive initalized outside session (#2152)

Removed

  • Qiskit 2.0 Compatibility (#2116)

Fixed

  • Update use of classes removed in Qiskit 2.0 (#2173)
  • Default to returning RuntimeJobv2 in jobs() (#2156)
  • Avoid importing ConvertConditionsToIfOps in Qiskit 2.x (#2155)
  • Patch aer version bug (#2144)

Qiskit IBM Runtime 0.36.1

14 Feb 22:22
c66b4e9
Compare
Choose a tag to compare

Changelog

Fixed

  • Patch aer version bug (#2144)

Qiskit IBM Runtime 0.36.0

14 Feb 19:39
10ebe5a
Compare
Choose a tag to compare

Changelog

Removed

  • Handle old deprecations (#2124)
  • Remove e2e test related code (#2137)

Fixed

  • Use qiskit.qpy.QPY_VERSION (up to 13) instead of always QPY 11 (#2096)
  • Update backend properties for FakeHanoiV2 (#2136)

Qiskit IBM Runtime 0.35.0

04 Feb 21:30
e2659a0
Compare
Choose a tag to compare

Changelog

Added

  • Local mode job class (#2057)
  • Add Fake Heron devices (#2112)
  • Handle maintenance message appropriately (#2100)
  • Extended rzz validation to include parameter expressions (#2093)

Removed

  • Remove backend.run() (#1962)
  • Dropped Python 3.8 support (#2097)

Qiskit IBM Runtime 0.34.0

05 Dec 20:33
53fc2d5
Compare
Choose a tag to compare

Changelog

Added

  • Verify values of parametrized rzz gates (#2021)
  • Add checks for parameter expressions with gen3-turbo runtime. (#2046)
  • Add support for noise model and level 1 data to local sampler (#1990)

Removed

  • Remove 0.26.0 deprecations (#2027)

Fixed

  • Add try/except when creating backend obj (#2048)
  • Update fake backend refresh() (#2020)
  • Perform fractional gate filtering on raw API dicts (#2044)
  • Add CouplingMap to encoder (#2026)
  • Fix the parameter expression case for RZZ validation (#2035)

Qiskit IBM Runtime 0.33.2

11 Nov 20:38
9699c11
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix the parameter expression case for RZZ validation (#2035)