v0.14.0
CxxWrap v0.14.0
Breaking changes:
- This version requires libcxxwrap-julia version 0.11, which requires rebuilding your JLL. Binary compatibility was broken to fix an issue with the type mapping from C++ to Julia
- The
@wrapmodule
and@readmodule
macros now take a function that returns the path to the shared library as argument, rather than the path itself. (see issue #333)
Closed issues:
- Release v0.13.4 (#358)
- Why not put
__init__
function into @wrapmodule ? (#361) - LoadError on 1.10 (#362)
- auto generator like autopybind11 ? (#365)
Merged pull requests: