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 submodules group with 2 updates #332

Merged
merged 10 commits into from
Jan 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

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

Updates extern/mqt-core from d39959e to f0517f0

Commits
  • f0517f0 ⬆️🪝 update pre-commit hooks (#510)
  • 49d0f76 Fix handling of output permutation and initial layout (#509)
  • 8881fb0 🚨 use const reference
  • c77b990 🎨 provide operator<< overloads for scoped enums in ZX package (#508)
  • 3e341b2 ⚡ Improved accuracy in complex number arithmetic (#507)
  • cfb43a2 ⚡ more precise complex number arithmetic
  • 0876e3d 🩹 correctly compute dNode* hash
  • 4ac99c8 ⚡ remove some approximations
  • b2d86ef ⚡ avoid creating edge copies with weight one for CT
  • d9c9900 🎨 simplified CachedEdge to Edge construction
  • Additional commits viewable in compare view

Updates extern/taskflow from ac18be7 to 0ad3d2f

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Jan 1, 2024
dependabot bot and others added 7 commits January 26, 2024 21:36
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 `d39959e` to `f0517f0`
- [Release notes](https://github.com/cda-tum/mqt-core/releases)
- [Commits](cda-tum/mqt-core@d39959e...f0517f0)

Updates `extern/taskflow` from `ac18be7` to `0ad3d2f`
- [Release notes](https://github.com/taskflow/taskflow/releases)
- [Commits](taskflow/taskflow@ac18be7...0ad3d2f)

---
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>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer force-pushed the dependabot/submodules/submodules-b7eb68c505 branch from 28fc2b4 to 72513c5 Compare January 26, 2024 20:37
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0004a02) 92.7% compared to head (fbd9891) 92.6%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #332     +/-   ##
=======================================
- Coverage   92.7%   92.6%   -0.1%     
=======================================
  Files         35      35             
  Lines       2704    2683     -21     
  Branches     349     347      -2     
=======================================
- Hits        2507    2486     -21     
  Misses       197     197             
Flag Coverage Δ
cpp 94.4% <100.0%> (-0.1%) ⬇️
python 87.9% <ø> (ø)
Files Coverage Δ
include/ShorFastSimulator.hpp 100.0% <ø> (ø)
src/CircuitSimulator.cpp 92.8% <100.0%> (ø)
src/DeterministicNoiseSimulator.cpp 91.1% <100.0%> (ø)
src/GroverSimulator.cpp 100.0% <100.0%> (ø)
src/HybridSchrodingerFeynmanSimulator.cpp 97.2% <100.0%> (ø)
src/PathSimulator.cpp 89.0% <100.0%> (ø)
src/ShorFastSimulator.cpp 95.3% <100.0%> (-0.3%) ⬇️
src/Simulator.cpp 93.8% <100.0%> (-0.3%) ⬇️
src/StochasticNoiseSimulator.cpp 95.5% <100.0%> (ø)
src/UnitarySimulator.cpp 100.0% <100.0%> (ø)

@burgholzer burgholzer merged commit 5455bc5 into main Jan 26, 2024
34 checks passed
@burgholzer burgholzer deleted the dependabot/submodules/submodules-b7eb68c505 branch January 26, 2024 21:47
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant