Skip to content

Commit

Permalink
Add support for additional numpy data types (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yc7521 authored Mar 26, 2024
1 parent 7ce3b75 commit 3cb8817
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pybind11_stubgen/parser/mixins/fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,13 @@ class FixNumpyArrayDimAnnotation(IParser):
map(
lambda name: QualifiedName.from_str(f"numpy.{name}"),
(
"uint8",
"int8",
"uint16",
"int16",
"uint32",
"int32",
"uint64",
"int64",
"float16",
"float32",
Expand Down

0 comments on commit 3cb8817

Please sign in to comment.