name | about | title | labels | assignees |
---|---|---|---|---|
Feature request |
Suggest an idea for this project |
feature request |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A clear and concise description of what you want to happen. You do not need to detail the
implementation itself, simply use pass
in the body of the function, class, etc...
def func(x, y=None):
pass
A simple example to demonstrate how the feature might be used. You do not necessarily need to provide example results, but it would be great if you could.
>>> func(5)
3
References to papers or other software which describe or implement this feature in detail.