sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
232 stars 47 forks source link

Add option to rewrite `numpy.ndarray` as `numpy.typing.NDArray` #115

Closed sizmailov closed 9 months ago

sizmailov commented 1 year ago

should really use numpy.typing, specifically numpy.typing.NDArray

Originally posted by @auscompgeek in https://github.com/sizmailov/pybind11-stubgen/issues/113#issuecomment-1697625408

sizmailov commented 9 months ago

Closed by #188