Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Prepare 0.8.0 release (#735)
Browse files Browse the repository at this point in the history
* move release notes

* add missing note
  • Loading branch information
jyu00 authored Aug 6, 2020
1 parent a918b10 commit ced9a2f
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
features:
- |
List new features here, or remove this section. All of the list items in
this section are combined when the release notes are rendered, so the text
needs to be worded so that it does not depend on any information only
available in another section, such as the prelude. This may mean repeating
some details.
:class:`~qiskit.providers.ibmq.IBMQBackend` now has a new
:meth:`~qiskit.providers.ibmq.IBMQBackend.reservations` method that
returns reservation information for the backend, with optional filtering.
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ features:
- |
:meth:`qiskit.providers.ibmq.job.IBMQJob.result` raises an
:class:`~qiskit.providers.ibmq.job.IBMQJobFailureError` exception if
the job has failed. The exception message will now contain the reason
the job has failed. The exception message now contains the reason
the job failed, if the entire job failed for a single reason.
6 changes: 6 additions & 0 deletions releasenotes/notes/0.8/jobs-timeout-210cc485a11a4c88.yaml
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>`_
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>`_
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ upgrade:
Timestamps in the following fields are now in local time instead of UTC:
* Backend properties returned by
meth:`qiskit.providers.ibmq.IBMQBackend.properties`.
:meth:`qiskit.providers.ibmq.IBMQBackend.properties`.
* Backend properties returned by
:meth:`qiskit.providers.ibmq.job.IBMQJob.properties`.
* ``estimated_start_time`` and ``estimated_complete_time`` in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
fixes:
- |
:meth:`qiskit.provider.ibmq.IBMQBackend.jobs` will now return the correct
list of :class:`~qiskit.provider.ibmq.job.IBMQJob` objects when the
:meth:`qiskit.providers.ibmq.IBMQBackend.jobs` will now return the correct
list of :class:`~qiskit.providers.ibmq.job.IBMQJob` objects when the
``status`` kwarg is set to ``'RUNNING'``.
- |
The package metadata has been updated to properly reflect the dependency
Expand Down
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>`_
6 changes: 0 additions & 6 deletions releasenotes/notes/deprecate-qconfig-4ab8cd1f988b5624.yaml

This file was deleted.

0 comments on commit ced9a2f

Please sign in to comment.