Unimplemented stubs for certain top-level methods
Safeturn opened this issue · 1 comments
Safeturn commented
If I am not mistaken, many methods like np.sum
, np.cumsum
, np.mean
and np.append
do not have stubs yet. Is there any particular reason / caveat because of which these methods have not yet been implemented or has it simply not happened yet?
person142 commented
Just hasn’t happened yet; see e.g. https://github.com/numpy/numpy-stubs/issues/54.
Right now we are more focused on moving what we have into NumPy itself as discussed in #79.