Skip to content

Qiskit IBM Runtime 0.13.0

Compare
Choose a tag to compare
@qiskit-bot qiskit-bot released this 18 Oct 21:30
· 488 commits to main since this release
ab74d1b

Changelog

Added

  • Allow users to indicate they are done submitting jobs to a session (#1139)
  • Log instance on initialization and when running a job (#1150)
  • Expose new session details (#1119)
  • update docstring & remove max_time (#1137)
  • Warn users if job submitted will exceed quota (#1100)
  • New method to create a new Session object with a given id (#1101)
  • Only return channel strategy supported backends (#1095)
  • Allow user to define a default account as an environment variable (#1018)
  • Add reason code to error message (#1072)
  • Add default channel_strategy option (#1051)
  • Data tracking improvements (#974)

Changed

  • Enable datetime parameter for backend properties (#1070)

Removed

  • Removed support for backend as session parameter (#1091)
  • Remove old deprecations (#1106)
  • Remove migrate-qiskit-alg tutorial (#1032)

Fixed

  • Fix target_history date bug (#1143)
  • RuntimeJobTimeoutError should inherit from JobTimeoutError (#1090)
  • Update default resilience options (#1062)
  • Remove min execution time check (#1065)
  • Don't convert error messages to uppercase (#1054)