Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pybind11-stubgen to 2.5.x #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pybind11-stubgen to 2.5.x #228

wants to merge 1 commit into from

Conversation

auscompgeek
Copy link
Member

Changes since 2.3.x

Version 2.5.1 (Mar 26, 2024)

Changes:

  • πŸ› Fixed: Missed numpy unsigned int types

Version 2.5 (Mar 3, 2024)

Changes:

  • πŸ› Fixed: Don't render pybind11 KeysView, ValuesView, ItemsView class definitions
  • πŸ› Fixed: Escape backslashes in stub output

Version 2.4.1 (Nov 25, 2023)

Changes:

  • πŸ› Fixed: do not remove self parameter annotation when types do not match

Version 2.4 (Nov 21, 2023)

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]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant