Skip to content

v2.4

Compare
Choose a tag to compare
@sizmailov sizmailov released this 21 Nov 09:59
· 11 commits to master since this release
adbd6a3

Changes:

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