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

Release 0.14.0 #90

Merged
merged 20 commits into from
Jan 12, 2024
Merged

Release 0.14.0 #90

merged 20 commits into from
Jan 12, 2024

Conversation

cqc-melf
Copy link
Collaborator

@cqc-melf cqc-melf commented Jan 10, 2024

Description

Please summarise the changes.

Related issues

Please mention any github issues addressed by this PR.

Checklist

  • I have performed a self-review of my code.
  • I have commented hard-to-understand parts of my code.
  • I have made corresponding changes to the public API documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the changelog with any user-facing changes.

cqc-melf and others added 15 commits November 24, 2023 14:53
Updates the requirements on [pytket-cirq](https://github.com/CQCL/pytket-cirq), [pytket-projectq](https://github.com/CQCL/pytket-projectq) and [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) to permit the latest version.

Updates `pytket-cirq` to 0.32.0
- [Release notes](https://github.com/CQCL/pytket-cirq/releases)
- [Changelog](https://github.com/CQCL/pytket-cirq/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-cirq@v0.31.1...v0.32.0)

Updates `pytket-projectq` to 0.31.0
- [Release notes](https://github.com/CQCL/pytket-projectq/releases)
- [Changelog](https://github.com/CQCL/pytket-projectq/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-projectq@v0.30.1...v0.31.0)

Updates `pytket-qiskit` to 0.46.0
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/CQCL/pytket-qiskit/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-qiskit@v0.44.0...v0.46.0)

---
updated-dependencies:
- dependency-name: pytket-cirq
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pytket-projectq
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pytket-qiskit
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v2...v3)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* fix artifact name related to update of actions/upload-artifact@v4

* split download in three options

* update download of wheels
ss2165
ss2165 previously approved these changes Jan 10, 2024
Copy link
Collaborator

@cqc-alec cqc-alec left a comment

Choose a reason for hiding this comment

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

Shall we wait for #89 ?

@cqc-alec
Copy link
Collaborator

Shall we wait for #89 ?

That's now merged, so we can update this PR.

dependabot bot and others added 3 commits January 11, 2024 13:32
Updates the requirements on [pytket-cirq](https://github.com/CQCL/pytket-cirq), [pytket-projectq](https://github.com/CQCL/pytket-projectq) and [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) to permit the latest version.

Updates `pytket-cirq` to 0.33.0
- [Release notes](https://github.com/CQCL/pytket-cirq/releases)
- [Changelog](https://github.com/CQCL/pytket-cirq/blob/v0.33.0/docs/changelog.rst)
- [Commits](CQCL/pytket-cirq@v0.32.0...v0.33.0)

Updates `pytket-projectq` to 0.32.0
- [Release notes](https://github.com/CQCL/pytket-projectq/releases)
- [Changelog](https://github.com/CQCL/pytket-projectq/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-projectq@v0.31.0...v0.32.0)

Updates `pytket-qiskit` to 0.47.0
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/CQCL/pytket-qiskit/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-qiskit@v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: pytket-cirq
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pytket-projectq
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pytket-qiskit
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@cqc-melf cqc-melf merged commit bdf5f99 into main Jan 12, 2024
7 checks passed
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.

3 participants