-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix release notes * move release notes * update version * release note Co-authored-by: Kevin Tian <[email protected]>
- Loading branch information
Showing
16 changed files
with
40 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.0rc3 | ||
0.7.0 |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/0.7/deprecated-programs-53fa730f52792bce.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
deprecations: | ||
- | | ||
Qiskit Runtime programs ``torch-train``, ``torch-infer``, ``sample-expval``, | ||
``sample-program``, and ``quantum_kernal_alignment`` have been deprecated | ||
due to low usage. |
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/0.7/flexible-options-d3f7ea8b9cd5c5c3.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
deprecations: | ||
- | | ||
Passing ``instance`` parameter to the | ||
:meth:`qiskit_ibm_runtime.QiskitRuntimeService.run` has been deprecated. | ||
Instead, you can pass the ``instance`` parameter inside the ``options`` | ||
parameter. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/0.7/job-metrics-endpoint-82d61cf269c27933.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
releasenotes/notes/0.7/parameterize-service-channel-d14de7391dfb5ee1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
upgrade: | ||
features: | ||
- | | ||
The :class:`qiskit_ibm_runtime.QiskitRuntimeService` ``channel`` can now be stored | ||
as an environment variable, ``QISKIT_IBM_CHANNEL``. This way, when using Runtime | ||
Primitives, the service does not have to be instantiated manually and can instead | ||
as an environment variable, ``QISKIT_IBM_CHANNEL``. This way, when using Runtime | ||
Primitives, the service does not have to be instantiated manually and can instead | ||
be created directly from environment variables. | ||
3 changes: 2 additions & 1 deletion
3
...primitives-callback-80a7c2dcda960f4d.yaml → ...primitives-callback-80a7c2dcda960f4d.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
features: | ||
- | | ||
The `run()` methods of the primitives now accept a `callback` parameter. | ||
The :class:`qiskit_ibm_runtime.options.EnvironmentOptions` class now | ||
accepts a ``callback`` parameter. | ||
This parameter can be used to stream the interim and final results of the | ||
primitives. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.