CQCL / pytket-pyquil

pytket-pyquil, extensions for pytket quantum SDK
Apache License 2.0
0 stars 3 forks source link

Bump the python-packages group with 1 update #68

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on pyquil to permit the latest version. Updates pyquil to 4.0.3

Release notes

Sourced from pyquil's releases.

4.0.3 (2023-10-18)

Fixes

only rewrite arithmetic when targeting Aspen processors (#1679)

Changelog

Sourced from pyquil's changelog.

4.0.3 (2023-10-18)

Fixes

only rewrite arithmetic when targeting Aspen processors (#1679)

4.0.3-rc.0 (2023-10-18)

Fixes

only rewrite arithmetic when targeting Aspen processors (#1679)

4.0.2 (2023-10-16)

Fixes

update qcs-sdk-rust and quil-rs to pull in fixes (#1680)

4.0.2-rc.0 (2023-10-16)

Fixes

update qcs-sdk-rust and quil-rs to pull in fixes (#1680)

4.0.1 (2023-09-27)

Fixes

Gates should no longer compare as equal and not equal. (#1671)

4.0.1-rc.0 (2023-09-27)

Fixes

Gates should no longer compare as equal and not equal. (#1671)

4.0.0

The 4.0 release of pyQuil migrates its core functionality into Rigetti's latest generation of Rust SDKs. With this comes access to new features, improved performance, stronger type safety, and better error messages. While this is a significant change for the internals of pyQuil, we've attempted to keep breaking changes to a minimum. Unless necessary, we've chosen to only remove redundant or lesser used features that aren't likely to bother most users.

Breaking Changes

  • Replaced the qcs-api-client dependency with qcs-sdk-python. Consequentially, the former's QCSClientConfiguration has been replaced by the latter’s QCSClient. The QCSClient class can be imported from the api module.
  • Removed the compatibility.v2 sub-package.
  • Removed the EngagementManager class as RPCQ is no longer used.
  • Python 3.7 is no longer supported.
  • The environment variable overrides for quilc and QVM URLs have been renamed to QCS_SETTINGS_APPLICATIONS_QUILC_URL and QCS_SETTINGS_APPLICATIONS_QVM_URL, respectively.
  • The QuantumComputer's run method now takes an optional memory_map parameter. This mapping takes memory region names to a list of values to use for a run. This replaces the ability to use write_memory on Programs.
  • Program and instructions have been re-written using the quil package. Much of the API remains the same, with the following exceptions:
    • SwapPhase has been renamed to SwapPhases

... (truncated)

Commits
  • a72499c chore: prepare release 4.0.3 [skip ci]
  • 314038c chore: prepare release 4.0.3-rc.0 [skip ci]
  • a73a896 fix: only rewrite arithmetic when targeting Aspen processors (#1679)
  • ca07ff6 chore: prepare release 4.0.2 [skip ci]
  • 38f6d75 chore: prepare release 4.0.2-rc.0 [skip ci]
  • f84445e fix: update qcs-sdk-rust and quil-rs to pull in fixes (#1680)
  • fdedda2 chore: prepare release 4.0.1 [skip ci]
  • 8b90d65 chore: prepare release 4.0.1-rc.0 [skip ci]
  • fc513ea fix: Gates should no longer compare as equal and not equal. (#1671)
  • 3a6b057 re-enable knope changelog management (#1662)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | pyquil | [>= 4.1.a, < 4.2] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cqc-melf commented 8 months ago

@dependabot ignore pyquil minor version

dependabot[bot] commented 8 months ago

OK, I won't notify you about version 4.0.x of pyquil again, unless you unignore it.