-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
? - Needs TriageNeed team to review and classifyNeed team to review and classifyfeature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I had a bug in my usage of RMM that would have been caught by type annotations (rapidsai/cudf#20154 (comment)).
Describe the solution you'd like
Type annotations for all the public APIs in RMM. This would mean inline annotations in the python files and .pyi
files for Cython (IIUC, that's still the best way to do things).
I believe that the packaging needs to be updated to include a py.typed
so that downstream projects can use them.
Describe alternatives you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
? - Needs TriageNeed team to review and classifyNeed team to review and classifyfeature requestNew feature or requestNew feature or request
Type
Projects
Status
To-do