Skip to content

Tags: donglrd/graphix

Tags

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v0.3.5 (TeamGraphix#472)

This commit prepares release v0.3.5.

These changes remove warnings produced by the test suite:

- Some warnings revealed actual bugs in `ComposeNoiseModel`, which did
  not pass `rng` correctly.

- One warning was due to a change in NumPy 2 that disallows cross
  products of 2D vectors. A specialized function `_cross2d` has been
  implemented instead (see numpy/numpy#26620 ).

- Some expected warnings are now filtered.

- Warnings about using the density matrix backend without a noise
  model were not reported at the correct location because `stacklevel`
  was missing. This is now fixed for a better developer experience:
  the warning is reported at the culprit call site rather than in
  internal functions.

The reverse dependencies are now tested against the main branch.
---------

Co-authored-by: matulni <m.uldemolins@gmail.com>
Co-authored-by: Shinichi Sunami <33350509+shinich1@users.noreply.github.com>

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v0.3.4 (TeamGraphix#424)

* Update CHANGELOG

* Remove trailing spaces

* Update graphix-qasm-parser constraint

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md (TeamGraphix#376)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v0.3.2 (TeamGraphix#331)

* fix rtd config, update changelog

* update readme

* update readme and tutorial

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v0.3.1 (TeamGraphix#269)

* update changelog

* fix `noxfile`

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version 0.3.0 (TeamGraphix#218)

* deprecate localpattern, transpile_and_standardize

* stop py38 support

* Update tests for v0.3 (TeamGraphix#232)

* update tests

* 👷 Always run CIs

* 🎨 Format

* 🚨 Fix ruff warning

* 💥 Stop testing with py3.8

* fix docs build

* fix TN example

* fix doc page

---------

Co-authored-by: SS <66886825+EarlMilktea@users.noreply.github.com>

* fix ruff pass

* further ruff fix

* ruff format fix

* fix typo in docs

* update readme

* remove binder link

* update readme

* 🔧 Add rules

* 🚨 Fix linter errors

* 🚨 Enable PLR

* 🚨 Enable SIM

* 🚨 Enable RET

* 🚨 Enable C4

* Update README.md

Co-authored-by: thierry-martinez <thierry.martinez@inria.fr>

* fix linter error

* fix use of enumerate

* fix linter error

* update changelog

---------

Co-authored-by: SS <66886825+EarlMilktea@users.noreply.github.com>
Co-authored-by: thierry-martinez <thierry.martinez@inria.fr>

v0.2.16

Toggle v0.2.16's commit message
Update changelog

v0.2.15

Toggle v0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v0.2.14

Toggle v0.2.14's commit message
fix build issue

v0.2.13

Toggle v0.2.13's commit message
Fix build