-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Closed
Description
1.20 will be the first numpy release featuring type hints and while the typing of numpy
is very much on ongoing process it would be great if we could get ndarray
and generic
fully typed before its release.
TODO
- Add annotations for arithmetic operations (ENH: Annotate the arithmetic operations of
ndarray
andgeneric
#17273). - Add annotations for comparison operations (ENH: Add annotations for comparison operations #17778).
- Add annotations for bitwise operations (ENH: Add annotations for bitwise operations #17465).
- Add annotations for non-magic methods (ENH: Add annotations for remaining
ndarray
/generic
non-magic methods #17372). - Add annotations for the remaining magic methods / do some final cleaning (ENH: Add annotations for 9
ndarray
/generic
magic methods #17613, MAINT: Refine a number ofnp.generic
annotations #17673).