Tags: donglrd/graphix
Tags
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>
Prepare release v0.3.4 (TeamGraphix#424) * Update CHANGELOG * Remove trailing spaces * Update graphix-qasm-parser constraint
Prepare v0.3.2 (TeamGraphix#331) * fix rtd config, update changelog * update readme * update readme and tutorial
Prepare v0.3.1 (TeamGraphix#269) * update changelog * fix `noxfile`
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>
PreviousNext