Skip to content

Releases: rigetti/quil-rs

v0.8.6

10 Mar 03:43
Compare
Choose a tag to compare

0.8.6 (2022-03-10)

Update

  • add automated benchmarks for parsing quilc test programs (#53) (289c656), closes #53

v0.8.5

08 Mar 18:35
Compare
Choose a tag to compare

0.8.5 (2022-03-08)

chore

  • add update check to cargo.lock in CI, include in assets list (5055e1d)
  • include latest Cargo.lock (a52fb21)
  • use single string input, revert from slice to check indicies (c81f425)

feat

  • update program to use btreemap for deterministic ordering (57c06c0)

fix

  • move cargo update inline with semantic-release prepare cmd (bfee39f)
  • remove unused imports (19d59f8)

Update

v0.8.4

08 Mar 13:48
Compare
Choose a tag to compare

0.8.4 (2022-03-08)

Fix

v0.8.3

08 Mar 12:06
Compare
Choose a tag to compare

0.8.3 (2022-03-08)

Chore

  • allow BSD-2-Clause and BSD-3-Clause licenses (#46) (9125b1b), closes #46

Fix

  • DEFWAVEFORM and waveform name parsing (#40) (5ee1ccf), closes #40

Update

  • add ScheduleError#instruction_index (#42) (71f0563), closes #42

v0.8.2

07 Mar 13:40
Compare
Choose a tag to compare

0.8.2 (2022-03-07)

Chore

Fix

  • Program::from_str and Expression::from_str will no longer panic on bad input. (#37) (2ffc905), closes #37

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