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 across 1 directory with 3 updates #566

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Updates the requirements on llvmlite, pytket-qir and matplotlib to permit the latest version.
Updates llvmlite to 0.44.0

Commits
  • 2c67a6b Merge pull request #1124 from kc611/release0.44
  • e4919b8 Changed version number and release date
  • 8213a18 Merge pull request #1115 from kc611/release0.44
  • 99a43b9 Update CHANGE_LOG
  • dfa30a5 Update changelog for v0.44.0rc2
  • 61a54a1 Merge pull request #1111 from kc611/release0.44
  • 4c18e69 Merge pull request #1098 from alexander-shaposhnikov/fix_store_to_opaque_ptr
  • 8e067af Merge pull request #1097 from swap357/update-azure-pipelines
  • 0d88fb1 Merge pull request #1108 from sklam/fix/win_wheel
  • e204df1 Merge pull request #1104 from sklam/misc/osx_wheel_fix
  • Additional commits viewable in compare view

Updates pytket-qir to 0.19.0

Release notes

Sourced from pytket-qir's releases.

v0.19.0

What's Changed

Full Changelog: CQCL/pytket-qir@v0.17.0...v0.19.0

Changelog

Sourced from pytket-qir's changelog.

0.19.0 (December 2024)

  • Updated pytket version requirement to 1.35.
  • Updated pyqir version requirement to 0.10.6.
  • Add option to generate QIR for azure target

0.17.0 (October 2024)

  • Update qir generation for wasm functions to work without wasm file handler

0.16.0 (October 2024)

  • Updated pytket version requirement to 1.34.
  • Add support for pytket circuits containing ClExprOp.
  • Always check wasm files

0.15.0 (October 2024)

  • Add option to generate base profile compatible QIR

0.14.0 (October 2024)

  • Updated pytket version requirement to 1.33.

0.13.0 (October 2024)

  • Updated pyqir version requirement to 0.10.4.
  • Add option to generate profile compatible QIR
  • Updated pytket version requirement to 1.32.
  • Add support for BitNot operation

0.12.0 (July 2024)

  • Updated pytket version requirement to 1.30.
  • updated pyqir version requirement to 0.10.3.
  • Update version requirements on dependencies, removing all upper bounds.
  • speed up conversion
  • add additional check_circuit function for checking the circuit before converting

0.11.0 (May 2024)

... (truncated)

Commits

Updates matplotlib to 3.10.0

Release notes

Sourced from matplotlib's releases.

REL: v3.10.0

Highlights of this release include:

- Preliminary support for free-threaded CPython 3.13
- New more-accessible color cycle
- Dark-mode diverging colormaps
- Exception handling control
- InsetIndicator artist
- FillBetweenPolyCollection
- Fill between 3D lines
- Data in 3D plots can now be dynamically clipped to the axes view limits
- Rotating 3d plots with the mouse
- Increased Figure limits with Agg renderer
- Subfigures no longer provisional
- Subfigures are now added in row-major order
Commits
  • 8d64f03 REL: v3.10.0 release
  • d9dfee8 [doc] Fix dead links
  • 87a603f Update release notes for 3.10.0
  • cdecf97 Update github stats for 3.10
  • b8d19bd Merge pull request #29306 from meeseeksmachine/auto-backport-of-pr-29242-on-v...
  • a42d0ed Backport PR #29242: DOC: Add kwdoc list to scatter() docstring
  • 1900640 Merge pull request #29299 from QuLogic/merge-v39x
  • 815389c Merge branch 'v3.9.x' into v3.10.x
  • 73873c0 DOC: Create release notes for 3.9.4
  • 9d17a2b DOC: Add Zenodo DOI for 3.9.4
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pytket-qir [>= 0.7.a, < 0.8]
pytket-qir [>= 0.14.a, < 0.15]

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 [llvmlite](https://github.com/numba/llvmlite), [pytket-qir](https://github.com/CQCL/pytket-qir) and [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.

Updates `llvmlite` to 0.44.0
- [Release notes](https://github.com/numba/llvmlite/releases)
- [Commits](numba/llvmlite@v0.43.0...v0.44.0)

Updates `pytket-qir` to 0.19.0
- [Release notes](https://github.com/CQCL/pytket-qir/releases)
- [Changelog](https://github.com/CQCL/pytket-qir/blob/main/docs/changelog.rst)
- [Commits](CQCL/pytket-qir@v0.17.0...v0.19.0)

Updates `matplotlib` to 3.10.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.3...v3.10.0)

---
updated-dependencies:
- dependency-name: llvmlite
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pytket-qir
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: matplotlib
  dependency-type: direct:development
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
@dependabot dependabot bot requested a review from yao-cqc as a code owner January 20, 2025 22:01
@cqc-alec cqc-alec closed this Jan 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2025

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

To ignore these dependencies, configure ignore rules in dependabot.yml

@cqc-alec cqc-alec reopened this Jan 21, 2025
@cqc-alec cqc-alec merged commit c556a9a into main Jan 21, 2025
17 of 20 checks passed
@cqc-alec cqc-alec deleted the dependabot/pip/python-packages-fa4b4a8ebf branch January 21, 2025 08:43
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