diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index aea933a6..c76c7e9c 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -2,6 +2,25 @@ .. towncrier release notes start +qupulse 0.10 (2024-04-04) +========================= + +Features +-------- + +- Move HDAWG driver to qupulse-hdawg-legacy to disentangle driver version from qupulse version. The new HDAWG driver will be published under qupulse-hdawg. (`#779 `_) +- Add the `ProgramBuilder` interface pattern to make the generated program of `PulseTemplate.create_program` easily customizable. (`#781 `_) +- Measurement windows can now automatically shrank in case of overlap to counteract small numeric errors. (`#791 `_) + + +Bugfixes +-------- + +- ``ConstantPulseTemplate``s from all versions can now be deserialized. (`#696 `_) +- Fixed that single segment tables where always interpreted to be constant. (`#707 `_) +- Add missing pulse registry support to `ArithmeticPT`. (`#775 `_) + + qupulse 0.9 (2023-11-08) ======================== diff --git a/changes.d/696.bugfix b/changes.d/696.bugfix deleted file mode 100644 index b93008fd..00000000 --- a/changes.d/696.bugfix +++ /dev/null @@ -1 +0,0 @@ -``ConstantPulseTemplate``s from all versions can now be deserialized. \ No newline at end of file diff --git a/changes.d/707.bugfix b/changes.d/707.bugfix deleted file mode 100644 index 33e9e9f8..00000000 --- a/changes.d/707.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed that single segment tables where always interpreted to be constant. diff --git a/changes.d/775.bugfix b/changes.d/775.bugfix deleted file mode 100644 index acbe9a60..00000000 --- a/changes.d/775.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add missing pulse registry support to `ArithmeticPT`. diff --git a/changes.d/779.feature b/changes.d/779.feature deleted file mode 100644 index b455084f..00000000 --- a/changes.d/779.feature +++ /dev/null @@ -1 +0,0 @@ -Move HDAWG driver to qupulse-hdawg-legacy to disentangle driver version from qupulse version. The new HDAWG driver will be published under qupulse-hdawg. diff --git a/changes.d/781.feature b/changes.d/781.feature deleted file mode 100644 index 69729943..00000000 --- a/changes.d/781.feature +++ /dev/null @@ -1 +0,0 @@ -Add the `ProgramBuilder` interface pattern to make the generated program of `PulseTemplate.create_program` easily customizable. \ No newline at end of file diff --git a/changes.d/791.feature b/changes.d/791.feature deleted file mode 100644 index 7c64960f..00000000 --- a/changes.d/791.feature +++ /dev/null @@ -1 +0,0 @@ -Measurement windows can now automatically shrank in case of overlap to counteract small numeric errors. \ No newline at end of file