-
Notifications
You must be signed in to change notification settings - Fork 6
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: move extensions to auxillary package #682
Conversation
tket2-exts/CHANGELOG.md
Outdated
|
||
* Add tket2 extension definitions. | ||
|
||
## Changelog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this line be here?
tket2-exts/CHANGELOG.md
Outdated
@@ -0,0 +1,10 @@ | |||
# Changelog | |||
|
|||
## 0.1.0 (2024-10-06) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Date?
tket2-exts/README.md
Outdated
[![pypi][]](https://pypi.org/project/tket2/) | ||
[![codecov][]](https://codecov.io/gh/CQCL/tket2) | ||
[![py-version][]](https://pypi.org/project/tket2/) | ||
|
||
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/tket2?logo=codecov | ||
[py-version]: https://img.shields.io/pypi/pyversions/tket2 | ||
[pypi]: https://img.shields.io/pypi/v/tket2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[![pypi][]](https://pypi.org/project/tket2/) | |
[![codecov][]](https://codecov.io/gh/CQCL/tket2) | |
[![py-version][]](https://pypi.org/project/tket2/) | |
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/tket2?logo=codecov | |
[py-version]: https://img.shields.io/pypi/pyversions/tket2 | |
[pypi]: https://img.shields.io/pypi/v/tket2 | |
[![pypi][]](https://pypi.org/project/tket2-exts/) | |
[![codecov][]](https://codecov.io/gh/CQCL/tket2) | |
[![py-version][]](https://pypi.org/project/tket2-exts/) | |
[codecov]: https://img.shields.io/codecov/c/gh/CQCL/tket2?logo=codecov | |
[py-version]: https://img.shields.io/pypi/pyversions/tket2-exts | |
[pypi]: https://img.shields.io/pypi/v/tket2-exts |
🤖 I have created a release *beep* *boop* --- ## [0.5.0](tket2-py-v0.4.1...tket2-py-v0.5.0) (2024-11-11) ### ⚠ BREAKING CHANGES * Removed `load_guppy_*` methods. Use Circuit::load_function_reader instead. ### Features * move extensions to auxillary package ([#682](#682)) ([dd78f9a](dd78f9a)) * Track circuit extensions and read/write packages ([#680](#680)) ([5e87dd9](5e87dd9)) ### Reverts * "Support python 3.13 ([#653](#653))" ([#657](#657)) ([3fb67ac](3fb67ac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com> Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [0.3.0](tket2-eccs-v0.2.0...tket2-eccs-v0.3.0) (2024-12-16) ### ⚠ BREAKING CHANGES * Updated `hugr` rust dependency to `0.14.0` Extension are now defined in `hugr 0.14` style. Replaced the `ROTATION_TYPE` with a method call, and dropped the per-extension registry definitions. ### Features * move extensions to auxillary package ([#682](#682)) ([dd78f9a](dd78f9a)) ### Reverts * "Support python 3.13 ([#653](#653))" ([#657](#657)) ([3fb67ac](3fb67ac)) ### Miscellaneous Chores * Update to next version of hugr ([#720](#720)) ([4a3a5a5](4a3a5a5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com> Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com>
Closes #642
I will publish, create token etc. once merged.