Skip to content

Commit

Permalink
Prepare release 0.33.0 (#2022)
Browse files Browse the repository at this point in the history
* Prepare release 0.33.0

* Update release-notes/0.33.0.rst

Co-authored-by: abbycross <across@us.ibm.com>

---------

Co-authored-by: abbycross <across@us.ibm.com>
  • Loading branch information
kt474 and abbycross authored Nov 7, 2024
1 parent f7a88f2 commit c40b2a8
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
27 changes: 27 additions & 0 deletions release-notes/0.33.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
0.33.0 (2024-11-07)
===================

New Features
------------

- Added :func:`~.draw_layer_errors_swarm` which draws a swarm plot of one or more
:class:`~.LayerError` objects. Also added the convenience method
:meth:`~.LayerError.draw_swarm` to invoke the drawing function on a particular instance. (`1988 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1988>`__)
- Added :class:`.TwirledSliceSpan`, an :class:`ExecutionSpan` to be used when
twirling is enabled in the Sampler. In particular, it keeps track of an extra shape
axis corresponding to twirling randomizations, and also whether this axis exists at
the front of the shape tuple, or right before the shots axis. (`2011 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2011>`__)


Bug Fixes
---------

- Fixed the location of hover text on the ``draw_execution_spans()`` function. Previous to this fix,
they were drawn on the wrong markers. (`2014 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2014>`__)


Other Notes
-----------

- The remaining fake V1 backends - ``FakeMelbourne``, ``FakePoughkeepsie``,
``FakeTenerife``, ``FakeTokyo``, and ``FakeRueschlikon`` have been removed. (`2012 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2012>`__)
3 changes: 0 additions & 3 deletions release-notes/unreleased/1988.feat.rst

This file was deleted.

4 changes: 0 additions & 4 deletions release-notes/unreleased/2011.feat.rst

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/2012.other.rst

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/2014.bug.rst

This file was deleted.

0 comments on commit c40b2a8

Please sign in to comment.