Skip to content

Conversation

@rafaelha
Copy link
Collaborator

Use pyzx-param published on pypi

Copilot AI review requested due to automatic review settings January 27, 2026 01:03
@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1915 1860 97% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/tsim/circuit.py 99% 🟢
src/tsim/compile/compile.py 99% 🟢
src/tsim/compile/pipeline.py 100% 🟢
src/tsim/compile/stabrank.py 100% 🟢
src/tsim/core/graph.py 92% 🟢
src/tsim/core/instructions.py 98% 🟢
src/tsim/core/types.py 100% 🟢
TOTAL 98% 🟢

updated for commit: 626d281 by action🐍

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request switches from a Git-based dependency on a fork of pyzx to the officially published pyzx-param package on PyPI (version 0.9.0). This change simplifies dependency management by using a standard PyPI package instead of requiring a Git reference.

Changes:

  • Updated dependency specification from Git URL to PyPI package pyzx-param>=0.9.0
  • Updated all Python imports from pyzx to pyzx_param throughout the codebase
  • Removed pytest configuration for excluding pyzx directory and uv.sources Git configuration

Reviewed changes

Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
uv.lock Updated lock file to reference pyzx-param from PyPI registry instead of Git source, including package hashes and metadata
pyproject.toml Changed dependency from Git source to PyPI package, removed uv.sources configuration and pytest norecursedirs exclusion
src/tsim/circuit.py Updated imports from pyzx to pyzx_param
src/tsim/core/types.py Updated imports from pyzx to pyzx_param in TYPE_CHECKING block
src/tsim/core/instructions.py Updated imports from pyzx to pyzx_param
src/tsim/core/graph.py Updated imports from pyzx to pyzx_param
src/tsim/compile/stabrank.py Updated imports from pyzx to pyzx_param
src/tsim/compile/pipeline.py Updated imports from pyzx to pyzx_param
src/tsim/compile/compile.py Updated imports from pyzx to pyzx_param
test/unit/utils/test_dyadic.py Updated imports from pyzx to pyzx_param
test/unit/test_circuit.py Updated mock patches from pyzx to pyzx_param
test/integration/test_sampler.py Updated imports from pyzx to pyzx_param
test/helpers/util.py Updated comment reference from pyzx to pyzx_param
docs/demos/tutorial.ipynb Updated imports from pyzx to pyzx_param in notebook cells
docs/demos/draft/decoding_demo.ipynb Updated imports from pyzx to pyzx_param in notebook cells

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-01-27 01:33 UTC

@rafaelha rafaelha merged commit fdde109 into main Jan 27, 2026
9 checks passed
@rafaelha rafaelha deleted the rafaelha/pyzx-param branch January 27, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants