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

Merge in 'upstream/master' (76b7f5364) #4915

Closed

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    cd453ef View commit details
    Browse the repository at this point in the history
  2. Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module

    Since the module is named FindPythonLibsNew, PythonLibsNew_FOUND should be set appropriately.
    Jamie Snape committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    429793e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Add ability to create object matrices

    Mmanu Chaturvedi authored and EricCousineau-TRI committed May 23, 2018
    Configuration menu
    Copy the full SHA
    0da7ac7 View commit details
    Browse the repository at this point in the history
  2. Support ownership transfer between C++ and Python with `shared_ptr<T>…

    …` and `unique_ptr<T>` for pure C++ instances and single-inheritance instances
    EricCousineau-TRI committed May 23, 2018
    Configuration menu
    Copy the full SHA
    c2144ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27cd0fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f99354 View commit details
    Browse the repository at this point in the history
  5. wrapper: Robustify check, don't require that alias classes inherit, a…

    …llow alias to be wrapped directly.
    EricCousineau-TRI committed May 23, 2018
    Configuration menu
    Copy the full SHA
    e027bb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ab137b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e00984 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c1c2c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f411bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16869f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a769c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54769e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    719532b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    fda66aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd23923 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Add support for Javadoc-style Doxygen comments

    Jamie Snape committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d86e835 View commit details
    Browse the repository at this point in the history
  2. Add support for more Doxygen tags

    Jamie Snape committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    3c38ded View commit details
    Browse the repository at this point in the history
  3. Remove Doxygen autolinking symbol

    Jamie Snape committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    34e8c49 View commit details
    Browse the repository at this point in the history
  4. Allow alternative -std= flag to be set

    Jamie Snape committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    4e18b86 View commit details
    Browse the repository at this point in the history
  5. Set encoding to UTF-8

    Jamie Snape committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    1662f8f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Merge pull request #21 from jamiesnape/mkdoc

    Various fixes and improvements to mkdoc.py
    jamiesnape authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    9e50f05 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Convert C++ exceptions to Python exceptions in mkdoc

    Jamie Snape committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    cc74198 View commit details
    Browse the repository at this point in the history
  2. 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.
    jamiesnape authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    37733e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Add option to suppress progress messages to stderr

    Jamie Snape committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    9bee271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2537fc6 View commit details
    Browse the repository at this point in the history
  3. Add #pragma once and tweak comment in generated header

    Jamie Snape committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    4f3ef12 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Merge pull request pybind#23 from jamiesnape/mkdoc-quiet

    Add option to suppress progress messages to stderr
    jamiesnape authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    141338f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Remove trailing whitespace

    Jamie Snape committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    8ad6a89 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. 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
    EricCousineau-TRI committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    767aba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3fddfd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge pull request #20 from EricCousineau-TRI/feature/merge_20180903

    Merge `upstream/master` (435dbdd) from previous merge-base (e763f04)
    EricCousineau-TRI authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    25731f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e19d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14032e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request pybind#26 from EricCousineau-TRI/issue/drake_9886

    dtype object: Ensure fixed-size vectors are indexed correctly
    EricCousineau-TRI authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    5501496 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    39c34ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c89b85 View commit details
    Browse the repository at this point in the history
  3. ignore numpy.ufunc size warnings

    Guilhem Saurel committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    4baed23 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr/1672' into feature/merge_20190122

    This should be removed once upstream is fixed via some form of
    pybind#1672
    EricCousineau-TRI committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    e736467 View commit details
    Browse the repository at this point in the history
  5. Merge pull request pybind#27 from EricCousineau-TRI/feature/merge_201…

    …90122
    
    Merge `upstream/master` (085a294) from previous merge-base (6420514)
    EricCousineau-TRI authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f2bd883 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    06d976a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5ae30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request pybind#29 from EricCousineau-TRI/feature/merge_201…

    …90508
    
    Merge `upstream/master` (35045ee) from previous merge-base (f2bd883)
    EricCousineau-TRI authored May 8, 2019
    Configuration menu
    Copy the full SHA
    e4e3745 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. cast: Ensure that pointers do not use rvalue / move overload

    Mmanu Chaturvedi committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b893bd3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Merge pull request pybind#28 from m-chaturvedi/drake_drake_fix_cast

    cast: Ensure that pointers do not use rvalue / move overload
    EricCousineau-TRI authored May 23, 2019
    Configuration menu
    Copy the full SHA
    96ea0fa View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. 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.
    jwnimmer-tri committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    a862611 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pybind#30 from jwnimmer-tri/cpp_sized_deallocation

    Obey __cpp_sized_deallocation and __cpp_aligned_new
    jwnimmer-tri authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    4b8e231 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge branch 'master' of https://github.com/pybind/pybind11 into feat…

    …ure/merge_2019-08-21
    
    # Conflicts:
    #	tools/mkdoc.py
    #	tools/pybind11Tools.cmake
    EricCousineau-TRI committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    9a28d04 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    e057c4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request pybind#31 from EricCousineau-TRI/feature/merge_201…

    …9-08-21
    
    Merge `upstream/master` (12e8774) from previous merge-base (35045ee)
    EricCousineau-TRI authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    69a5d92 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    403d7c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    579cd5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request pybind#32 from BetsyMcPhail/remove-old-objects-fro…

    …m-cache
    
    Remove deregistered objects from the inactive overload cache
    EricCousineau-TRI authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    965af15 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. 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.
    BetsyMcPhail authored and EricCousineau-TRI committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a1c8e16 View commit details
    Browse the repository at this point in the history
  2. Merge 'upstream/master' (07e2259) from previous merge-base (12e8774)

    # Conflicts:
    #	include/pybind11/cast.h
    #	include/pybind11/pybind11.h
    EricCousineau-TRI committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6ca4163 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge pull request pybind#34 from EricCousineau-TRI/feature-merge_202…

    …0-01-13
    
    Merge 'upstream/master' (07e2259) from previous merge-base (12e8774)
    EricCousineau-TRI authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    4a10da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    957332f View commit details
    Browse the repository at this point in the history
  3. Merge pull request pybind#36 from EricCousineau-TRI/feature-fork-readme

    README: Add information about Drake's fork
    EricCousineau-TRI authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    212cfb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    101d201 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Update 'inactive_overload_cache' key

    Instead of just the function name, use '__qualname__.name'.
    BetsyMcPhail committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    db7b43f View commit details
    Browse the repository at this point in the history
  2. Merge pull request pybind#37 from BetsyMcPhail/inactive_overload_cach…

    …e-key
    
    Inactive overload cache key
    EricCousineau-TRI authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    c5d41eb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    cac3edd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    a1e2e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad98095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdeb2b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfa349d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44cb156 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. 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
    EricCousineau-TRI authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    146b5d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    5eb9fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db3dfc View commit details
    Browse the repository at this point in the history
  3. Merge pull request pybind#33 from EricCousineau-TRI/feature-2019-11-1…

    …8-context
    
    class_: Register `reclaim_from_cpp` with constructing type
    EricCousineau-TRI authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    cb82d59 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Merge remote-tracking branch 'upstream/master' into drake

    # Conflicts:
    #	.travis.yml
    #	tests/test_class.cpp
    #	tests/test_class.py
    EricCousineau-TRI committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    a1667c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request pybind#42 from EricCousineau-TRI/feature-2020-06-2…

    …1-upstream
    
    Merge 'upstream/master' (8c0cd94) from previous merge-base (07e2259)
    rpoyner-tri authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    5dfa2b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Throw TypeError when subclasses forget to call __init__ (pybind#44)

    Cherry-pick of pybind#2152
    
    Co-authored-by: Dustin Spicuzza <[email protected]>
    EricCousineau-TRI and virtuald authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    18dfca6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    cff6828 View commit details
    Browse the repository at this point in the history
  2. ci: Enable dummy GitHub actions for repository

    Allows us to use upstream's CI
    EricCousineau-TRI committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    8bc3aa1 View commit details
    Browse the repository at this point in the history
  3. 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
    EricCousineau-TRI committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    5225202 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ed85fd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. drake: Remove redundant cast(T&&) overloads

    They cause errors otherwise
    EricCousineau-TRI committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    6e8628e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5258a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2211d50 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge 'upstream/master' (1caf1d0)

    - Updates CI
    - Some hand-crafted merge resolution
    EricCousineau-TRI authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    58a368e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    157f825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6303e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ea4bc8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request pybind#47 from EricCousineau-TRI/feature-upstream-…

    …merge
    
    Merge 'upstream/master' (9c0aa69)
    EricCousineau-TRI authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6966b0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d9205 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    e940bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c39ede1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. cast: Add missing break (pybind#48)

    Not a functional change per se, but good for simple code assurance
    EricCousineau-TRI authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5a0552c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    5df3c00 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. 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.
    mwoehlke-kitware committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8051585 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pybind#58 from mwoehlke-kitware/drake-fix-zero-siz…

    …e-arrays
    
    Fix arrays with zero-size dimensions
    jwnimmer-tri authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    25eac33 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    50c47be View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Improve Python 3.11 support

    Backport of pybind#3694
    svenevs committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3d90c7d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge pull request pybind#60 from svenevs/fix-python-3.11

    Improve Python 3.11 support
    jwnimmer-tri authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    36695db View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. 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>
    4 people authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2965fa8 View commit details
    Browse the repository at this point in the history
  2. Fix version number mishap: actually update 0 to 1 (pybind#4756)

    Ralf W. Grosse-Kunstleve authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8a099e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. 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
    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f5a414c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11284cc View commit details
    Browse the repository at this point in the history
  3. Merge commit '937161476' into feature-bump-merge-curated

    # Conflicts:
    #	.github/workflows/ci.yml
    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c33d591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7fc6bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f342c36 View commit details
    Browse the repository at this point in the history
  6. 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
    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f15c767 View commit details
    Browse the repository at this point in the history
  7. run re-format

    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7f05a75 View commit details
    Browse the repository at this point in the history
  8. 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
    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    10043da View commit details
    Browse the repository at this point in the history
  9. re-run pre-commit

    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    91e209b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d93f7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    111af7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b3378e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ad3610 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc9fb57 View commit details
    Browse the repository at this point in the history
  15. fix ci syntax err

    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e61bb56 View commit details
    Browse the repository at this point in the history
  16. 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
    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7d1fc18 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    432c941 View commit details
    Browse the repository at this point in the history
  18. Merge commit 'fab1eebe2c4c' into feature-bump-merge-curated-moar

    # Conflicts:
    #	include/pybind11/eigen/matrix.h
    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    098786d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c24c4e4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    44b38a5 View commit details
    Browse the repository at this point in the history
  21. fix latent err

    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8edb237 View commit details
    Browse the repository at this point in the history
  22. fix ci syntax err

    EricCousineau-TRI committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f35d257 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    22186cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d280f26 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    5ffbae2 View commit details
    Browse the repository at this point in the history
  2. 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
    EricCousineau-TRI committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    17cb2bf View commit details
    Browse the repository at this point in the history
  3. [numpy] Fix constexpr auto name for dtype=object

    Addresses compilation error for C++11
    EricCousineau-TRI committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    78806df View commit details
    Browse the repository at this point in the history