diff --git a/docs/conf.py b/docs/conf.py index 228a92a22..d555165c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.11.4' +release = '0.12.0' docs_url_prefix = "ecosystem/ibm-runtime" diff --git a/docs/index.rst b/docs/index.rst index 84bb15b8d..50346da0a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ ######################################### -Qiskit Runtime 0.11.3 documentation +Qiskit Runtime 0.12.0 documentation ######################################### Overview diff --git a/qiskit_ibm_runtime/VERSION.txt b/qiskit_ibm_runtime/VERSION.txt index 35ad34429..ac454c6a1 100644 --- a/qiskit_ibm_runtime/VERSION.txt +++ b/qiskit_ibm_runtime/VERSION.txt @@ -1 +1 @@ -0.11.4 +0.12.0 diff --git a/releasenotes/notes/deprecate_noise_amplifier-e656cc98a962a81b.yaml b/releasenotes/notes/0.12/deprecate_noise_amplifier-e656cc98a962a81b.yaml similarity index 100% rename from releasenotes/notes/deprecate_noise_amplifier-e656cc98a962a81b.yaml rename to releasenotes/notes/0.12/deprecate_noise_amplifier-e656cc98a962a81b.yaml diff --git a/releasenotes/notes/0.12/dont-store-circuit-params-9d87ffefc2a7d257.yaml b/releasenotes/notes/0.12/dont-store-circuit-params-9d87ffefc2a7d257.yaml new file mode 100644 index 000000000..b15bc7ec4 --- /dev/null +++ b/releasenotes/notes/0.12/dont-store-circuit-params-9d87ffefc2a7d257.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Circuits and other input parameters will no longer be automatically stored in runtime jobs. + They can still be retrieved with :meth:`qiskit_ibm_runtime.RuntimeJob.inputs`. diff --git a/releasenotes/notes/filter_instance-a7203041b5ab85d9.yaml b/releasenotes/notes/0.12/filter_instance-a7203041b5ab85d9.yaml similarity index 100% rename from releasenotes/notes/filter_instance-a7203041b5ab85d9.yaml rename to releasenotes/notes/0.12/filter_instance-a7203041b5ab85d9.yaml diff --git a/releasenotes/notes/fix_job_backend-2760075856605bf0.yaml b/releasenotes/notes/0.12/fix_job_backend-2760075856605bf0.yaml similarity index 100% rename from releasenotes/notes/fix_job_backend-2760075856605bf0.yaml rename to releasenotes/notes/0.12/fix_job_backend-2760075856605bf0.yaml diff --git a/releasenotes/notes/fix_test_cancel_job_running-771511870d82d4e4.yaml b/releasenotes/notes/0.12/fix_test_cancel_job_running-771511870d82d4e4.yaml similarity index 65% rename from releasenotes/notes/fix_test_cancel_job_running-771511870d82d4e4.yaml rename to releasenotes/notes/0.12/fix_test_cancel_job_running-771511870d82d4e4.yaml index 016667bff..92c4ccf03 100644 --- a/releasenotes/notes/fix_test_cancel_job_running-771511870d82d4e4.yaml +++ b/releasenotes/notes/0.12/fix_test_cancel_job_running-771511870d82d4e4.yaml @@ -1,6 +1,6 @@ fixes: - | - Fixes a race condition in the function `test_cancel_running_job()` in `test_job.py` + Fixes a race condition in the test `test_cancel_running_job()` in `test_job.py` where job cancellation could not be performed. Refer to #1019 _ for more details. diff --git a/releasenotes/notes/global_service-ad56a0209e7b9891.yaml b/releasenotes/notes/0.12/global_service-ad56a0209e7b9891.yaml similarity index 100% rename from releasenotes/notes/global_service-ad56a0209e7b9891.yaml rename to releasenotes/notes/0.12/global_service-ad56a0209e7b9891.yaml diff --git a/releasenotes/notes/instances-method-02fda1de98638e59.yaml b/releasenotes/notes/0.12/instances-method-02fda1de98638e59.yaml similarity index 100% rename from releasenotes/notes/instances-method-02fda1de98638e59.yaml rename to releasenotes/notes/0.12/instances-method-02fda1de98638e59.yaml diff --git a/releasenotes/notes/option_validation-79d26018ab770519.yaml b/releasenotes/notes/0.12/option_validation-79d26018ab770519.yaml similarity index 100% rename from releasenotes/notes/option_validation-79d26018ab770519.yaml rename to releasenotes/notes/0.12/option_validation-79d26018ab770519.yaml diff --git a/releasenotes/notes/q-ctrl-support-157170386477dfbd.yaml b/releasenotes/notes/0.12/q-ctrl-support-157170386477dfbd.yaml similarity index 100% rename from releasenotes/notes/q-ctrl-support-157170386477dfbd.yaml rename to releasenotes/notes/0.12/q-ctrl-support-157170386477dfbd.yaml diff --git a/releasenotes/notes/remove-backend-circuits-limit-b804b58dc97ed276.yaml b/releasenotes/notes/0.12/remove-backend-circuits-limit-b804b58dc97ed276.yaml similarity index 100% rename from releasenotes/notes/remove-backend-circuits-limit-b804b58dc97ed276.yaml rename to releasenotes/notes/0.12/remove-backend-circuits-limit-b804b58dc97ed276.yaml diff --git a/releasenotes/notes/dont-store-circuit-params-9d87ffefc2a7d257.yaml b/releasenotes/notes/dont-store-circuit-params-9d87ffefc2a7d257.yaml deleted file mode 100644 index a098bb8cb..000000000 --- a/releasenotes/notes/dont-store-circuit-params-9d87ffefc2a7d257.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -upgrade: - - | - Circuits and other input parameters will no longer be automatically stored in runtime jobs. They can still be retrieved - with :meth:`qiskit_ibm_runtime.RuntimeJob.inputs`.