diff --git a/release-notes/0.31.0.rst b/release-notes/0.31.0.rst new file mode 100644 index 000000000..c7a185699 --- /dev/null +++ b/release-notes/0.31.0.rst @@ -0,0 +1,17 @@ +0.31.0 (2024-10-15) +=================== + +New Features +------------ + +- Added Noisy Estimator Analyzer Tool (NEAT), a class to help understand the expected performance of Estimator jobs. (`1950 `__) +- Updated the ISA check to validate that the ``rzz`` angle is between ``[0, pi/2]``. (`1953 `__) + +Bug Fixes +--------- +- Fixed an issue with ISA validation where a change related to connectivity inside control operations was not + applied correctly. (`1954 `__) + +Other Notes +----------- +- Fake V1 backends have been removed. (`1946 `__) diff --git a/release-notes/unreleased/1950.feat.rst b/release-notes/unreleased/1950.feat.rst deleted file mode 100644 index afb603496..000000000 --- a/release-notes/unreleased/1950.feat.rst +++ /dev/null @@ -1 +0,0 @@ -Added Noisy Estimator Analyzer Tool (or NEAT), a class to help understand the expected performance of estimator jobs. \ No newline at end of file