Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hugr-py): use serialized extensions in python #1459

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Commits on Aug 21, 2024

  1. feat(hugr-py): use serialized extensions in python

    Copies standard extensions to hugr-py source tree,
    as poetry won't include anything from outside the tree (not symlinks either).
    
    Existing op/type wrappers now just point to loaded extensions.
    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    204a24b View commit details
    Browse the repository at this point in the history
  2. simplify classvar

    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2a650f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06df427 View commit details
    Browse the repository at this point in the history
  4. use pkgutil

    ss2165 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e6d08ad View commit details
    Browse the repository at this point in the history