-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Merge in 'upstream/master' (76b7f5364) #4915
Merge in 'upstream/master' (76b7f5364) #4915
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cd453ef - Browse repository at this point
Copy the full SHA cd453efView commit details -
Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module
Since the module is named FindPythonLibsNew, PythonLibsNew_FOUND should be set appropriately.
Jamie Snape committedApr 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 429793e - Browse repository at this point
Copy the full SHA 429793eView commit details
Commits on May 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0da7ac7 - Browse repository at this point
Copy the full SHA 0da7ac7View commit details -
Support ownership transfer between C++ and Python with `shared_ptr<T>…
…` and `unique_ptr<T>` for pure C++ instances and single-inheritance instances
Configuration menu - View commit details
-
Copy full SHA for c2144ab - Browse repository at this point
Copy the full SHA c2144abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27cd0fb - Browse repository at this point
Copy the full SHA 27cd0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f99354 - Browse repository at this point
Copy the full SHA 3f99354View commit details -
wrapper: Robustify check, don't require that alias classes inherit, a…
…llow alias to be wrapped directly.
Configuration menu - View commit details
-
Copy full SHA for e027bb8 - Browse repository at this point
Copy the full SHA e027bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab137b - Browse repository at this point
Copy the full SHA 8ab137bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e00984 - Browse repository at this point
Copy the full SHA 4e00984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1c2c4 - Browse repository at this point
Copy the full SHA 7c1c2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f411bf - Browse repository at this point
Copy the full SHA 8f411bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16869f7 - Browse repository at this point
Copy the full SHA 16869f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a769c9 - Browse repository at this point
Copy the full SHA 8a769c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54769e6 - Browse repository at this point
Copy the full SHA 54769e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719532b - Browse repository at this point
Copy the full SHA 719532bView commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fda66aa - Browse repository at this point
Copy the full SHA fda66aaView commit details -
Merge pull request #19 from EricCousineau-TRI/feature/merge_upstream_…
…pr_1373_1367 Merge pybind#1367 and pybind#1373
Configuration menu - View commit details
-
Copy full SHA for cd23923 - Browse repository at this point
Copy the full SHA cd23923View commit details
Commits on Sep 7, 2018
-
Add support for Javadoc-style Doxygen comments
Jamie Snape committedSep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for d86e835 - Browse repository at this point
Copy the full SHA d86e835View commit details -
Add support for more Doxygen tags
Jamie Snape committedSep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 3c38ded - Browse repository at this point
Copy the full SHA 3c38dedView commit details -
Remove Doxygen autolinking symbol
Jamie Snape committedSep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 34e8c49 - Browse repository at this point
Copy the full SHA 34e8c49View commit details -
Allow alternative -std= flag to be set
Jamie Snape committedSep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 4e18b86 - Browse repository at this point
Copy the full SHA 4e18b86View commit details -
Jamie Snape committed
Sep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 1662f8f - Browse repository at this point
Copy the full SHA 1662f8fView commit details
Commits on Sep 10, 2018
-
Merge pull request #21 from jamiesnape/mkdoc
Various fixes and improvements to mkdoc.py
Configuration menu - View commit details
-
Copy full SHA for 9e50f05 - Browse repository at this point
Copy the full SHA 9e50f05View commit details
Commits on Sep 12, 2018
-
Convert C++ exceptions to Python exceptions in mkdoc
Jamie Snape committedSep 12, 2018 Configuration menu - View commit details
-
Copy full SHA for cc74198 - Browse repository at this point
Copy the full SHA cc74198View commit details -
Merge pull request #22 from jamiesnape/mkdoc-exceptions
Convert C++ exceptions to Python exceptions in mkdoc From https://pybind11.readthedocs.io/en/stable/advanced/exceptions.html.
Configuration menu - View commit details
-
Copy full SHA for 37733e2 - Browse repository at this point
Copy the full SHA 37733e2View commit details
Commits on Sep 22, 2018
-
Add option to suppress progress messages to stderr
Jamie Snape committedSep 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 9bee271 - Browse repository at this point
Copy the full SHA 9bee271View commit details -
Add a preprocessor definition to indicate compilation is via mkdoc.py
Jamie Snape committedSep 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 2537fc6 - Browse repository at this point
Copy the full SHA 2537fc6View commit details -
Add #pragma once and tweak comment in generated header
Jamie Snape committedSep 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 4f3ef12 - Browse repository at this point
Copy the full SHA 4f3ef12View commit details
Commits on Sep 24, 2018
-
Merge pull request pybind#23 from jamiesnape/mkdoc-quiet
Add option to suppress progress messages to stderr
Configuration menu - View commit details
-
Copy full SHA for 141338f - Browse repository at this point
Copy the full SHA 141338fView commit details
Commits on Sep 25, 2018
-
Jamie Snape committed
Sep 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ad6a89 - Browse repository at this point
Copy the full SHA 8ad6a89View commit details
Commits on Nov 18, 2018
-
Merge branch 'master' of http://github.com/pybind/pybind11 into featu…
…re/merge_20180903 # Conflicts: # include/pybind11/cast.h # include/pybind11/pybind11.h # tools/pybind11Tools.cmake
Configuration menu - View commit details
-
Copy full SHA for 767aba5 - Browse repository at this point
Copy the full SHA 767aba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3fddfd - Browse repository at this point
Copy the full SHA c3fddfdView commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 25731f6 - Browse repository at this point
Copy the full SHA 25731f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e19d5 - Browse repository at this point
Copy the full SHA b4e19d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14032e7 - Browse repository at this point
Copy the full SHA 14032e7View commit details -
Merge pull request pybind#26 from EricCousineau-TRI/issue/drake_9886
dtype object: Ensure fixed-size vectors are indexed correctly
Configuration menu - View commit details
-
Copy full SHA for 5501496 - Browse repository at this point
Copy the full SHA 5501496View commit details
Commits on Jan 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 39c34ed - Browse repository at this point
Copy the full SHA 39c34edView commit details -
compatibility with pytest 4.0, fix pybind#1670
Guilhem Saurel committedJan 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c89b85 - Browse repository at this point
Copy the full SHA 3c89b85View commit details -
ignore numpy.ufunc size warnings
Guilhem Saurel committedJan 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 4baed23 - Browse repository at this point
Copy the full SHA 4baed23View commit details -
Merge branch 'pr/1672' into feature/merge_20190122
This should be removed once upstream is fixed via some form of pybind#1672
Configuration menu - View commit details
-
Copy full SHA for e736467 - Browse repository at this point
Copy the full SHA e736467View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bd883 - Browse repository at this point
Copy the full SHA f2bd883View commit details
Commits on May 8, 2019
-
Merge branch 'master' of https://github.com/pybind/pybind11 into feat…
…ure/merge_20190508
Configuration menu - View commit details
-
Copy full SHA for 06d976a - Browse repository at this point
Copy the full SHA 06d976aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c5ae30 - Browse repository at this point
Copy the full SHA 9c5ae30View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e3745 - Browse repository at this point
Copy the full SHA e4e3745View commit details
Commits on May 17, 2019
-
cast: Ensure that pointers do not use rvalue / move overload
Mmanu Chaturvedi committedMay 17, 2019 Configuration menu - View commit details
-
Copy full SHA for b893bd3 - Browse repository at this point
Copy the full SHA b893bd3View commit details
Commits on May 23, 2019
-
Merge pull request pybind#28 from m-chaturvedi/drake_drake_fix_cast
cast: Ensure that pointers do not use rvalue / move overload
Configuration menu - View commit details
-
Copy full SHA for 96ea0fa - Browse repository at this point
Copy the full SHA 96ea0faView commit details
Commits on Jun 14, 2019
-
Obey __cpp_sized_deallocation and __cpp_aligned_new
Don't assume that just because the language version is C++17 that the standard library offers all C++17 features, too. When using clang-6.0 and --std=c++17 on Ubuntu 18.04 with libstdc++, __cpp_sized_deallocation is false.
Configuration menu - View commit details
-
Copy full SHA for a862611 - Browse repository at this point
Copy the full SHA a862611View commit details -
Merge pull request pybind#30 from jwnimmer-tri/cpp_sized_deallocation
Obey __cpp_sized_deallocation and __cpp_aligned_new
Configuration menu - View commit details
-
Copy full SHA for 4b8e231 - Browse repository at this point
Copy the full SHA 4b8e231View commit details
Commits on Aug 21, 2019
-
Merge branch 'master' of https://github.com/pybind/pybind11 into feat…
…ure/merge_2019-08-21 # Conflicts: # tools/mkdoc.py # tools/pybind11Tools.cmake
Configuration menu - View commit details
-
Copy full SHA for 9a28d04 - Browse repository at this point
Copy the full SHA 9a28d04View commit details
Commits on Aug 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e057c4a - Browse repository at this point
Copy the full SHA e057c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a5d92 - Browse repository at this point
Copy the full SHA 69a5d92View commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 403d7c4 - Browse repository at this point
Copy the full SHA 403d7c4View commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 579cd5a - Browse repository at this point
Copy the full SHA 579cd5aView commit details -
Merge pull request pybind#32 from BetsyMcPhail/remove-old-objects-fro…
…m-cache Remove deregistered objects from the inactive overload cache
Configuration menu - View commit details
-
Copy full SHA for 965af15 - Browse repository at this point
Copy the full SHA 965af15View commit details
Commits on Jan 14, 2020
-
Revert "Remove deregistered objects from the inactive overload cache" (…
…pybind#35) Reverts pybind#32 This change cause segfaults on Mac CI: RobotLocomotion/drake#12105 This was PR'd against this pybind11 fork and merged, then incorporated into a Drake PR as a commit update. The Drake PR was then reverted in #12105, but the commit was not reverted in pybind11 itself, hence this PR.
Configuration menu - View commit details
-
Copy full SHA for a1c8e16 - Browse repository at this point
Copy the full SHA a1c8e16View commit details -
Merge 'upstream/master' (07e2259) from previous merge-base (12e8774)
# Conflicts: # include/pybind11/cast.h # include/pybind11/pybind11.h
Configuration menu - View commit details
-
Copy full SHA for 6ca4163 - Browse repository at this point
Copy the full SHA 6ca4163View commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a10da9 - Browse repository at this point
Copy the full SHA 4a10da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 957332f - Browse repository at this point
Copy the full SHA 957332fView commit details -
Merge pull request pybind#36 from EricCousineau-TRI/feature-fork-readme
README: Add information about Drake's fork
Configuration menu - View commit details
-
Copy full SHA for 212cfb9 - Browse repository at this point
Copy the full SHA 212cfb9View commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 101d201 - Browse repository at this point
Copy the full SHA 101d201View commit details
Commits on Jan 17, 2020
-
Update 'inactive_overload_cache' key
Instead of just the function name, use '__qualname__.name'.
Configuration menu - View commit details
-
Copy full SHA for db7b43f - Browse repository at this point
Copy the full SHA db7b43fView commit details -
Merge pull request pybind#37 from BetsyMcPhail/inactive_overload_cach…
…e-key Inactive overload cache key
Configuration menu - View commit details
-
Copy full SHA for c5d41eb - Browse repository at this point
Copy the full SHA c5d41ebView commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cac3edd - Browse repository at this point
Copy the full SHA cac3eddView commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a1e2e28 - Browse repository at this point
Copy the full SHA a1e2e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad98095 - Browse repository at this point
Copy the full SHA ad98095View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdeb2b8 - Browse repository at this point
Copy the full SHA cdeb2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa349d - Browse repository at this point
Copy the full SHA cfa349dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cb156 - Browse repository at this point
Copy the full SHA 44cb156View commit details
Commits on Apr 10, 2020
-
Merge pull request pybind#39 from EricCousineau-TRI/feature-py3.8-lif…
…etime pytypes: Resurrect via leak instead of un-finalize in Python 3.8
Configuration menu - View commit details
-
Copy full SHA for 146b5d4 - Browse repository at this point
Copy the full SHA 146b5d4View commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5eb9fd0 - Browse repository at this point
Copy the full SHA 5eb9fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db3dfc - Browse repository at this point
Copy the full SHA 2db3dfcView commit details -
Merge pull request pybind#33 from EricCousineau-TRI/feature-2019-11-1…
…8-context class_: Register `reclaim_from_cpp` with constructing type
Configuration menu - View commit details
-
Copy full SHA for cb82d59 - Browse repository at this point
Copy the full SHA cb82d59View commit details
Commits on Jun 21, 2020
-
Merge remote-tracking branch 'upstream/master' into drake
# Conflicts: # .travis.yml # tests/test_class.cpp # tests/test_class.py
Configuration menu - View commit details
-
Copy full SHA for a1667c0 - Browse repository at this point
Copy the full SHA a1667c0View commit details
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5dfa2b3 - Browse repository at this point
Copy the full SHA 5dfa2b3View commit details
Commits on Aug 3, 2020
-
Throw TypeError when subclasses forget to call __init__ (pybind#44)
Cherry-pick of pybind#2152 Co-authored-by: Dustin Spicuzza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18dfca6 - Browse repository at this point
Copy the full SHA 18dfca6View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cff6828 - Browse repository at this point
Copy the full SHA cff6828View commit details -
ci: Enable dummy GitHub actions for repository
Allows us to use upstream's CI
Configuration menu - View commit details
-
Copy full SHA for 8bc3aa1 - Browse repository at this point
Copy the full SHA 8bc3aa1View commit details -
Merge remote-tracking branch 'upstream/master' into feature-2020-08-0…
…3-upstream # Conflicts: # .travis.yml # docs/advanced/classes.rst # docs/compiling.rst # include/pybind11/detail/common.h # include/pybind11/pytypes.h # tests/CMakeLists.txt # tests/test_class.cpp # tests/test_class.py # tests/test_methods_and_attributes.py # tools/pybind11Tools.cmake
Configuration menu - View commit details
-
Copy full SHA for 5225202 - Browse repository at this point
Copy the full SHA 5225202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed85fd - Browse repository at this point
Copy the full SHA 1ed85fdView commit details
Commits on Sep 6, 2020
-
drake: Remove redundant cast(T&&) overloads
They cause errors otherwise
Configuration menu - View commit details
-
Copy full SHA for 6e8628e - Browse repository at this point
Copy the full SHA 6e8628eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5258a69 - Browse repository at this point
Copy the full SHA 5258a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2211d50 - Browse repository at this point
Copy the full SHA 2211d50View commit details
Commits on Sep 8, 2020
-
Merge 'upstream/master' (1caf1d0)
- Updates CI - Some hand-crafted merge resolution
Configuration menu - View commit details
-
Copy full SHA for 58a368e - Browse repository at this point
Copy the full SHA 58a368eView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 157f825 - Browse repository at this point
Copy the full SHA 157f825View commit details -
Configuration menu - View commit details
-
Copy full SHA for af6303e - Browse repository at this point
Copy the full SHA af6303eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea4bc8 - Browse repository at this point
Copy the full SHA 5ea4bc8View commit details -
Merge pull request pybind#47 from EricCousineau-TRI/feature-upstream-…
…merge Merge 'upstream/master' (9c0aa69)
Configuration menu - View commit details
-
Copy full SHA for 6966b0f - Browse repository at this point
Copy the full SHA 6966b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d9205 - Browse repository at this point
Copy the full SHA 58d9205View commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e940bf8 - Browse repository at this point
Copy the full SHA e940bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39ede1 - Browse repository at this point
Copy the full SHA c39ede1View commit details
Commits on Nov 24, 2021
-
cast: Add missing break (pybind#48)
Not a functional change per se, but good for simple code assurance
Configuration menu - View commit details
-
Copy full SHA for 5a0552c - Browse repository at this point
Copy the full SHA 5a0552cView commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5df3c00 - Browse repository at this point
Copy the full SHA 5df3c00View commit details
Commits on Jun 29, 2022
-
Fix arrays with zero-size dimensions
When converting an array to an Eigen matrix, ignore the strides if any dimension size is 0. If the array is empty, the strides aren't relevant, and especially numpy ≥ 1.23 explicitly sets the strides to 0 in this case. (See numpy commit dd5ab7b11520.) Update tests to verify that this works, and continues to work. (This test likely would have caught the behavior change with numpy 1.23.) This expands on the tests added by pybind#38, but also reverts the logic change from that PR, as it is no longer needed, and brings the code closer in line with upstream, since pybind#38 was never pushed upstream.
Configuration menu - View commit details
-
Copy full SHA for 8051585 - Browse repository at this point
Copy the full SHA 8051585View commit details -
Merge pull request pybind#58 from mwoehlke-kitware/drake-fix-zero-siz…
…e-arrays Fix arrays with zero-size dimensions
Configuration menu - View commit details
-
Copy full SHA for 25eac33 - Browse repository at this point
Copy the full SHA 25eac33View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50c47be - Browse repository at this point
Copy the full SHA 50c47beView commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3d90c7d - Browse repository at this point
Copy the full SHA 3d90c7dView commit details
Commits on Nov 10, 2022
-
Merge pull request pybind#60 from svenevs/fix-python-3.11
Improve Python 3.11 support
Configuration menu - View commit details
-
Copy full SHA for 36695db - Browse repository at this point
Copy the full SHA 36695dbView commit details
Commits on Jul 17, 2023
-
Preparation for v2.11.1 patch release (pybind#4752)
* Update README.rst - Add missing comma in the list of acknowlegements (pybind#4750) * Disable `PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF` generally for PyPy (not just PyPy Windows). (pybind#4751) * Update changelog * Provide `PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF` as an option (pybind#4753) * Remove GIL checks * Update common.h * Add flag * style: pre-commit fixes * Update pytypes.h * style: pre-commit fixes * Update common.h * style: pre-commit fixes * Update pytypes.h * style: pre-commit fixes * Update common.h * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Update changelog: PR pybind#4753 --------- Co-authored-by: bzaar <[email protected]> Co-authored-by: Ethan Steinberg <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2965fa8 - Browse repository at this point
Copy the full SHA 2965fa8View commit details -
Fix version number mishap: actually update 0 to 1 (pybind#4756)
Ralf W. Grosse-Kunstleve authoredJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 8a099e4 - Browse repository at this point
Copy the full SHA 8a099e4View commit details
Commits on Oct 12, 2023
-
Merge commit '70a58c5' into feature-bump-merge-3
We add `./tmp` to ensure we can make a commit to connect history with upstream in a fast-forward way # Conflicts: # .github/workflows/ci.yml # .github/workflows/format.yml # .github/workflows/pip.yml # README.rst # docs/advanced/cast/overview.rst # include/pybind11/cast.h # include/pybind11/detail/internals.h # include/pybind11/detail/type_caster_base.h # include/pybind11/eigen.h # include/pybind11/pybind11.h # tests/test_eigen.cpp # tests/test_multiple_inheritance.cpp
Configuration menu - View commit details
-
Copy full SHA for f5a414c - Browse repository at this point
Copy the full SHA f5a414cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11284cc - Browse repository at this point
Copy the full SHA 11284ccView commit details -
Merge commit '937161476' into feature-bump-merge-curated
# Conflicts: # .github/workflows/ci.yml
Configuration menu - View commit details
-
Copy full SHA for c33d591 - Browse repository at this point
Copy the full SHA c33d591View commit details -
Merge tag 'v2.9.1' into feature-bump-merge-curated
v2.9.1 release
Configuration menu - View commit details
-
Copy full SHA for f7fc6bf - Browse repository at this point
Copy the full SHA f7fc6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f342c36 - Browse repository at this point
Copy the full SHA f342c36View commit details -
Merge commit 'ec24786eab~' into feature-bump-merge-curated
# Conflicts: # .github/workflows/ci.yml # include/pybind11/detail/type_caster_base.h # include/pybind11/eigen.h # include/pybind11/pybind11.h
Configuration menu - View commit details
-
Copy full SHA for f15c767 - Browse repository at this point
Copy the full SHA f15c767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f05a75 - Browse repository at this point
Copy the full SHA 7f05a75View commit details -
Merge commit 'ec24786eab' into feature-bump-merge-curated
# Conflicts: # include/pybind11/cast.h # include/pybind11/detail/common.h # include/pybind11/detail/internals.h # include/pybind11/detail/type_caster_base.h # include/pybind11/eigen.h # include/pybind11/numpy.h # include/pybind11/pybind11.h # include/pybind11/pytypes.h # tests/test_builtin_casters.cpp # tests/test_eigen.cpp # tests/test_multiple_inheritance.cpp
Configuration menu - View commit details
-
Copy full SHA for 10043da - Browse repository at this point
Copy the full SHA 10043daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e209b - Browse repository at this point
Copy the full SHA 91e209bView commit details -
Merge tag 'v2.10.0' into feature-bump-merge-curated
v2.10.0 release
Configuration menu - View commit details
-
Copy full SHA for 6d93f7a - Browse repository at this point
Copy the full SHA 6d93f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 111af7c - Browse repository at this point
Copy the full SHA 111af7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3378e - Browse repository at this point
Copy the full SHA 6b3378eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad3610 - Browse repository at this point
Copy the full SHA 9ad3610View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9fb57 - Browse repository at this point
Copy the full SHA cc9fb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for e61bb56 - Browse repository at this point
Copy the full SHA e61bb56View commit details -
Merge commit 'fab1eebe2c4c~' into feature-bump-merge-curated-moar
# Conflicts: # .github/workflows/ci.yml # .github/workflows/pip.yml # tests/test_class.cpp # tests/test_class.py
Configuration menu - View commit details
-
Copy full SHA for 7d1fc18 - Browse repository at this point
Copy the full SHA 7d1fc18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432c941 - Browse repository at this point
Copy the full SHA 432c941View commit details -
Merge commit 'fab1eebe2c4c' into feature-bump-merge-curated-moar
# Conflicts: # include/pybind11/eigen/matrix.h
Configuration menu - View commit details
-
Copy full SHA for 098786d - Browse repository at this point
Copy the full SHA 098786dView commit details -
Merge tag 'v2.11.1' into feature-bump-merge-curated-moar
v2.11.1 release
Configuration menu - View commit details
-
Copy full SHA for c24c4e4 - Browse repository at this point
Copy the full SHA c24c4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b38a5 - Browse repository at this point
Copy the full SHA 44b38a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edb237 - Browse repository at this point
Copy the full SHA 8edb237View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35d257 - Browse repository at this point
Copy the full SHA f35d257View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22186cc - Browse repository at this point
Copy the full SHA 22186ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d280f26 - Browse repository at this point
Copy the full SHA d280f26View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ffbae2 - Browse repository at this point
Copy the full SHA 5ffbae2View commit details -
Merge remote-tracking branch 'upstream/master' into feature-update
# Conflicts: # .github/workflows/ci.yml # .github/workflows/format.yml # .github/workflows/pip.yml # docs/changelog.rst # include/pybind11/detail/common.h # include/pybind11/pytypes.h # pybind11/_version.py
Configuration menu - View commit details
-
Copy full SHA for 17cb2bf - Browse repository at this point
Copy the full SHA 17cb2bfView commit details -
[numpy] Fix constexpr auto name for dtype=object
Addresses compilation error for C++11
Configuration menu - View commit details
-
Copy full SHA for 78806df - Browse repository at this point
Copy the full SHA 78806dfView commit details