Skip to content

Releases: edimetia3d/pybind11_weaver

v0.1.3

30 May 06:44
Compare
Choose a tag to compare

minor fixes

v0.1.2

30 Oct 08:23
Compare
Choose a tag to compare

Fully tested to generate pylibtooling, and fix some minor issues

v0.1.1

28 Oct 10:23
Compare
Choose a tag to compare

All core features have been added in this release.

v0.1.0

22 Oct 11:07
Compare
Choose a tag to compare

This release has switched to pylibclang, to make the project self-hosted.

Dark Age

19 Oct 19:42
Compare
Choose a tag to compare

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

09 Sep 08:34
Compare
Choose a tag to compare

Add support for docstring generation.

v0.0.2

04 Sep 15:57
Compare
Choose a tag to compare

Add support for working with hand-written code. So all core features should work in this release.

v0.0.1

03 Sep 14:56
Compare
Choose a tag to compare

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