Releases: edimetia3d/pybind11_weaver
Releases · edimetia3d/pybind11_weaver
v0.1.3
v0.1.2
Fully tested to generate pylibtooling, and fix some minor issues
v0.1.1
All core features have been added in this release.
v0.1.0
This release has switched to pylibclang, to make the project self-hosted.
Dark Age
This release has fixed many minor issues and will be the last version depending on the libclang in PYPI.
All later versions will start using pylibclang to start the bootstrapping game.
v0.0.3
Add support for docstring generation.
v0.0.2
Add support for working with hand-written code. So all core features should work in this release.
v0.0.1
Core features have been supported in this release :
- Namespace hierarchy to Python submodules
- Enum
- Function, function overload
- Class method, method overloading, static method, static method overloading, constructor, constructor overloading
- Class field
- Class access control