Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-13 | 350 Bytes | |
Version 2.11.2 source code.tar.gz | 2024-09-13 | 761.2 kB | |
Version 2.11.2 source code.zip | 2024-09-13 | 879.5 kB | |
Totals: 3 Items | 1.6 MB | 0 |
New Features:
- A new
self._pybind11_conduit_v1_()
method is automatically added to allpy::class_
-wrapped types, to enable type-safe interoperability between different independent Python/C++ bindings systems, including pybind11 versions with differentPYBIND11_INTERNALS_VERSION
's. Supported on pybind11 2.11.2, 2.12.1, and 2.13.6+. [#5296]