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.
Check out DataShape. It uses the datatypes as well as some syntax for how big the input and output arrays should be.