v2.4
Changes:
- ✨ Added
--numpy-array-use-type-var
flag which reformats the pybind11-generatednumpy.ndarray[numpy.float32[m, 1]]
annotation asnumpy.ndarray[tuple[M, Literal[1]], numpy.dtype[numpy.float32]]
contributed by @ringohoffman (#188)
Changes:
--numpy-array-use-type-var
flag which reformats the pybind11-generated numpy.ndarray[numpy.float32[m, 1]]
numpy.ndarray[tuple[M, Literal[1]], numpy.dtype[numpy.float32]]
contributed by @ringohoffman (#188)