diff --git a/release-notes/0.33.0.rst b/release-notes/0.33.0.rst new file mode 100644 index 000000000..5aa5a8746 --- /dev/null +++ b/release-notes/0.33.0.rst @@ -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 `__) +- 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 `__) + + +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 `__) + + +Other Notes +----------- + +- The remaining fake V1 backends - ``FakeMelbourne``, ``FakePoughkeepsie``, + ``FakeTenerife``, ``FakeTokyo``, and ``FakeRueschlikon`` have been removed. (`2012 `__) diff --git a/release-notes/unreleased/1988.feat.rst b/release-notes/unreleased/1988.feat.rst deleted file mode 100644 index 8fcb16240..000000000 --- a/release-notes/unreleased/1988.feat.rst +++ /dev/null @@ -1,3 +0,0 @@ -Added :func:`~.draw_layer_errors_swarm` to draw 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. \ No newline at end of file diff --git a/release-notes/unreleased/2011.feat.rst b/release-notes/unreleased/2011.feat.rst deleted file mode 100644 index b1a6f83dc..000000000 --- a/release-notes/unreleased/2011.feat.rst +++ /dev/null @@ -1,4 +0,0 @@ -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. \ No newline at end of file diff --git a/release-notes/unreleased/2012.other.rst b/release-notes/unreleased/2012.other.rst deleted file mode 100644 index 6897152d1..000000000 --- a/release-notes/unreleased/2012.other.rst +++ /dev/null @@ -1,2 +0,0 @@ -The remaining fake V1 backends - ``FakeMelbourne``, ``FakePoughkeepsie``, -``FakeTenerife``, ``FakeTokyo``, and ``FakeRueschlikon`` have been removed. \ No newline at end of file diff --git a/release-notes/unreleased/2014.bug.rst b/release-notes/unreleased/2014.bug.rst deleted file mode 100644 index c441ede48..000000000 --- a/release-notes/unreleased/2014.bug.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix the location of hover text on the `draw_execution_spans()` function. Previous to this fix, -they were drawn on the wrong markers. \ No newline at end of file