From b9b8ac5b6f6066a3c8fb7f7280c8927123967a99 Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Thu, 20 Feb 2020 14:50:03 +0100 Subject: [PATCH] Update release notes --- ReleaseNotes.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 770751fd5..4b95631a0 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,9 +1,10 @@ -## pending/current ## +## 0.5 ## - General: - Improve `TimeType` consistency by leveraging str(float) for rounding by default. - Add support for sympy==1.5 - - Add volatile parameters. Repetition counts can now be changed at runtime in some cases (useful for DNP) + - Add volatile parameters. Repetition counts can now be changed at runtime in some cases (useful for DNP). See + `volatile` kwarg of `creat_program` - Hardware: - Add a `measure_program` method to the DAC interface. This method is used by the QCoDeS integration. @@ -26,6 +27,17 @@ - Expressions: - Expressions can now be formatted as floats if they do not have free variables +- Parameters: + - Replace Parameter class with Scope + - Parameter class is now deprecated + +- Backward incompatible changes: + - Removed deprecated classes: + - Sequencer: Replaced by PulseTemplate.create_program method + - Condition: Never used + - InstructionBlock: Old representation of programs. Replaced by Loop + - MultiChannelProgram: Was required in the instruction block framework + ## 0.4 ## - General: