v2.6.0rc2
版本发布时间: 2020-10-15 04:41:15
pybind/pybind11最新发布版本:v2.13.6(2024-09-14 08:33:41)
Next release candidate. Changes since RC 1:
Fixed:
- Python 3.9.0 bug workaround implemented
- Better support in CMake for packing and cross-compiling
- Fix for failing
py::len
leaving error state set - Intel 18+ explicitly required, an issue with Intel compilers fixed
- Custom ipo flags disabled with
RelWithDebInfo
(useCMAKE_INTERPROCEDURAL_OPTIMIZATION
for more control) - Possible duplicate linker flags fixed in
setup_helpers
- Changes to
py::module_
constructor are no longer provisional.
New features:
- Static typing support for
import pybind11