Notable User Changes:
- Added formulaic XYZ gates, which can have their rotation angle set to a custom constant or equation
- Added parity controls, which are satisfied as a group if an odd number of them are individually satisfied
- Removed the Sampling Display, the Mystery Gate, and the XYZ^1/8 gates from the toolbox
- Holding "alt" while dragging will now replace gates with their alternates (the alternate is often the inverse)
- Moved the 'Silly' section to the bottom toolbox, renamed it to 'Scalar', and expanded to include i, -i, sqrt(i), sqrt(-i)
- X and Y axis post-selection gates now use symbols that match the input state symbols
- Middle-clicking the initial state of a wire now clears it to |0>
- All display state tooltips now include the decimal equivalent of the state's binary string
- Fixed amplitude displays not normalizing incoherent conditioned results
- Fixed amplitude displays not showing "assuming deferred measurement" warning
- Fixed column dragging not working on OSX
Notable Dev Changes:
- Fixed a Travis-CI breakage due to
export DISPLAY
being deprecated