This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move release notes * add missing note
- Loading branch information
Showing
12 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
...backend-reservation-c445db6d8de5a896.yaml → ...backend-reservation-c445db6d8de5a896.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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/0.8/deprecate-qconfig-4ab8cd1f988b5624.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: | ||
- | | ||
Use of ``Qconfig.py`` to save IBM Quantum Experience credentials is deprecated | ||
and will be removed in the next release. You should use ``qiskitrc`` | ||
(the default) instead. |
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 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 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes an issue wherein a call to :meth:`qiskit.providers.ibmq.IBMQBackend.jobs` | ||
can hang if the number of jobs being returned is large. Fixes | ||
`#674 <https://github.com/Qiskit/qiskit-ibmq-provider/issues/674>`_ |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/0.8/offline-visualization-f3edb7d9999e0d4a.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 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixes an issue which would raise a ``ValueError`` when building | ||
error maps in Jupyter for backends that are offline. Fixes | ||
`#706 <https://github.com/Qiskit/qiskit-ibmq-provider/issues/706>`_ |
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
4 changes: 2 additions & 2 deletions
4
...otes/notes/use-reno-41f4ddbc6e9ad9bd.yaml → .../notes/0.8/use-reno-41f4ddbc6e9ad9bd.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
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/0.8/windows-event-loop-policy-ca95b9606ff24022.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,8 @@ | ||
--- | ||
upgrade: | ||
- | | ||
On Windows, the event loop policy is set to ``WindowsSelectorEventLoopPolicy`` | ||
instead of using the default ``WindowsProactorEventLoopPolicy``. This fixes | ||
the issue that the :meth:`qiskit.providers.ibmq.job.IBMQJob.result` method | ||
could hang on Windows. Fixes | ||
`#691 <https://github.com/Qiskit/qiskit-ibmq-provider/issues/691>`_ |
This file was deleted.
Oops, something went wrong.