Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 20:48
· 81 commits to main since this release

CxxWrap v0.14.0

Diff since v0.13.4

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:

  • Provide library path to wrapmodule via callback instead of a compile-time constant (#366) (@jsimomaa)
  • Test release 0.14 (#368) (@barche)