1. 54f25be Upgrade pybind11 to v2.11.0 am: df375684ae am: c3651ffda2 am: b8f469b116 am: ce45d68f7a am: eba0181926 by Dan Willemsen · 8 months ago main master
  2. eba0181 Upgrade pybind11 to v2.11.0 am: df375684ae am: c3651ffda2 am: b8f469b116 am: ce45d68f7a by Dan Willemsen · 8 months ago
  3. ce45d68 Upgrade pybind11 to v2.11.0 am: df375684ae am: c3651ffda2 am: b8f469b116 by Dan Willemsen · 8 months ago
  4. b8f469b Upgrade pybind11 to v2.11.0 am: df375684ae am: c3651ffda2 by Dan Willemsen · 8 months ago
  5. c3651ff Upgrade pybind11 to v2.11.0 am: df375684ae by Dan Willemsen · 8 months ago
  6. df37568 Upgrade pybind11 to v2.11.0 by Dan Willemsen · 8 months ago
  7. 1a917f1 docs: preparation for v2.11.0 release (#4744) by Ralf W. Grosse-Kunstleve · 10 months ago
  8. b33d06f bugfix: fixes a test suite bug in the __new__ example (#4698) by Aaron Gokaslan · 10 months ago
  9. 2e5f5c4 fix: support CMake 3.27, drop 3.4 (#4719) by Henry Schreiner · 10 months ago
  10. 6d22dba Warning on comparing wrapper enums with is (#4732) by Luc de Jonckheere · 10 months ago
  11. b2732c6 chore(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#4718) by dependabot[bot] · 10 months ago
  12. 47dc0c4 chore(deps): update pre-commit hooks (#4727) by pre-commit-ci[bot] · 10 months ago
  13. d462dd9 chore(deps): bump scipy from 1.8.0 to 1.10.0 in /tests (#4731) by dependabot[bot] · 10 months ago
  14. 782b628 Drop PyPy 3.7 from GitHub Actions (ci.yml) (#4728) by Ralf W. Grosse-Kunstleve · 10 months ago
  15. 5ccb9e4 chore: ruff moved to astral-sh (#4726) by Henry Schreiner · 10 months ago
  16. 2fb3d7c Trivial refactoring to make the capsule API more user friendly. (#4720) by Ralf W. Grosse-Kunstleve · 10 months ago
  17. e10da79 Undo ci.yml gcc10 workaround after docker-library/gcc#95 was resolved. (#4717) by Ralf W. Grosse-Kunstleve · 10 months ago
  18. bc1bcf7 chore: 3.12 + cleanup (#4713) by Henry Schreiner · 10 months ago
  19. 8493228 Systematically add `PIP_BREAK_SYSTEM_PACKAGES` to all .yml files from which pip is called. (#4705) by Ralf W. Grosse-Kunstleve · 10 months ago
  20. 86f60a0 pre-commit markdown-it-py<3 (for Python 3.7 compatibility) (#4704) by Ralf W. Grosse-Kunstleve · 11 months ago
  21. 0e43fcc Python 3.12b2 testing (#4695) by Ralf W. Grosse-Kunstleve · 11 months ago
  22. c679a92 chore(deps): bump deadsnakes/action from 3.0.0 to 3.0.1 (#4687) by dependabot[bot] · 11 months ago
  23. 3617f35 chore(deps): update pre-commit hooks (#4689) by pre-commit-ci[bot] · 11 months ago
  24. 29487de Disable 🐍 3 • CentOS7 / PGI 22.9 • x64 (#4691) by Ralf W. Grosse-Kunstleve · 11 months ago
  25. d0232b1 Use annotated for array (#4679) by T.Yamada · 11 months ago
  26. 8e1f9d5 Add `format_descriptor<>` & `npy_format_descriptor<>` `PyObject *` specializations. (#4674) by Ralf W. Grosse-Kunstleve · 11 months ago
  27. 6e6bcca Create s Security Policy (#4671) by Joyce · 11 months ago
  28. ce9bbc0 Python 3.11+: Add `__notes__` to `error_already_set::what()` output. (#4678) by Ralf W. Grosse-Kunstleve · 11 months ago
  29. 19816f0 chore: update changelog, with target date for v2.11.0 release (#4677) by Ralf W. Grosse-Kunstleve · 11 months ago
  30. d72ffb4 ci: set minimal permissions to github workflows (#4665) by Joyce · 12 months ago
  31. cca4c51 Update errors in string "Explicit conversions" docs (#4658) by Tim Stumbaugh · 12 months ago
  32. e9b961d Elide to-python conversion of setter return values (#4621) by Ralf W. Grosse-Kunstleve · 12 months ago
  33. 90312a6 Add `type_caster<PyObject>` (#4601) by Ralf W. Grosse-Kunstleve · 12 months ago
  34. f701654 Introduce recursive_container_traits (#4623) by Franz Pöschel · 12 months ago
  35. b3e88ec chore(deps): update pre-commit hooks (#4648) by pre-commit-ci[bot] · 12 months ago
  36. dff75a6 chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#4650) by dependabot[bot] · 12 months ago
  37. da91926 fix: remove -stdlib=libc++ from setup helpers, not needed on modern Pythons (#4639) by biergaizi · 12 months ago
  38. 956390a fix(cmake): only define lto if CMAKE's IPO setting is unset (#4643) by Henry Schreiner · 12 months ago
  39. 5e946c2 chore(deps): update pre-commit hooks (#4605) by pre-commit-ci[bot] · 12 months ago
  40. 3f366ff Remove stray comment. (Oversight in PR #4631. Noticed by chance.) (#4641) by Ralf W. Grosse-Kunstleve · 1 year ago
  41. 6de6191 Use `std::hash<std::type_index>`, `std::equal_to<std::type_index>` everywhere **except when libc++ is in use** (#4319) by Ralf W. Grosse-Kunstleve · 1 year ago
  42. ff7f5df 1. Fully test unstable ABI (#4635) by Ralf W. Grosse-Kunstleve · 1 year ago
  43. 07725c2 Introduce `pybind11::detail::is_move_constructible` (#4631) by Ralf W. Grosse-Kunstleve · 1 year ago
  44. 071f35a chore(deps): bump jwlawson/actions-setup-cmake from 1.13 to 1.14 (#4632) by dependabot[bot] · 1 year ago
  45. ed466da chore(deps): bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 (#4604) by dependabot[bot] · 1 year, 1 month ago
  46. 7ab88d2 chore(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 (#4602) by dependabot[bot] · 1 year, 1 month ago
  47. 4ce0517 ci: Python 3.12 optional test job (#4575) by Henry Schreiner · 1 year, 1 month ago
  48. 0d8c94d Remove visibility for rootcanal am: a704b6efbf am: d072b4b016 am: b8e87d598d am: cf4c8b17bc am: 6f9e8b4241 by David Duarte · 1 year, 1 month ago
  49. 3fc1047 Remove visibility for rootcanal am: a704b6efbf am: d072b4b016 am: b8e87d598d am: cf4c8b17bc am: fc42c4b0d0 by David Duarte · 1 year, 1 month ago
  50. 6f9e8b4 Remove visibility for rootcanal am: a704b6efbf am: d072b4b016 am: b8e87d598d am: cf4c8b17bc by David Duarte · 1 year, 1 month ago
  51. fc42c4b Remove visibility for rootcanal am: a704b6efbf am: d072b4b016 am: b8e87d598d am: cf4c8b17bc by David Duarte · 1 year, 1 month ago android14-qpr1-release android14-qpr1-s2-release android-14.0.0_r16 android-14.0.0_r17 android-14.0.0_r18 android-14.0.0_r19 android-14.0.0_r20 android-14.0.0_r21 android-14.0.0_r22 android-14.0.0_r23 android-14.0.0_r24 android-14.0.0_r25 android-14.0.0_r26 android-14.0.0_r27
  52. cf4c8b1 Remove visibility for rootcanal am: a704b6efbf am: d072b4b016 am: b8e87d598d by David Duarte · 1 year, 1 month ago android14-dev
  53. b8e87d5 Remove visibility for rootcanal am: a704b6efbf am: d072b4b016 by David Duarte · 1 year, 1 month ago
  54. d072b4b Remove visibility for rootcanal am: a704b6efbf by David Duarte · 1 year, 1 month ago
  55. a704b6e Remove visibility for rootcanal by David Duarte · 1 year, 1 month ago android-u-beta-1-gpl
  56. 654fe92 Introduce `get_python_state_dict()` for Python 3.12 compatibility. (#4570) by Ralf W. Grosse-Kunstleve · 1 year, 1 month ago
  57. 1e8b52a bugfix: allow noexcept lambdas in C++17. Fix #4565 (#4593) by Aaron Gokaslan · 1 year, 1 month ago
  58. 66f12df chore: make #4587 use proper cpp17 feature macro (#4592) by Aaron Gokaslan · 1 year, 1 month ago
  59. 5bbcba5 use C++17 syntax to get rid of recursive template instantiations for concatenating type signatures (#4587) by Konstantin Bespalov · 1 year, 1 month ago
  60. 286873e chore(deps): bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#4584) by dependabot[bot] · 1 year, 1 month ago
  61. cf7d2e6 Change `always_forkserver_on_unix()` to `use_multiprocessing_forkserver_on_linux()` (#4577) by Ralf W. Grosse-Kunstleve · 1 year, 1 month ago
  62. c4c15d4 docs: changelog for 2.10.4 (#4532) by Henry Schreiner · 1 year, 1 month ago
  63. 04ef4e4 chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.1 (#4576) by dependabot[bot] · 1 year, 1 month ago
  64. 442261d Remove test code that does not exercise anything in pybind11, but breaks between Python 3.12alpha3 (still working) and 3.12alpha6 (broken): (#4559) by Ralf W. Grosse-Kunstleve · 1 year, 2 months ago
  65. cbb876c chore(deps): update pre-commit hooks (#4552) by pre-commit-ci[bot] · 1 year, 2 months ago
  66. 9eeffdb Enfore proper review with OWNERS file am: b697ed537f am: c5b41806b9 am: 65a378fb64 am: ce53d8f921 am: 9640d468dd by David Duarte · 1 year, 2 months ago
  67. cd0bdab Restrict pybind11_headers usage with visibility rules am: 45617d0311 am: 4f34809509 am: 895a507100 am: a31d7c765a am: 86c821f68a by David Duarte · 1 year, 2 months ago
  68. cad9b28 Enfore proper review with OWNERS file am: b697ed537f am: c5b41806b9 am: 65a378fb64 am: ce53d8f921 am: 3914fc5c98 by David Duarte · 1 year, 2 months ago
  69. 1dbdb78 Restrict pybind11_headers usage with visibility rules am: 45617d0311 am: 4f34809509 am: 895a507100 am: a31d7c765a am: b405c544e2 by David Duarte · 1 year, 2 months ago
  70. 9640d46 Enfore proper review with OWNERS file am: b697ed537f am: c5b41806b9 am: 65a378fb64 am: ce53d8f921 by David Duarte · 1 year, 2 months ago
  71. 86c821f Restrict pybind11_headers usage with visibility rules am: 45617d0311 am: 4f34809509 am: 895a507100 am: a31d7c765a by David Duarte · 1 year, 2 months ago
  72. 3914fc5 Enfore proper review with OWNERS file am: b697ed537f am: c5b41806b9 am: 65a378fb64 am: ce53d8f921 by David Duarte · 1 year, 2 months ago
  73. b405c54 Restrict pybind11_headers usage with visibility rules am: 45617d0311 am: 4f34809509 am: 895a507100 am: a31d7c765a by David Duarte · 1 year, 2 months ago
  74. ce53d8f Enfore proper review with OWNERS file am: b697ed537f am: c5b41806b9 am: 65a378fb64 by David Duarte · 1 year, 2 months ago
  75. a31d7c7 Restrict pybind11_headers usage with visibility rules am: 45617d0311 am: 4f34809509 am: 895a507100 by David Duarte · 1 year, 2 months ago
  76. 65a378f Enfore proper review with OWNERS file am: b697ed537f am: c5b41806b9 by David Duarte · 1 year, 2 months ago
  77. 895a507 Restrict pybind11_headers usage with visibility rules am: 45617d0311 am: 4f34809509 by David Duarte · 1 year, 2 months ago
  78. c5b4180 Enfore proper review with OWNERS file am: b697ed537f by David Duarte · 1 year, 2 months ago
  79. 4f34809 Restrict pybind11_headers usage with visibility rules am: 45617d0311 by David Duarte · 1 year, 2 months ago
  80. b697ed5 Enfore proper review with OWNERS file by David Duarte · 1 year, 2 months ago
  81. 45617d0 Restrict pybind11_headers usage with visibility rules by David Duarte · 1 year, 2 months ago
  82. 3cc7e42 add --version option to pybind11-config (#4526) by Eli Schwartz · 1 year, 2 months ago
  83. 438034c chore: move to Ruff and add rules (#4483) by Henry Schreiner · 1 year, 2 months ago
  84. a19daea Inconsistent comments between 2 templates of `unchecked()`. (#4519) by xkszltl · 1 year, 2 months ago
  85. 68211d4 fix: nicer stack level for warning (#4516) by Henry Schreiner · 1 year, 2 months ago
  86. 6a5e600 Make warning suppressions MINGW-specific again. (#4515) by Ralf W. Grosse-Kunstleve · 1 year, 2 months ago
  87. d1956ea Appease new flake8 B028 error: (#4513) by Ralf W. Grosse-Kunstleve · 1 year, 2 months ago
  88. 08a4a47 Revert "Go back to CMake 3.25.2 (#4496)" (#4503) by Ralf W. Grosse-Kunstleve · 1 year, 2 months ago
  89. 535f81a fix: tests dir has started to show up in packaging (#4510) by Henry Schreiner · 1 year, 2 months ago
  90. 8dcced2 Always display python type information in cast errors (#4463) by Dustin Spicuzza · 1 year, 3 months ago
  91. 531144d Replace "whitelist" with "allowlist" (#4506) by Mike Essenmacher · 1 year, 3 months ago
  92. b8f2855 Go back to CMake 3.25.2 (#4496) by Ralf W. Grosse-Kunstleve · 1 year, 3 months ago
  93. f8713ec Revert "bugfix: Keep registered types until after Py_Finalize(). Fix #4459 (#4486)" (#4501) by Ralf W. Grosse-Kunstleve · 1 year, 3 months ago
  94. 8a90b36 chore(deps): update pre-commit hooks (#4495) by pre-commit-ci[bot] · 1 year, 3 months ago
  95. b2c1978 bugfix: Keep registered types until after Py_Finalize(). Fix #4459 (#4486) by Aaron Gokaslan · 1 year, 3 months ago
  96. 9ef65ce chore(deps): bump ilammy/msvc-dev-cmd from 1.12.0 to 1.12.1 (#4493) by dependabot[bot] · 1 year, 3 months ago
  97. 08a89fa bugfix: delete proper ctors in gil.h (#4490) by Aaron Gokaslan · 1 year, 3 months ago
  98. 3efe9d4 chore: update to black 23 (#4482) by Henry Schreiner · 1 year, 3 months ago
  99. 44e9368 Use PyConfig_InitPythonConfig instead of PyConfig_InitIsolatedConfig (#4473) by Daniel Jacobs · 1 year, 3 months ago
  100. c71e3af Bump isort version to 5.12.0 (#4480) by Ralf W. Grosse-Kunstleve · 1 year, 3 months ago