Skip to content

Releases: rigetti/quil-rs

v0.8.1

04 Dec 00:57
Compare
Choose a tag to compare

0.8.1 (2021-12-04)

Docs

  • Rename readme so it appears on crates.io (#32) (fec06c5), closes #32

Update

v0.8.0

19 Oct 17:54
Compare
Choose a tag to compare

0.8.0 (2021-10-19)

Breaking

  • Rename the crate to quil-rs for crates.io publishing (#31) (3cbbd02), closes #31

v0.7.0

12 Oct 16:51
Compare
Choose a tag to compare

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

14 Sep 01:21
Compare
Choose a tag to compare

0.6.0 (2021-09-14)

Breaking

  • Instruction variants are top-level structs (#22) (007d13a), closes #22

v0.5.5

08 Sep 16:36
Compare
Choose a tag to compare

0.5.5 (2021-09-08)

Upgrade

  • impl Hash and Eq for Expression for use in deduplication. (#25) (8bcd8bd), closes #25

v0.5.4

25 Aug 16:13
Compare
Choose a tag to compare

0.5.4 (2021-08-25)

New

v0.5.3

12 Aug 17:11
Compare
Choose a tag to compare

0.5.3 (2021-08-12)

New

  • Support parsing SET-SCALE, SET-FREQUENCY, and SHIFT-FREQUENCY. (#26) (2e44875), closes #26

v0.5.2

12 Aug 17:10
Compare
Choose a tag to compare

0.5.2 (2021-08-12)

Fix

  • Allow indented comments when parsing. (#24) (f971e28), closes #24

v0.5.1

03 Aug 21:39
Compare
Choose a tag to compare

0.5.1 (2021-08-03)

Update

v0.5.0

22 Jul 22:17
Compare
Choose a tag to compare

0.5.0 (2021-07-22)

Breaking

  • Properly Handle Instruction Scheduling (#11) (fc94923), closes #11