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 the python-packages group with 1 update #68

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [pyquil](https://github.com/rigetti/pyquil) to permit the latest version.

Updates `pyquil` to 4.0.3
- [Release notes](https://github.com/rigetti/pyquil/releases)
- [Changelog](https://github.com/rigetti/pyquil/blob/master/CHANGELOG.md)
- [Commits](rigetti/pyquil@v3.5.0...v4.0.3)

---
updated-dependencies:
- dependency-name: pyquil
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from cqc-melf as a code owner January 15, 2024 03:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2024
@cqc-melf
Copy link
Collaborator

@dependabot ignore pyquil minor version

@dependabot dependabot bot closed this Jan 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2024

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

@dependabot dependabot bot deleted the dependabot/pip/python-packages-7163e2dea5 branch January 16, 2024 08:37
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant