Added
- Circuits have their memory consumption stored. This could allow for analysis to be added later.
Changed
- The transform function `input` and `output` parameters have been renamed to
`new_input` and `new_output`. This may break your code if you use that
function! The `add_circuits()` instance function has not been changed.
- The circuit.json parsing has been refactored and greatly improved.