QuantumBFS / Yao.jl

Extensible, Efficient Quantum Algorithm Design for Humans.
https://yaoquantum.org
Other
918 stars 119 forks source link

Bumped compat for DocStringExtensions #428

Closed jlbosse closed 1 year ago

jlbosse commented 1 year ago

YaoBlocks was blocking (no pun intended) DocStringExtensions from updating, so I bumped the compat.

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.31% // Head: 88.28% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (9c1c513) compared to base (c439c98). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #428 +/- ## ========================================== - Coverage 88.31% 88.28% -0.03% ========================================== Files 76 76 Lines 4765 4765 ========================================== - Hits 4208 4207 -1 - Misses 557 558 +1 ``` | [Impacted Files](https://codecov.io/gh/QuantumBFS/Yao.jl/pull/428?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=QuantumBFS) | Coverage Δ | | |---|---|---| | [lib/YaoBlocks/src/treeutils/load.jl](https://codecov.io/gh/QuantumBFS/Yao.jl/pull/428/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=QuantumBFS#diff-bGliL1lhb0Jsb2Nrcy9zcmMvdHJlZXV0aWxzL2xvYWQuamw=) | `81.14% <0.00%> (-0.82%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=QuantumBFS). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=QuantumBFS)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

GiggleLiu commented 1 year ago

Haha, the change looks good, thank you!