Releases: rigetti/quil-rs
Releases · rigetti/quil-rs
v0.8.1
0.8.1 (2021-12-04)
Docs
- Rename readme so it appears on crates.io (#32) (fec06c5), closes #32
Update
v0.8.0
0.8.0 (2021-10-19)
Breaking
- Rename the crate to
quil-rs
for crates.io publishing (#31) (3cbbd02), closes #31
v0.7.0
0.7.0 (2021-10-12)
Breaking
- Replace
Expression:evaluate
and evaluate_to_complex
with simplify
and evaluate
respectively. (e2f5680)
New
- Implement
FromStr
for Expression
. (a00f651)
Update
- Allow simplifying functions, improve docs for
Expression::evaluate
/simplify
(9e24c6f)
v0.6.0
0.6.0 (2021-09-14)
Breaking
- Instruction variants are top-level structs (#22) (007d13a), closes #22
v0.5.5
0.5.5 (2021-09-08)
Upgrade
- impl Hash and Eq for Expression for use in deduplication. (#25) (8bcd8bd), closes #25
v0.5.3
0.5.3 (2021-08-12)
New
- Support parsing SET-SCALE, SET-FREQUENCY, and SHIFT-FREQUENCY. (#26) (2e44875), closes #26
v0.5.1
0.5.1 (2021-08-03)
Update
v0.5.0
0.5.0 (2021-07-22)
Breaking
- Properly Handle Instruction Scheduling (#11) (fc94923), closes #11