* make program::graph public (4) ([d0b24ed](https://github.com/rigetti/quil-rust/commit/d0b24ed23f70e66c6121f61bff7df6897c2442ed)), closes [#4](https://github.com/rigetti/quil-rust/issues/4)
0.2.1rc.0
Features
- Support constructing ControlFlowGraph and BasicBlocks. (359)
0.2.0
Breaking Changes
- When adding two Programs, the resulting Program will have a correct used qubit cache. (249) - 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
- add clone_without_body_instructions to Program (236) - build and return the unitary of a program (213) - Most instruction types are now hashable.
Fixes
- Correct precedence rules are followed when matching measure calibrations. (243) - Expand all analog control instructions (238) - 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)
0.2.0rc.14
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
- add clone_without_body_instructions to Program (236) - build and return the unitary of a program (213) - Most instruction types are now hashable.
Fixes
- Correct precedence rules are followed when matching measure calibrations. (243) - Expand all analog control instructions (238) - 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)