pybind11 v2.6.0.rc2 Release Notes

Release Date: 2020-10-14 // over 3 years ago
  • ๐Ÿš€ 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 (use CMAKE_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