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: move extensions to auxillary package #682

Merged
merged 8 commits into from
Nov 5, 2024
Merged

feat: move extensions to auxillary package #682

merged 8 commits into from
Nov 5, 2024

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Nov 5, 2024

Closes #642

I will publish, create token etc. once merged.

@ss2165 ss2165 requested review from aborgna-q, cqc-alec and a team as code owners November 5, 2024 12:22

* Add tket2 extension definitions.

## Changelog
Copy link
Collaborator

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?

@@ -0,0 +1,10 @@
# Changelog

## 0.1.0 (2024-10-06)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Date?

Comment on lines 3 to 9
[![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
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
[![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

@ss2165 ss2165 enabled auto-merge November 5, 2024 13:31
@ss2165 ss2165 added this pull request to the merge queue Nov 5, 2024
Merged via the queue into main with commit dd78f9a Nov 5, 2024
14 checks passed
@ss2165 ss2165 deleted the ss/ext-package branch November 5, 2024 13:37
github-merge-queue bot pushed a commit that referenced this pull request Nov 15, 2024
🤖 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>
github-merge-queue bot pushed a commit that referenced this pull request Dec 16, 2024
🤖 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>
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.

Move extension def exports into separate python library
3 participants