We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It would be good to add stub files for some of the most commonly used cython packages because cython current does not support type annotations.
Especially dimod.cyvariables and dimod.cyutilities would benefit because the Variables object is used in many places.
dimod.cyvariables
dimod.cyutilities
Variables
Should be as simple as adding a dimod/cyvariables.pyi file etc.
dimod/cyvariables.pyi
The text was updated successfully, but these errors were encountered:
As a downside, it does not seem like those type annotations are picked up by sphinx (see sphinx-doc/sphinx#7630).
Sorry, something went wrong.
Add typing support to the Variables class
0319841
See dwavesystems#1221
Add typing support to the Variables class (#1223)
0d69a74
* Add typing support to the Variables class See #1221 Co-authored-by: Joel <34041130+JoelPasvolsky@users.noreply.github.com>
Remove constraint/*.pyi stubs
b1d8d6c
They were not yet filled out, we should restore them at some point as part of #1221
No branches or pull requests
It would be good to add stub files for some of the most commonly used cython packages because cython current does not support type annotations.
Especially
dimod.cyvariables
anddimod.cyutilities
would benefit because theVariables
object is used in many places.Should be as simple as adding a
dimod/cyvariables.pyi
file etc.The text was updated successfully, but these errors were encountered: