You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Project was rewritten from scratch for `1.x`.
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
- Improved structure of test binary pybind module
⚠️ 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.
7
+
8
+
Changes:
9
+
- Updated CLI interface, some options were removed, please see `pybind11-stubgen --help` for details
10
+
- Replaced regex-based signature parsing with more robust procedure which enables to produce partially degraded signatures
11
+
- Added type parsing/replacing, including deeply annotated types
12
+
- Support implicit imports required for static analysis
0 commit comments