unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
344 stars 145 forks source link

Update amazon-braket-sdk requirement from ~=1.69.0 to ~=1.80.0 #2381

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Updates the requirements on amazon-braket-sdk to permit the latest version.

Release notes

Sourced from amazon-braket-sdk's releases.

v1.80.0

Features

  • add support for the ARN region
  • Add support for SerializableProgram abstraction to Device interface

Bug Fixes and Other Changes

  • job fixture for endpoint support
Changelog

Sourced from amazon-braket-sdk's changelog.

v1.80.0 (2024-05-22)

Features

  • add support for the ARN region
  • Add support for SerializableProgram abstraction to Device interface

Bug Fixes and Other Changes

  • job fixture for endpoint support

v1.79.1 (2024-05-08)

Bug Fixes and Other Changes

  • check the qubit set length against observables

v1.79.0 (2024-05-06)

Features

  • Direct Reservation context manager

Documentation Changes

  • correct the example in the measure docstring

v1.78.0 (2024-04-18)

Features

  • add phase RX gate

v1.77.6 (2024-04-17)

Bug Fixes and Other Changes

  • if rydberg local is not pulled, pass in None

v1.77.5 (2024-04-16)

Bug Fixes and Other Changes

  • remove optional discretization fields

v1.77.4 (2024-04-16)

Bug Fixes and Other Changes

  • discretize method now takes None as an arg

... (truncated)

Commits
  • 5453cf5 prepare release v1.80.0
  • 1438528 fix: job fixture for endpoint support (#978)
  • 035409a feat: add support for the ARN region (#977)
  • 7ba54ce feature: Add support for SerializableProgram abstraction to Device interface ...
  • ec5edaf update development version to v1.79.2.dev0
  • dfd75b3 prepare release v1.79.1
  • 6c4282e fix: check the qubit set length against observables (#970)
  • b791858 update development version to v1.79.1.dev0
  • 376fb90 prepare release v1.79.0
  • 6d30734 test: Extract decorator_python_version (#968)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | amazon-braket-sdk | [>= 1.32.a, < 1.33] |

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 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[bot] commented 2 weeks ago

Superseded by #2406.