Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 28, 2023
1 parent f5068cd commit 968e52f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
3 changes: 2 additions & 1 deletion releasenotes/notes/add-py312-support-7077426af34ac5da.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
features:
- |
Added support for using Qiskit with Python 3.12.
Added support for using Qiskit with Python 3.12. As of this release Qiskit
supports running with Python versions 3.8, 3.9, 3.10, 3.11, and 3.12.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
fixes:
- |
Fixed a bug in :class:`~.SabreLayout` where it would fail to add the layout
register information to the property set. This affected circuit visualization, as
``circuit.draw()`` after transpilation with certain optimization levels would show
the full ``Qubit[register]`` label rather than the expected register name
(e.g. ``q0``).
Fixed a bug in :class:`~.SabreLayout` where it would fail to add the register
information to the :class:`.Layout` object used for :attr:`.TranspileLayout.initial_layout`.
This affected circuit visualization with :meth:`.QuantumCircuit.draw` and :func:`.circuit_drawer`
after transpilation which would show a virtual qubit label of the form ``Qubit[QuantumRegister(6, 'q', 0)]``
rather than the expected virtual qubit label using the register name (e.g. ``q0``).
Fixed `#11038 <https://github.com/Qiskit/qiskit/issues/11038>`__
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ fixes:
- |
Fixed an issue with :func:`.qpy.dump` which would cause the function to
potentially ignore the value of ``use_symengine`` when serializing a
:class:`.ScheduleBlock` object.
:class:`.ScheduleBlock` object. This would result in an invalid QPY
payload being generated as it would report it was using symengine for
symbolic expressions but actually contain sympy serialized data.
6 changes: 0 additions & 6 deletions releasenotes/notes/fix_sim_backend-f3971b1ed4d0c4e6.yaml

This file was deleted.

0 comments on commit 968e52f

Please sign in to comment.