CQCL / pytket-qir

Public repo for the pytket-qir package
Apache License 2.0
6 stars 1 forks source link

Bump the python-packages group with 1 update #97

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the python-packages group with 1 update: pyqir.

Release notes

Sourced from pyqir's releases.

v0.10.0

Notes

  • Breaking change: correct attributes are now emitted for number of qubits and results.
  • Attribute iteration has been added to enable easier base profile compliance.
  • Manylinux compliance has been relaxed due to maintenance burden. The new target is manylinux_2_31
  • Minimum Python version is now 3.8 as the older versions are EOL.

What's Changed

New Contributors

Full Changelog: https://github.com/qir-alliance/pyqir/compare/v0.9.0...v0.10.0

Commits
  • 26885c9 Adding ability to access and iterate over function attributes. (#259)
  • 2af2995 Cache CL args for inner build (#253)
  • aba3036 Set python 3.8 as min. Remove manylinux container build. (#256)
  • 0cc4e9a Update attr fallback order to support legacy processing. (#257)
  • 02d5b1d Removing serial_test (#255)
  • 58b113c Update version to 0.10.0 (#254)
  • ec98409 Spec compliance: change num_required_* to required_num_* (#251)
  • See full diff 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 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 9 months ago

See https://github.com/CQCL/pytket-qir/pull/101

cqc-melf commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Looks like pyqir is up-to-date now, so this is no longer needed.