Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Bug fixes:
  • Fixed compilation error in type_caster_enum_type when casting pointer-to-enum types. Added pointer overload to handle dereferencing before enum conversion. #5776
  • Implement binary version of make_index_sequence to reduce template depth requirements for functions with many parameters. #5751
  • Subinterpreter-specific exception handling code was removed to resolve segfaults. #5795
  • Fixed issue that caused PYBIND11_MODULE code to run again if the module was re-imported after being deleted from sys.modules. #5782
  • Prevent concurrent creation of sub-interpreters as a workaround for stdlib concurrency issues in Python 3.12. #5779
  • Fixed potential crash when using cpp_function objects with sub-interpreters. #5771
  • Fixed non-entrant check in implicitly_convertible(). #5777
  • Support C++20 on platforms that have older c++ runtimes. #5761
  • Fix compilation with clang on msys2. #5757
  • Avoid nullptr dereference warning with GCC 13.3.0 and python 3.11.13. #5756
  • Fix potential warning about number of threads being too large. #5807
  • Fix gcc 11.4+ warning about serial compilation using CMake. #5791

Documentation:

  • Improve buffer_info type checking in numpy docs. #5805
  • Replace robotpy-build with semiwrap in the binding tool list. #5804
  • Show nogil in most examples. #5770
  • Fix py::trampoline_self_life_support visibility in docs. #5766

Tests:

  • Avoid a spurious warning about DOWNLOAD_CATCH being manually specified. #5803
  • Fix an IsolatedConfig test. #5768

CI:

  • Add CI testing for Android. #5714

Internal:

  • Rename internal variables to avoid the word slots (reads better). #5793

View the full release notes at https://github.com/pybind/pybind11/releases/tag/v3.0.1.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Aug 22, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

Copy link
Contributor

⚠️ Bottle publish failed.

@daeho-ro daeho-ro force-pushed the bump-pybind11-3.0.1 branch from 9feb72f to 67d7d4f Compare August 23, 2025 03:46
@daeho-ro
Copy link
Member

daeho-ro commented Aug 23, 2025

Replacement of cmake file is working for a comment, that is not needed with new keg_relocation for now.

Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 23, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 23, 2025 04:37
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 23, 2025
Merged via the queue into main with commit ca8062f Aug 23, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-pybind11-3.0.1 branch August 23, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-all-bottle bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants