cda-tum / mqt-qudits

A Framework For Mixed-Dimensional Qudit Quantum Computing
https://mqt.readthedocs.io/projects/qudits
MIT License
17 stars 4 forks source link

Bump cda-tum/mqt-core from 2.4.1 to 2.5.0 in the github-actions group across 1 directory #24

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the github-actions group with 1 update in the / directory: cda-tum/mqt-core.

Updates cda-tum/mqt-core from 2.4.1 to 2.5.0

Release notes

Sourced from cda-tum/mqt-core's releases.

MQT Core 2.5.0 Release

👀 What Changed

⚛️ MQT Core

🚀 Features and Enhancements

⬆️ Dependencies

Full Changelog: https://github.com/cda-tum/mqt-core/compare/v2.4.2...v2.5.0

MQT Core 2.4.2 Release

👀 What Changed

Small patch release with updated reusable workflow. Apple Silicon runners now also support Python 3.8 and 3.9. Python tests are now run on:

  • all supported Python versions on Ubuntu
  • the minimum and maximum supported version on macOS (Intel + arm64) and Windows.

This means that, e.g., for a library that supports Python 3.8 to 3.12, 5+2+2+2=11 test runs will be started and will produce coverage reports. If you update to the new version of the workflows, make sure to adjust the codecov config.

📄 Documentation

🤖 CI

⬆️ Dependencies

Full Changelog: https://github.com/cda-tum/mqt-core/compare/v2.4.1...v2.4.2

Commits
  • e090e10 ⬆️🪝 update pre-commit hooks (#605)
  • ace0dd8 ✨ Support for Neutral Atom Mapper (#596)
  • ee52b77 Merge remote-tracking branch 'origin/main' into wip-na-qmap
  • 02ab5c0 ⬆️🪝 update pre-commit hooks (#604)
  • 7e64073 Merge remote-tracking branch 'origin/main' into wip-na-qmap
  • 74c31e8 🎨 pre-commit fixes
  • 74e8bae 🎨 Add flag to clear method
  • 63051e8 🍱 MQT Branding on RtD (#603)
  • d958662 :pencil2: fix link
  • 7389edb 🍱 Use centralized images from MQT repository (#602)
  • Additional commits viewable 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
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.7%. Comparing base (d109b15) to head (15397be). Report is 23 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cda-tum/mqt-qudits/pull/24/graphs/tree.svg?width=650&height=150&src=pr&token=qDDZkemicI&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)](https://app.codecov.io/gh/cda-tum/mqt-qudits/pull/24?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= + Coverage 69.5% 69.7% +0.2% ======================================= Files 105 105 Lines 4964 4964 Branches 263 263 ======================================= + Hits 3452 3462 +10 + Misses 1512 1502 -10 ``` | [Flag](https://app.codecov.io/gh/cda-tum/mqt-qudits/pull/24/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/cda-tum/mqt-qudits/pull/24/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `73.7% <ø> (ø)` | | | [python](https://app.codecov.io/gh/cda-tum/mqt-qudits/pull/24/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `68.0% <ø> (+0.2%)` | :arrow_up: | [see 1 file with indirect coverage changes](https://app.codecov.io/gh/cda-tum/mqt-qudits/pull/24/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)
burgholzer commented 4 months ago

@KevinMTO please adapt this PR to make use of the new reusable workflows based on the following demo PRs: