Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Feb 20, 2020
1 parent 95932bd commit b9b8ac5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit b9b8ac5

Please sign in to comment.