QuantumBFS / Yao.jl

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

Removed DocStringExtensions from dependencies of YaoBlocks #427

Closed jlbosse closed 1 year ago

jlbosse commented 1 year ago

YaoBlocks was blocking the update of DocStringExtensions to v0.9. After closer inspection, DocStringExtensions was used very sparingly, so I manually inserted all the corresponding docstrings and removed the dependency

jlbosse commented 1 year ago

Sorry, somehow older commits still showed up here. Will post an updated PR in a sec

GiggleLiu commented 1 year ago

Hi, can you please fix the dependency instead removing it. We want to switch to DocStringExtensions gradually for better consistency between function signatures and docstrings.