Skip to content

v1.3.0

Compare
Choose a tag to compare
@lyskov lyskov released this 15 Dec 23:15
· 56 commits to master since this release

What's Changed

  • adding support for python_builtin, buffer_protocol, module_local_namespace, custom_shared and trampoline_member_function_binder options
  • add support for operators ~ | & ^ << >> |= &= ^= <<= >>=
  • adding support for --include-pybind11-stl option
  • deprecating plus_plus and minus_minus bindings in favor of pre/post increment/decrement
  • other improvements

New Contributors

Full Changelog: v1.2.0...v1.3.0