Releases: Chaste/cppwg
Releases · Chaste/cppwg
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
What's Changed
- Add prefix text to wrappers.
- Exclude classes from wrapping in config with
excluded. - List unknown classes in logs.
- Output logs to file with
--logfile. - Get pybind11 with CMake
FetchContentin example.
v0.1.0
v0.0.1
What's Changed
- Locally pip installable via
pip install . - Callable from command line.
- Fixed compatibility with C++ > 11.
- Fixed bug in wrapping templated classes which have only a single explicit instantiation.
- Fixed bug in wrapping templated classes with signatures like
template <type A, B=A>. - Fixed bug in handling template parameters in default args of methods.
- Tested on Python 3.8 to 3.12.
v0.0.1-alpha
Initial Release