Skip to content

Commit

Permalink
0.5.2 release (#1170)
Browse files Browse the repository at this point in the history
This PR bumps the version to 0.5.2 and adds a release note.
  • Loading branch information
coruscating authored May 11, 2023
1 parent 66d9041 commit cc74e35
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# The short X.Y version
version = "0.5"
# The full version, including alpha/beta/rc tags
release = "0.5.1"
release = "0.5.2"
project = f"Qiskit Experiments {version}"
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
author = "Qiskit Development Team"
Expand Down
2 changes: 1 addition & 1 deletion qiskit_experiments/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
8 changes: 8 additions & 0 deletions releasenotes/notes/0.5/0_5_2_release-3be0f1395ff73aed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
prelude: >
Qiskit Experiments 0.5.2 is a minor bug fix and performance improvement release.
other:
- |
The performance of experiment analysis for parallel experiments has been improved
significantly due to improved results marginalization. See PR
`#1144 <https://github.com/Qiskit/qiskit-experiments/pull/1144>`_ for more details.
9 changes: 4 additions & 5 deletions releasenotes/notes/attach-other-cals-2f539e7799ceb6c8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
features:
- |
A new method :meth:`.qiskit_experiments.calibration_management.Calibrations.has_template`
has been added to :class:`.qiskit_experiments.calibration_management.Calibrations`
has been added to :class:`~.qiskit_experiments.calibration_management.Calibrations`
to check if a template schedule exists for a particular set of qubits.
fixes:
- |
:class:`.qiskit_experiments.library.FineXDragCal` and
:class:`.qiskit_experiments.library.EFRoughXSXAmplitudeCal` were updated to
attach `"sx"` and `"x"` calibrations to their circuits, respectively.
Previously, they only attached the `"x"` and `"x12"` calibrations that they
:class:`.FineXDragCal` and :class:`.EFRoughXSXAmplitudeCal` were updated to
attach ``sx`` and ``x`` calibrations to their circuits, respectively.
Previously, they only attached the ``x`` and ``x12`` calibrations that they
were calibrating. See issue `#1158 <https://github.com/Qiskit/qiskit-experiments/issues/1158>`_.

0 comments on commit cc74e35

Please sign in to comment.