issues
search
numpy
/
numpy-stubs
Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Archive this repo
#89
person142
closed
4 years ago
3
MAINT: add note that development has moved to NumPy
#88
person142
closed
4 years ago
0
Plan for migrating the stubs to NumPy
#87
person142
closed
4 years ago
3
DOC: Update README to mention pending migration to NumPy
#86
person142
closed
4 years ago
3
Add annotation for empty and emtpy_like
#85
unnonouno
closed
4 years ago
1
Unimplemented stubs for certain top-level methods
#84
Safeturn
closed
4 years ago
1
MAINT: pick up types from `core/numerictypes.pyi`
#83
person142
closed
4 years ago
1
Support comparison operators for dtype
#82
unnonouno
closed
4 years ago
4
Use _DtypeLike instead of Optional[dtype]
#81
unnonouno
closed
4 years ago
3
MAINT: Fix issue 77: Don't allow initializing `generic`
#80
BvB93
closed
4 years ago
1
What needs to be done before merging the stubs into NumPy
#79
person142
closed
4 years ago
13
MAINT: Added ndarray-subclass support to the ndarray methods
#78
BvB93
closed
4 years ago
1
Don't allow initializing `generic`
#77
person142
closed
4 years ago
3
Add more specific integer constructors
#76
rajatdiptabiswas
closed
4 years ago
2
DOC: update testing README
#75
person142
closed
4 years ago
1
MAINT: Introduced a couple of fixes for the np.core.fromnumeric functions
#74
BvB93
closed
4 years ago
1
MAINT: add more functions to the blacklist
#73
person142
closed
4 years ago
1
Unsigned int constructors too generous
#72
person142
closed
4 years ago
7
ENH: Add type annotations for the np.core.fromnumeric module: part 2/4
#71
BvB93
closed
4 years ago
3
TST: also run the code in "pass"
#70
person142
closed
4 years ago
4
TST: don't run tests in py2 mode
#69
person142
closed
4 years ago
1
conda distribution
#68
analog-cbarber
closed
4 years ago
3
ENH: Add type annotations for the np.core.fromnumeric module: part 1/4
#67
BvB93
closed
4 years ago
2
ENH: get more specific about _ArrayLike, make it public
#66
person142
closed
4 years ago
33
Stubs in `core/numerictypes.pyi` are not picked up
#65
person142
closed
4 years ago
0
MAINT: run black on all files in CI
#64
person142
closed
4 years ago
2
Added typing_extensions as a dependency for Python < 3.8
#63
BvB93
closed
4 years ago
1
MAINT: move __getattr__ to the top of __init__.pyi
#62
person142
closed
4 years ago
1
DOC, TST: clarify that we intentionally ban lists in scalar constructors
#61
person142
closed
4 years ago
1
Add typing_extensions as a dependency
#60
person142
closed
4 years ago
4
WiP: Added type annotations for the ``np.core.fromnumeric`` module
#59
BvB93
closed
4 years ago
5
Add Python 3.8 to the CI matrix
#58
person142
closed
4 years ago
1
Added Warning and Exception annotations
#57
BvB93
closed
4 years ago
2
ENH: add mypy plugin for more precise ufunc signatures
#56
person142
closed
4 years ago
4
ENH: add __name__ attribue to ufuncs
#55
person142
closed
4 years ago
0
ENH: add runtests option to find untyped module attributes
#53
person142
closed
4 years ago
5
ENH: add integer constants
#52
person142
closed
4 years ago
1
ENH: add numerical constants
#51
person142
closed
4 years ago
1
MAINT: move things in `numeric.pyi` to the top-level `__init__.pyi`
#50
person142
closed
4 years ago
4
TST: add script to run tests
#49
person142
closed
4 years ago
4
ENH: make ndarray generic over dtype
#48
person142
closed
4 years ago
20
MAINT: ban setting `ndarray.dtype`
#47
person142
closed
4 years ago
1
MAINT: set `zip_safe` to `False` in `setup.py`
#46
person142
closed
4 years ago
2
MAINT: upgrade mypy to 0.770 (the latest)
#45
person142
closed
4 years ago
3
ENH: add basic typing for `np.ufunc`
#44
person142
closed
4 years ago
1
MAINT: broaden allowed lists in `_DtypeLike`
#43
person142
closed
4 years ago
14
Type error with `np.dtype`
#42
person142
closed
4 years ago
0
Not supported: np.float32() can accept a list and produce an ndarray
#41
mikolajz
closed
4 years ago
2
How do you use this package?
#40
geiszla
closed
4 years ago
3
Please expose Shape and ShapeLike
#39
NeilGirdhar
closed
4 years ago
1
Next