Skip to content

Releases: sizmailov/pybind11-stubgen

1.1

30 Aug 00:14
Compare
Choose a tag to compare
1.1

Changes:

  • Added --dry-run CLI option to skip writing stubs stage (#114 )

1.0

30 Aug 00:12
Compare
Choose a tag to compare
1.0

The project was rewritten from scratch for 1.0.

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

1.0-dev

29 Aug 13:29
Compare
Choose a tag to compare
1.0-dev Pre-release
Pre-release

⚠️ 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