Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pybind11 to v2.13.6 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Type Update Change
pybind11 http_archive patch v2.13.1 -> v2.13.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pybind/pybind11 (pybind11)

v2.13.6: Version 2.13.6

Compare Source

New Features:

  • A new self._pybind11_conduit_v1_() method is automatically added to all py::class_-wrapped types, to enable type-safe interoperability between different independent Python/C++ bindings systems, including pybind11 versions with different PYBIND11_INTERNALS_VERSION's. Supported on pybind11 2.11.2, 2.12.1, and 2.13.6+. #​5296

Bug fixes:

  • Using __cpp_nontype_template_args instead of __cpp_nontype_template_parameter_class. #​5330
  • Properly translate C++ exception to Python exception when creating Python buffer from wrapped object. #​5324

Documentation:

  • Adds an answer (FAQ) for "What is a highly conclusive and simple way to find memory leaks?". #​5340

v2.13.5: Version 2.13.5

Compare Source

Bug fixes:

  • Fix includes when using Windows long paths (\\?\ prefix). #​5321
  • Support -Wpedantic in C++20 mode. #​5322
  • Fix and test <ranges> support for py::tuple and py::list. #​5314

v2.13.4: Version 2.13.4

Compare Source

Bug fixes:

  • Fix paths with spaces, including on Windows. (Replaces regression from #​5302) #​4874

Documentation:

Full Changelog: pybind/pybind11@v2.13.3...v2.13.4

v2.13.3: Version 2.13.3

Compare Source

Bug fixes:

  • Quote paths from pybind11-config #​5302
  • Fix typo in Emscripten support when in config mode (CMake) #​5301

Full Changelog: pybind/pybind11@v2.13.2...v2.13.3

v2.13.2: Version 2.13.2

Compare Source

New Features:

  • A pybind11::detail::type_caster_std_function_specializations feature was added, to support specializations for std::function's with return types that require custom to-Python conversion behavior (to primary use case is to catch and convert exceptions). #​4597

Changes:

  • Use PyMutex instead of std::mutex for internal locking in the free-threaded build. #​5219
  • Add a special type annotation for C++ empty tuple. #​5214
  • When compiling for WebAssembly, add the required exception flags (CMake 3.13+). #​5298

Bug fixes:

  • Make gil_safe_call_once_and_store thread-safe in free-threaded CPython. #​5246
  • A missing #include <algorithm> in pybind11/typing.h was added to fix build errors (in case user code does not already depend on that include). #​5208
  • Fix regression introduced in #​5201 for GCC<10.3 in C++20 mode. #​5205
  • Remove extra = when assigning flto value in the case for Clang in CMake. #​5207

Tests:

  • Adding WASM testing to our CI (Pyodide / Emscripten via scikit-build-core). #​4745
  • clang-tidy (in GitHub Actions) was updated from clang 15 to clang 18. #​5272

Full Changelog: pybind/pybind11@v2.13.1...v2.13.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team August 22, 2024 07:51
@renovate renovate bot force-pushed the renovate/pybind11-2.x branch 4 times, most recently from fed1652 to b95b4ab Compare August 22, 2024 19:25
@renovate renovate bot changed the title Update dependency pybind11 to v2.13.4 Update dependency pybind11 to v2.13.5 Aug 22, 2024
@renovate renovate bot changed the title Update dependency pybind11 to v2.13.5 Update dependency pybind11 to v2.13.6 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/pybind11-2.x branch 2 times, most recently from f473eab to 5929d31 Compare September 29, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants