Are there ways to make the type hints for numpy arrays more human-readable? #417
Open
Description
opened on Nov 14, 2024
Is Your Feature Request Related to a Problem? Please Describe
Maybe that happens automatically if we move to Array API typing, but I would really like to just see, e.g., Array
, ComplexArray
, IntArray
, etc. there.
This is independent of #381 (which is fantastic work) but I think this is harder to understand than just array_like
as it would be in numpydoc
:
With the links interspersed by []
and |
Raised by @ntessore on Slack
Describe the Solution You'd Like
No response
Describe Alternatives You've Considered
No response
Additional Context
No response
Activity