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 2 updates #285

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Updates the requirements on qiskit-algorithms and qiskit-ibm-runtime to permit the latest version.
Updates qiskit-algorithms to 0.3.0

Release notes

Sourced from qiskit-algorithms's releases.

Qiskit Algorithms 0.3.0

Changelog

Prelude

his release now supports Qiskit 1.0 while continuing to work with the Qiskit 0.46 release for those still navigating the changes brought about in the Qiskit 1.0 release.

New Features

  • Added input argument insert_barriers to TrotterQRTE to add barriers between Trotter layers.
  • Added support for using Qiskit Algorithms with Python 3.12.

Bug Fixes

  • Fixes state fidelity ComputeUncompute to correct an issue arising from the threading used for the job result. This issue could be seen sometimes if more than one job was created and their results fetched back-to-back, such that more than one internal thread was active processing these results.
  • Fixed the AQGD optimizer grouping objective function calls by default so that a single point is now passed to the objective function. For algorithms that can handle more than one gradient evaluations in their objective function, such as a VQE in the algorithms here, the number of grouped evaluations can be controlled via the max_grouped_evals parameter. Grouped evaluations allows a list of points to be handed over so that they can potentially be assessed more efficiently in a single job.
  • Fixes internal cache used by state fidelities so that circuits are cached using the same generated key method as that used by the reference primitives. This avoids a potential incorrect result that could have occurred with the key as it was before when id() was used.
  • Fixes GSLS optimizer minimize() so that if the bounds parameter is passed with tuples that have entries of None then the entry is treated as equivalent to infinity.
Commits

Updates qiskit-ibm-runtime to 0.21.0

Release notes

Sourced from qiskit-ibm-runtime's releases.

Qiskit IBM Runtime 0.21.0

Changelog

Deprecated

  • Add warning if no backend provided on cloud channel (#1425)

Added

  • Add RuntimeJobV2 class and new JobStatus' (#1450)
  • Add fake backends for newer IBM backends (#1440)
  • Support for new V2 primitives (Migration guide)

Removed

  • Raise if abstract circuits are used (#1437)

Fixed

  • Handle control flow instructions in Target generation (#1443)
  • Fix bug with retrieving fake backends (#1402)
  • Update ISA validation (#1414)
Commits

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 [qiskit-algorithms](https://github.com/qiskit-community/qiskit-algorithms) and [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime) to permit the latest version.

Updates `qiskit-algorithms` to 0.3.0
- [Release notes](https://github.com/qiskit-community/qiskit-algorithms/releases)
- [Commits](qiskit-community/qiskit-algorithms@0.2.1...0.3.0)

Updates `qiskit-ibm-runtime` to 0.21.0
- [Release notes](https://github.com/Qiskit/qiskit-ibm-runtime/releases)
- [Commits](Qiskit/qiskit-ibm-runtime@0.19.0...0.21.0)

---
updated-dependencies:
- dependency-name: qiskit-algorithms
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: qiskit-ibm-runtime
  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 March 6, 2024 13:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2024
@cqc-melf cqc-melf closed this Mar 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@cqc-melf cqc-melf reopened this Mar 6, 2024
@cqc-melf
Copy link
Collaborator

cqc-melf commented Mar 6, 2024

@dependabot ignore qiskit-ibm-runtime minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

OK, I won't notify you about version 0.21.x of qiskit-ibm-runtime again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-02e605398c branch March 6, 2024 14:56
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