Skip to content

Releases: CQCL/guppylang

v0.8.0

31 Jul 08:13
d343763
Compare
Choose a tag to compare

0.8.0 (2024-07-30)

Features

Bug Fixes

  • Use places in BB signatures for Hugr generation (#342) (48b0e35)

v0.7.0

25 Jul 08:40
0bd1a30
Compare
Choose a tag to compare

0.7.0 (2024-07-25)

⚠ BREAKING CHANGES

  • qubits are now reset on allocation

Features

  • qubits are now reset on allocation, and dirty_qubit added (#325) (4a9e205)
  • Allow access to struct fields and mutation of linear ones (#295) (6698b75), closes #293
  • Allow redefinition of names in guppy modules (#326) (314409c), closes #307

Bug Fixes

  • Use correct hook for error printing inside jupyter notebooks (#324) (bfdb003), closes #323

v0.6.2

10 Jul 13:13
4e27b06
Compare
Choose a tag to compare

0.6.2 (2024-07-10)

Features

  • update to hugr-python 0.4 (af770c3)

v0.6.1

09 Jul 16:17
6028fcb
Compare
Choose a tag to compare

0.6.1 (2024-07-09)

Features

v0.6.0

02 Jul 08:22
90a3a08
Compare
Choose a tag to compare

0.6.0 (2024-07-02)

Features

Bug Fixes

v0.5.2

13 Jun 10:01
89edc2d
Compare
Choose a tag to compare

0.5.2 (2024-06-13)

Bug Fixes

v0.5.1

12 Jun 12:33
c0e2140
Compare
Choose a tag to compare

0.5.1 (2024-06-12)

Bug Fixes

v0.5.0

10 Jun 13:52
e68066c
Compare
Choose a tag to compare

0.5.0 (2024-06-10)

Features

v0.4.0

30 May 10:08
4c775db
Compare
Choose a tag to compare

0.4.0 (2024-05-30)

Features

v0.3.0

22 May 14:20
b25b51c
Compare
Choose a tag to compare

0.3.0 (2024-05-22)

Features

Bug Fixes

  • Consider type when deciding whether to pack up returns (#212) (4f24a07)
  • Mypy tket2 error (#220) (7ad3908)
  • Only use path when determining equality of implicit modules (#216) (6f47d4b)
  • Serialisation of float values (#219) (937260a), closes #218

Documentation