Changelog Fixed - Fix delivered in 1065 for the issue where job kept crashing when `Parameter` was passed in circuit metadata.
- Fix delivered in 1094 for the issue wherein `qiskit.providers.ibmq.runtime.RuntimeEncoder` does an extra `decompose()` if the circuit being serialized is a `BlueprintCircuit`.
0.18.1
Changelog Fixed - Fixes https://github.com/Qiskit-Partners/qiskit-ibm/issues/209 where the websocket connection kept timing out when streaming results for a runtime job, due to inactivity, when the job is in a pending state for a long time.
0.18.0
Changelog Changed - Only print program summary in runtime `pprint_programs()` (1068) - `provider.run_circuits` now takes a backend_name instead of Backend object (173) (1067) - Support updating program data (1062)
0.17.0
Changelog Added - Add parent ID support for experiments (1056) - add visibility to runtime program upload (17) (1054)
Changed - Allow user to select runtime image (1049)
Fixed - Support Python datetime encode/decode (1053) - Restore integer dictionary keys dumped by RuntimeEncoder (1052) - Fix IBMQJobManager job set retrieval (1043)
0.16.0
Changelog Added - Allow setting experiment service preferences (1032)
Changed - Update experiment service (945) - Convert callable to None in RuntimeEncoder (1017)
Removed - Remove validate_qobj parameter from IBMQBackend.run() (1007)