First release that is available to install directly via pip.
Below are auto-generated change notes by GitHub.
What's Changed
- Remove unused imports by @wlcsm in #205
- Add ability to rename proof steps by @wlcsm in #206
- Style disabled menu items to be more visually obvious. by @dlyongemallo in #209
- Enable "File|Export to tikz" only if active panel is a proof. by @dlyongemallo in #210
- Default filename to lemma's name when saving. by @dlyongemallo in #212
- Fix crash due to wrong type for snap-granularity combo pref dict key. by @dlyongemallo in #215
- Add comment to note quirk about qubit numbering of the demo graph. by @dlyongemallo in #216
- Fix wrong variable names when using magic slice in proof panel. by @dlyongemallo in #217
- Better error message when attempting to import proof from TikZ. by @dlyongemallo in #224
- Add a test to catch breaking changes which make the file formats backwards-incompatible. by @dlyongemallo in #222
- Add support for Spider QASM as option for Input Circuit. by @dlyongemallo in #223
- Fix a bunch of mypy errors. by @dlyongemallo in #226
- Fix a bug where "bialgebra" under "Simplification routines" causes a crash. by @dlyongemallo in #227
- Remove diffs as internal data structure by @wlcsm in #213
- Add OCM step by @wlcsm in #220
- Enlarge circuit element icons to prevent cropping by @wlcsm in #221
- Dialog Windows are sometimes hidden behind main window #156 by @valleyofblackpanther in #233
- Update test files to reflect changes to code. by @dlyongemallo in #235
New Contributors
- @valleyofblackpanther made their first contribution in #233
Full Changelog: v0.1.1...v0.2.0