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

Release version 1.0 #112

Merged
merged 20 commits into from
Aug 29, 2023
Merged

Release version 1.0 #112

merged 20 commits into from
Aug 29, 2023

Conversation

sizmailov
Copy link
Owner

⚠️ Project was rewritten from scratch for 1.x. This allowed me to address some long-standing issues, but I might accidentally brake behaviour you relied on.

Changes:

  • Updated CLI interface, some options were removed, please see pybind11-stubgen --help for details
  • Replaced regex-based signature parsing with more robust procedure which enables to produce partially degraded signatures
  • Added type parsing/replacing, including deeply annotated types
  • Support implicit imports required for static analysis
  • Add introspection of pure python functions
  • Support python 3.10+ only (temporarily)
  • Improved structure of test binary pybind module

`typing.Annotated` is available starting from 3.9
@sizmailov sizmailov marked this pull request as ready for review August 29, 2023 13:17
@sizmailov sizmailov merged commit 503f6e8 into master Aug 29, 2023
5 checks passed
@sizmailov sizmailov deleted the pre-release-1.0 branch August 29, 2023 13:20
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