Releases: kshyatt-aws/Quasar.jl
Releases · kshyatt-aws/Quasar.jl
v0.0.2
Quasar v0.0.2
Breaking changes
- Bump version dependencies
- Correct operator precedence errors
- Fewer allocations in visitor step due to reduced use of
Base.deepcopy
- Beginning OpenPulse support (visitor support for OpenPulse still needed)
Merged pull requests:
- fix: Fix and more tests for proper printing of sized types (#5) (@kshyatt-aws)
- docs: Add more information about providing pragma parsing and gate sets (#6) (@kshyatt-aws)
- Add a precompile workload (#7) (@jlapeyre)
- fix operator precedence issues (#8) (@kshyatt-aws)
- Basic parsing (NOT visiting) for OpenPulse (#9) (@kshyatt-aws)
- build(deps): bump codecov/codecov-action from 4 to 5 (#10) (@dependabot[bot])
- More precompilation statements (#11) (@kshyatt-aws)
- Handle block comments properly (#13) (@kshyatt-aws)
- Remove some duplicate code and split logic into multiple files (#14) (@kshyatt-aws)
- More cleanup of some functions and splitting things out (#15) (@kshyatt-aws)
- More fixes for op precendence and complex numbers (#16) (@kshyatt-aws)
- Fix handling of binary ops with casting (#17) (@kshyatt-aws)
- Cleanup and refactoring of expression parsing (#18) (@kshyatt-aws)
- Some cleanup and also aliasing support (#19) (@kshyatt-aws)
- Implement and test classical array concatenation (#20) (@kshyatt-aws)
- Bugfix and more cleanup (#21) (@kshyatt-aws)
- Even more small cleanups (#22) (@kshyatt-aws)
- Remove some deepcopies (#23) (@kshyatt-aws)
- bump version to 0.0.2 (#24) (@kshyatt-aws)
Closed issues:
- Getting error when using example input (#4)