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

👽 adapt to latest changes in mqt-core #313

Merged
merged 5 commits into from
Nov 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the submodules group with 2 updates: extern/mqt-core and extern/taskflow.

Updates extern/mqt-core from 0d1b4f4 to 7f4bed5

Commits
  • 7f4bed5 ✨ equality comparison and hashing for operations and symbolic (#465)
  • b7f5b18 🔧 Ruff config finetuning (#467)
  • 295698a ✨ adopt ruff formatter (#464)
  • be7c5ec ⚡ fix performance regression for RealNumber computations (#463)
  • 463f2f1 ⚡ improved collision logic in RealNumberUniqueTable (#461)
  • 2903079 🐛 properly handle repeated cancellation in single-qubit gate fusion (#459)
  • b2db9e2 ⚡ improve numerical accuracy of multiplication and division (#458)
  • 01b376d ⚡ remove branching in deleteEdge
  • bad84be 🎨 more precise templating
  • 20ea0dd ⚡ Completely eliminate temporary numbers borrowed from the cache (#457)
  • Additional commits viewable in compare view

Updates extern/taskflow from 12646d7 to 44dd1dd

Commits
  • 44dd1dd Merge pull request #521 from fran6co/exceptions_disable
  • 555b39e updated -Wshadow
  • f1a077d add a way to just let an unhandled exception be unhandled
  • See full diff in compare view

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

Bumps the submodules group with 2 updates: [extern/mqt-core](https://github.com/cda-tum/mqt-core) and [extern/taskflow](https://github.com/taskflow/taskflow).


Updates `extern/mqt-core` from `0d1b4f4` to `7f4bed5`
- [Release notes](https://github.com/cda-tum/mqt-core/releases)
- [Commits](cda-tum/mqt-core@0d1b4f4...7f4bed5)

Updates `extern/taskflow` from `12646d7` to `44dd1dd`
- [Release notes](https://github.com/taskflow/taskflow/releases)
- [Commits](taskflow/taskflow@12646d7...44dd1dd)

---
updated-dependencies:
- dependency-name: extern/mqt-core
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: extern/taskflow
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Nov 1, 2023
Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer changed the title Bump the submodules group with 2 updates 👽 adapt to latest changes in mqt-core Nov 9, 2023
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #313 (e553b47) into main (456ebd1) will decrease coverage by 0.1%.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #313     +/-   ##
=======================================
- Coverage   92.4%   92.4%   -0.1%     
=======================================
  Files         32      32             
  Lines       2540    2539      -1     
  Branches     349     348      -1     
=======================================
- Hits        2349    2348      -1     
  Misses       191     191             
Flag Coverage Δ
cpp 94.4% <100.0%> (-0.1%) ⬇️
python 85.4% <ø> (ø)
Files Coverage Δ
src/GroverSimulator.cpp 100.0% <100.0%> (ø)
src/HybridSchrodingerFeynmanSimulator.cpp 97.2% <100.0%> (-0.1%) ⬇️
src/ShorFastSimulator.cpp 95.5% <100.0%> (+<0.1%) ⬆️
src/ShorSimulator.cpp 96.1% <100.0%> (+<0.1%) ⬆️
src/Simulator.cpp 94.0% <100.0%> (-0.1%) ⬇️

@burgholzer burgholzer enabled auto-merge (squash) November 9, 2023 21:01
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Copy link
Contributor

github-actions bot commented Nov 9, 2023

Cpp-Linter Report ✔️

No problems need attention.

Have any feedback or feature suggestions? Share it here.

@burgholzer burgholzer merged commit 8061e1d into main Nov 9, 2023
34 checks passed
@burgholzer burgholzer deleted the dependabot/submodules/submodules-a2d7687b63 branch November 9, 2023 21:52
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 submodules Pull requests that update Submodules code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant