Skip to content

0.8.0

Choose a tag to compare

@rdb rdb released this 18 Dec 20:27
· 26 commits to main since this release

This release:

  • Fixes assorted issues with wrapping nested classes, specifically those which were forward declared and then defined out of line
  • Fixes issues when types have a recursive dependency during init (eg. nested class deriving from parent class)
  • When a base class is unpublished, now looks recursively for published base classes to inherit from rather than omitting the inheritance entirely
  • Database now records type hierarchy for unpublished classes
  • Adds some more robustness for exceptions during init
  • Fixes a CMake compatibility warning.
  • Fixes a harmless out of bounds read in pdtoa.

Note that arm64 Linux wheels are now provided.