Breaking Changes
- cache used qubits on Program (234)
- Program::get_frames_for_instruction return type
- more optimizations (233)
- optimize clones and collections (228)
- Expression parameter strings are now delimited by a comma. `get_expression_parameter_string` and `get_string_parameter_string` have been removed from the instruction module. (214)
Features
- Program::into_instructions (242)
- add clone_without_body_instructions to Program (236)
- build and return the unitary of a program (213)
- Most instruction types are now hashable.
Fixes
- Expand all analog control instructions (238)
- 'simplify' pi expression to floating-point form (240)
- documentation typo
- The destination and source are no longer flipped when parsing CONVERT instructions. (226)
- BinaryLogic now has it's own to string implementation (222)