-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
ndarrayandgeneric#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/genericnon-magic methods #17372). - Add annotations for the remaining magic methods / do some final cleaning (ENH: Add annotations for 9
ndarray/genericmagic methods #17613, MAINT: Refine a number ofnp.genericannotations #17673).