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

Bump pytket-qiskit from 0.50.0 to 0.59.0 #111

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps pytket-qiskit from 0.50.0 to 0.59.0.

Release notes

Sourced from pytket-qiskit's releases.

v0.59.0

What's Changed

New Contributors

Full Changelog: CQCL/pytket-qiskit@v0.58.0...v0.59.0

v0.58.0

What's Changed

Full Changelog: CQCL/pytket-qiskit@v0.57.0...v0.58.0

v0.57.0

What's Changed

Full Changelog: CQCL/pytket-qiskit@v0.56.0...v0.57.0

v0.56.0

What's Changed

... (truncated)

Changelog

Sourced from pytket-qiskit's changelog.

0.59.0 (November 2024)

  • Updated pytket version requirement to 1.34.0.
  • Fix handling of non-default registers when selecting bits in results.
  • Update default compilation to use Qiskit SabreLayoutPassManager as a CustomPass.
  • Fix handling of non-default registers when selecting bits in results.
  • The {py:func}tk_to_qiskit converter gives a warning if the input {py:class}~pytket.circuit.Circuit contains implicit qubit permutations.

0.58.0 (October 2024)

  • Updated pytket version requirement to 1.33.1.
  • Require qiskit >= 1.2.4.
  • Require qiskit-ibm-runtime >= 0.30.0.
  • Require qiskit-aer >= 0.15.1.

0.57.0 (October 2024)

  • Updated pytket version requirement to 1.33.
  • Added handling of generalised controlled gates to {py:func}qiskit_to_tk and {py:func}tk_to_qiskit. The control_state is handled directly instead of using additional X gates.
  • A controlled {py:class}UnitaryGate will now be converted to a pytket controlled unitary box by {py:func}qiskit_to_tk instead of a controlled {py:class}~pytket.circuit.CircBox with a unitary box inside.

0.56.0 (September 2024)

  • Added {py:class}AerDensityMatrixBackend simulator. This simulator has the option to support a {py:class}NoiseModel.
  • Fix conversion of symbols into qiskit.
  • Require qiskit >= 1.2.0.
  • Add conversion of controlled unitary gates from qiskit to tket.
  • Initialize TketAutoPass with a BackendV2.
  • Update TketBackend to derive from BackendV2.
  • Fix to allow AerBackend to work with multi-controlled Z gates.

0.55.0 (July 2024)

  • Updated pytket version requirement to 1.30.

0.54.1 (June 2024)

  • Relax version requirements on dependencies by removing upper bounds.
  • Fix status reporting when running on hardware.

0.54.0 (June 2024)

  • User can pass a SamplerOptions instance (from qiskit-ibm-runtime) via a keyword argument to both an IBMQBackend constructor and an instance method IBMQBackend.process_circuits.
  • Remove dependency on deprecated qiskit-ibm-provider.
  • Remove support for deprecated "ibmq_qasm_simulator" backend.
  • Forbid circuits with incomplete classical registers in tk_to_qiskit().
  • Updated pytket version requirement to 1.29.
  • Update qiskit-ibm-runtime version requirement to 0.24.1.

... (truncated)

Commits
  • 11e63cd update pytket, version and changelog (#416)
  • 1e8bd80 Add LightSABRE to default_compilation_pass (#400)
  • ffbf31a fix: Warn user about implicit qubit permutations in tk_to_qiskit (#412)
  • b332fbf docs: port docs source to markdown, update all links (#405)
  • 64da26f Handle bits selection in results for circuits with non-default registers (#407)
  • cadaa11 fix: bad poetry install command in build and test workflow (#408)
  • 4af1cbf Melf/add ruff 2024 (#397)
  • 577b9a0 Merge pull request #406 from CQCL/bugfix/specify-what-we-expect-in-qiskit-res...
  • 96d01b1 refactor: minor improvement to qiskit_to_tk conversion. (#404)
  • 6f320e2 Run pylint linting
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@daniel-mills-cqc
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot changed the base branch from develop to main November 20, 2024 14:54
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytket-qiskit-0.59.0 branch from ab0518b to 3a22437 Compare November 20, 2024 14:54
@daniel-mills-cqc
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytket-qiskit-0.59.0 branch from 3a22437 to fc9ca62 Compare November 21, 2024 09:13
@daniel-mills-cqc
Copy link
Collaborator

@dependabot rebase

Bumps [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) from 0.50.0 to 0.59.0.
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/CQCL/pytket-qiskit/blob/main/docs/changelog.md)
- [Commits](CQCL/pytket-qiskit@v0.50.0...v0.59.0)

---
updated-dependencies:
- dependency-name: pytket-qiskit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/pytket-qiskit-0.59.0 branch from fc9ca62 to 18aacb9 Compare November 21, 2024 11:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/develop/pytket-qiskit-0.59.0 branch November 21, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant