Skip to content

Releases: Qiskit/qiskit-ibm-runtime

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)

Qiskit IBM Runtime 0.33.1

08 Nov 21:23
bf67eba
Compare
Choose a tag to compare

Changelog

  • Patch release to add private alias to decode_backend_configuration() (#2028)

Qiskit IBM Runtime 0.33.0

07 Nov 20:36
c40b2a8
Compare
Choose a tag to compare

Changelog

Added

  • More plots for layer errors (#1988)
  • Show the duration of each span on hover text. (#2015)
  • Add execution_span.TwirledSliceSpan (#2011)

Removed

  • Replace fake backend utility methods and remove remaining V1 fake backends (#2012)

Fixed

  • Fix draw_execution_spans() hover text placement (#2014)
  • Don't cache in target_history() (#1957)

Qiskit IBM Runtime 0.32.0

30 Oct 20:48
2a5425d
Compare
Choose a tag to compare

Changelog

Added

  • Add plotter for ExecutionSpans (#1923)
  • Add backend method (#1995)
  • Add backend refresh() method (#1955)
  • Add skip_reset_qubits option (#1981)

Removed

  • Remove 0.25 deprecations (#1965)
  • Remove channel strategy & q-ctrl (#1966)

Qiskit IBM Runtime 0.31.0

15 Oct 21:02
689c64e
Compare
Choose a tag to compare

Changelog

Added

  • Adding a more developer-friendly interface to specify qubit coordinates (#1952)

Fixed

  • Bug fix: ISA check inside control flow operations whose body is defined in a separate circuit (#1954)
  • Enhance the ISA check with validation of rzz angle (#1953)

Qiskit IBM Runtime 0.30.0

23 Sep 19:18
af979cd
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate returning JobStatus in RuntimeJob (#1933)
  • Deprecate channel strategy (#1931)

Added

  • Allow retrieving a backend with no instruction filtering (#1938)
  • Add job usage method (#1827)
  • add custom url resolver to enable using other endpoints (#1914)

Removed

  • Remove 0.24.0 deprecations (#1907)

Fixed

  • Fix missing fractional gates in primitive in session (#1922)
  • Bug fix: ISA check to correctly map qubit indices inside blocks of control flow operations (#1916)
  • Make NoiseLearnerResult JSON serializable (#1909)

Qiskit IBM Runtime 0.29.1

17 Sep 19:20
e38c24b
Compare
Choose a tag to compare

Changelog

Fixed

  • Make NoiseLearnerResult JSON serializable (#1909)

Qiskit IBM Runtime 0.29.0

04 Sep 19:13
b231967
Compare
Choose a tag to compare

Changelog

Deprecated

  • Deprecate simulator noise_model option (#1892)

Added

  • Add "private" environment option (#1888)

Fixed

  • Don't create new session in from_id() (#1896)

Qiskit IBM Runtime 0.28.0

15 Aug 21:13
2e5e6aa
Compare
Choose a tag to compare

Changelog

Added

  • Exposing layer_noise_model option (#1858)
  • Make PEA option public (#1823)

Removed

  • Remove V1 Primitive Support (#1860)

Qiskit IBM Runtime 0.27.1

12 Aug 22:20
1dcde6a
Compare
Choose a tag to compare

Changelog

Added

  • Serialize and deserialize noise learner results (#1853)