Has anyone implemented type hinting for the specific numpy.ndarray class?
Right now, I\'m using typing.Any, but it would be nice to have something more specific.
nptyping adds lots of flexibility for specifying numpy type hints.