issues Search Results · repo:numpy/numpy-stubs language:Python
Filter by
22 results
(63 ms)22 results
innumpy/numpy-stubs (press backspace or delete to remove)https://github.com/numpy/numpy-stubs/pull/88 updates the README to point contributors/users to NumPy, now we should
archive this repo.
I don t have permissions to do this; @rgommers (or anybody with sufficient ...
person142
- 3
- Opened on Jun 9, 2020
- #89
These are the things I m planning on doing to merge the stubs into NumPy:
- Get https://github.com/numpy/numpy-stubs/pull/80 merged
- Move the tests to NumPy. That way we can keep running them during ...
maintenance
person142
- 3
- Opened on Jun 5, 2020
- #87
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 ...
Safeturn
- 1
- Opened on Jun 3, 2020
- #84
A couple of months ago I argued against merging the stubs into NumPy right away so that we could keep a tighter
iteration loop with SciPy. Now that we are close to getting an initial version of ArrayLike ...
question
person142
- 13
- Opened on May 9, 2020
- #79
Follow up to https://github.com/numpy/numpy-stubs/issues/72.
The following currently passes mypy:
import numpy as np
reveal_type(np.generic(1))
but you can t actually create instances of generic:
...
bug
good first issue
person142
- 3
- Opened on May 1, 2020
- #77
xref https://github.com/numpy/numpy-stubs/pull/70
The code
import numpy as np
class A:
def __float__(self):
return 4.0
np.uint8(A())
fails at runtime, but passes type checking. The reason ...
bug
good first issue
person142
- 7
- Opened on Apr 25, 2020
- #72
Given that this project doesn t look like it is going to get merged into numpy any time soon, it would be really nice if
there were a conda distribution of the package on conda-forge or some other appropriate ...
analog-cbarber
- 3
- Opened on Apr 21, 2020
- #68
This is the same issue as https://github.com/numpy/numpy-stubs/pull/50, but for core/numerictypes.pyi. The stubs are not
imported into __init__.pyi, so they are not picked up. A quick test of that:
import ...
bug
good first issue
person142
- Opened on Apr 21, 2020
- #65
The typing_extensions module contains backports of new typing features for earlier versions of Python. It is understood
by type checkers like Mypy and Pyre. In https://github.com/numpy/numpy-stubs/pull/59 ...
person142
- 4
- Opened on Apr 19, 2020
- #60
Minimal reproducer
Running mypy on the following code:
import numpy as np
object_dtype = [( field1 , object)]
np.dtype(object_dtype)
Results in the following error:
$ mypy test_dtype.py
test_dtype.py:4: ...
person142
- Opened on Mar 20, 2020
- #42

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.