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
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
cd453ef
pybind11Tools: Use interface target library when able
EricCousineau-TRI Apr 20, 2018
429793e
Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module
Apr 23, 2018
0da7ac7
Add ability to create object matrices
Nov 15, 2017
c2144ab
Support ownership transfer between C++ and Python with `shared_ptr<T>…
EricCousineau-TRI Dec 21, 2017
27cd0fb
Handle case if unique_ptr is None / nullptr.
EricCousineau-TRI Jan 4, 2018
3f99354
Ensure casting to/from unique_ptr works.
EricCousineau-TRI Jan 5, 2018
e027bb8
wrapper: Robustify check, don't require that alias classes inherit, a…
EricCousineau-TRI Jan 23, 2018
8ab137b
unique_ptr: Use original type caster, otherwise, will get faulty over…
EricCousineau-TRI Feb 17, 2018
4e00984
deregister: Robustify check, just in case C++ recycles memory with un…
EricCousineau-TRI Feb 17, 2018
7c1c2c4
unique_ptr: Confirm RobotLocomotion/drake#8160
EricCousineau-TRI Feb 23, 2018
8f411bf
unique_ptr: Resolve RobotLocomotion/drake#8160
EricCousineau-TRI Feb 23, 2018
16869f7
eigen: Add test to confirm RobotLocomotion/drake#8620
EricCousineau-TRI Apr 17, 2018
8a769c9
eigen: Fix dtype=object shape conversion for 1D NumPy arrays for Eige…
EricCousineau-TRI Apr 17, 2018
54769e6
eigen: Fix spelling error for dtype=object
EricCousineau-TRI Apr 17, 2018
719532b
eigen: Disable dtype=object arrays from being referenced
EricCousineau-TRI Apr 24, 2018
fda66aa
Merge branches 'pull/1367' and 'pull/1373' into feature/merge_upstrea…
EricCousineau-TRI May 24, 2018
cd23923
Merge pull request #19 from EricCousineau-TRI/feature/merge_upstream_…
EricCousineau-TRI May 24, 2018
d86e835
Add support for Javadoc-style Doxygen comments
Sep 7, 2018
3c38ded
Add support for more Doxygen tags
Sep 7, 2018
34e8c49
Remove Doxygen autolinking symbol
Sep 7, 2018
4e18b86
Allow alternative -std= flag to be set
Sep 7, 2018
1662f8f
Set encoding to UTF-8
Sep 7, 2018
9e50f05
Merge pull request #21 from jamiesnape/mkdoc
jamiesnape Sep 10, 2018
cc74198
Convert C++ exceptions to Python exceptions in mkdoc
Sep 12, 2018
37733e2
Merge pull request #22 from jamiesnape/mkdoc-exceptions
jamiesnape Sep 12, 2018
9bee271
Add option to suppress progress messages to stderr
Sep 22, 2018
2537fc6
Add a preprocessor definition to indicate compilation is via mkdoc.py
Sep 22, 2018
4f3ef12
Add #pragma once and tweak comment in generated header
Sep 22, 2018
141338f
Merge pull request #23 from jamiesnape/mkdoc-quiet
jamiesnape Sep 24, 2018
8ad6a89
Remove trailing whitespace
Sep 25, 2018
767aba5
Merge branch 'master' of http://github.com/pybind/pybind11 into featu…
EricCousineau-TRI Nov 18, 2018
c3fddfd
cast: Update forked code to use `addressof`
EricCousineau-TRI Nov 18, 2018
25731f6
Merge pull request #20 from EricCousineau-TRI/feature/merge_20180903
EricCousineau-TRI Nov 19, 2018
b4e19d5
dtype object: Ensure tests do not ignore derivative values
EricCousineau-TRI Nov 18, 2018
14032e7
dtype object: Ensure fixed-size vectors are indexed correctly
EricCousineau-TRI Nov 18, 2018
5501496
Merge pull request #26 from EricCousineau-TRI/issue/drake_9886
EricCousineau-TRI Nov 19, 2018
39c34ed
Merge remote-tracking branch 'upstream/master' into feature/merge_201…
EricCousineau-TRI Jan 23, 2019
3c89b85
compatibility with pytest 4.0, fix #1670
Jan 23, 2019
4baed23
ignore numpy.ufunc size warnings
Jan 23, 2019
e736467
Merge branch 'pr/1672' into feature/merge_20190122
EricCousineau-TRI Jan 23, 2019
f2bd883
Merge pull request #27 from EricCousineau-TRI/feature/merge_20190122
EricCousineau-TRI Jan 23, 2019
06d976a
Merge branch 'master' of https://github.com/pybind/pybind11 into feat…
EricCousineau-TRI May 8, 2019
9c5ae30
travis: Disable doc generation test
EricCousineau-TRI May 8, 2019
e4e3745
Merge pull request #29 from EricCousineau-TRI/feature/merge_20190508
EricCousineau-TRI May 8, 2019
b893bd3
cast: Ensure that pointers do not use rvalue / move overload
May 17, 2019
96ea0fa
Merge pull request #28 from m-chaturvedi/drake_drake_fix_cast
EricCousineau-TRI May 23, 2019
a862611
Obey __cpp_sized_deallocation and __cpp_aligned_new
jwnimmer-tri Jun 14, 2019
4b8e231
Merge pull request #30 from jwnimmer-tri/cpp_sized_deallocation
jwnimmer-tri Jun 14, 2019
9a28d04
Merge branch 'master' of https://github.com/pybind/pybind11 into feat…
EricCousineau-TRI Aug 21, 2019
e057c4a
test_eigen: Use `str(excinfo.value)` to check exception messages
EricCousineau-TRI Aug 29, 2019
69a5d92
Merge pull request #31 from EricCousineau-TRI/feature/merge_2019-08-21
EricCousineau-TRI Aug 29, 2019
403d7c4
Remove objects from the inactive overload cache when they are deregis…
BetsyMcPhail Sep 4, 2019
579cd5a
Add unittest checking drake#11424
EricCousineau-TRI Sep 12, 2019
965af15
Merge pull request #32 from BetsyMcPhail/remove-old-objects-from-cache
EricCousineau-TRI Sep 24, 2019
a1c8e16
Revert "Remove deregistered objects from the inactive overload cache"…
BetsyMcPhail Jan 14, 2020
6ca4163
Merge 'upstream/master' (07e2259) from previous merge-base (12e8774)
EricCousineau-TRI Jan 14, 2020
4a10da9
Merge pull request #34 from EricCousineau-TRI/feature-merge_2020-01-13
EricCousineau-TRI Jan 15, 2020
957332f
README: Add information about Drake's fork
EricCousineau-TRI Jan 14, 2020
212cfb9
Merge pull request #36 from EricCousineau-TRI/feature-fork-readme
EricCousineau-TRI Jan 15, 2020
101d201
Add unittest checking drake#11424
EricCousineau-TRI Sep 12, 2019
db7b43f
Update 'inactive_overload_cache' key
BetsyMcPhail Jan 15, 2020
c5d41eb
Merge pull request #37 from BetsyMcPhail/inactive_overload_cache-key
EricCousineau-TRI Jan 17, 2020
cac3edd
eigen: Don't require conformability on length-0 dimensions (#38)
EricCousineau-TRI Jan 28, 2020
a1e2e28
README, README_DRAKE: Update for fork-specific CI badges
EricCousineau-TRI Apr 9, 2020
ad98095
travis: Disable PyPy 2.7 build
EricCousineau-TRI Apr 9, 2020
cdeb2b8
travis: Increase verbosity in various jobs
EricCousineau-TRI Apr 9, 2020
cfa349d
pytypes: Resurrect via leak instead of un-finalize in Python 3.8
EricCousineau-TRI Apr 9, 2020
44cb156
travis: Ensure Python 3.8 is used
EricCousineau-TRI Apr 9, 2020
146b5d4
Merge pull request #39 from EricCousineau-TRI/feature-py3.8-lifetime
EricCousineau-TRI Apr 10, 2020
5eb9fd0
class_: Register `reclaim_from_cpp` with constructing type
EricCousineau-TRI Nov 19, 2019
2db3dfc
test_smart_ptr: Add test for reclaim_from_cpp logic
EricCousineau-TRI Apr 14, 2020
cb82d59
Merge pull request #33 from EricCousineau-TRI/feature-2019-11-18-context
EricCousineau-TRI Apr 14, 2020
a1667c0
Merge remote-tracking branch 'upstream/master' into drake
EricCousineau-TRI Jun 21, 2020
5dfa2b3
Merge pull request #42 from EricCousineau-TRI/feature-2020-06-21-upst…
rpoyner-tri Jun 23, 2020
18dfca6
Throw TypeError when subclasses forget to call __init__ (#44)
EricCousineau-TRI Aug 3, 2020
cff6828
Take actions from upstream/master@44fa79ca8
EricCousineau-TRI Sep 4, 2020
8bc3aa1
ci: Enable dummy GitHub actions for repository
EricCousineau-TRI Sep 4, 2020
5225202
Merge remote-tracking branch 'upstream/master' into feature-2020-08-0…
EricCousineau-TRI Sep 4, 2020
1ed85fd
ci: Make drake-specific modifications
EricCousineau-TRI Aug 3, 2020
6e8628e
drake: Remove redundant cast(T&&) overloads
EricCousineau-TRI Aug 3, 2020
5258a69
Fix formatting errors
EricCousineau-TRI Sep 6, 2020
2211d50
README_DRAKE: Update CI information
EricCousineau-TRI Sep 6, 2020
58a368e
Merge 'upstream/master' (1caf1d06)
EricCousineau-TRI Sep 8, 2020
157f825
Merge 'upstream/master' (9c0aa69937)
EricCousineau-TRI Mar 4, 2021
af6303e
drake: Disable added windows CI; disable format, labeler, pip
EricCousineau-TRI Mar 4, 2021
5ea4bc8
drake: Fix new code path for multi-inheritance on ownership transfer
EricCousineau-TRI Mar 4, 2021
6966b0f
Merge pull request #47 from EricCousineau-TRI/feature-upstream-merge
EricCousineau-TRI Mar 4, 2021
58d9205
drake: Remove unused CI files (it causes an error) (#51)
EricCousineau-TRI Mar 4, 2021
e940bf8
drake: Workaround "Assertion '!PyErr_Occurred()'" for dtype=object (#52)
EricCousineau-TRI Mar 8, 2021
c39ede1
README_DRAKE: Improve docs for reviewers (#49)
EricCousineau-TRI Mar 8, 2021
5a0552c
cast: Add missing break (#48)
EricCousineau-TRI Nov 24, 2021
5df3c00
Merge 'upstream/master' (70a58c5) (#57)
EricCousineau-TRI Dec 8, 2021
8051585
Fix arrays with zero-size dimensions
mwoehlke-kitware Jun 29, 2022
25eac33
Merge pull request #58 from mwoehlke-kitware/drake-fix-zero-size-arrays
jwnimmer-tri Jun 29, 2022
50c47be
Skip Eigen::Sparse overloads when scipy is not available (#59)
jwnimmer-tri Jul 27, 2022
3d90c7d
Improve Python 3.11 support
svenevs Nov 4, 2022
36695db
Merge pull request #60 from svenevs/fix-python-3.11
jwnimmer-tri Nov 10, 2022
2965fa8
Preparation for v2.11.1 patch release (#4752)
Jul 17, 2023
8a099e4
Fix version number mishap: actually update 0 to 1 (#4756)
Jul 17, 2023
f5a414c
Merge commit '70a58c5' into feature-bump-merge-3
EricCousineau-TRI Oct 12, 2023
11284cc
Remove `./tmp` shim file to restore worktree
EricCousineau-TRI Oct 12, 2023
c33d591
Merge commit '937161476' into feature-bump-merge-curated
EricCousineau-TRI Oct 12, 2023
f7fc6bf
Merge tag 'v2.9.1' into feature-bump-merge-curated
EricCousineau-TRI Oct 12, 2023
f342c36
import clang tidy setup
EricCousineau-TRI Oct 12, 2023
f15c767
Merge commit 'ec24786eab~' into feature-bump-merge-curated
EricCousineau-TRI Oct 12, 2023
7f05a75
run re-format
EricCousineau-TRI Oct 12, 2023
10043da
Merge commit 'ec24786eab' into feature-bump-merge-curated
EricCousineau-TRI Oct 12, 2023
91e209b
re-run pre-commit
EricCousineau-TRI Oct 12, 2023
6d93f7a
Merge tag 'v2.10.0' into feature-bump-merge-curated
EricCousineau-TRI Oct 12, 2023
111af7c
huh, missed carrying this one over - oops!
EricCousineau-TRI Oct 12, 2023
6b3378e
partial revert to proper form of 8adef2c
EricCousineau-TRI Oct 12, 2023
9ad3610
Restore files lost in replay
EricCousineau-TRI Oct 12, 2023
cc9fb57
configure: Disable windows and cmake 3.4 testing
EricCousineau-TRI Oct 12, 2023
e61bb56
fix ci syntax err
EricCousineau-TRI Oct 12, 2023
7d1fc18
Merge commit 'fab1eebe2c4c~' into feature-bump-merge-curated-moar
EricCousineau-TRI Oct 12, 2023
432c941
Prep fork for effective rename
EricCousineau-TRI Oct 12, 2023
098786d
Merge commit 'fab1eebe2c4c' into feature-bump-merge-curated-moar
EricCousineau-TRI Oct 12, 2023
c24c4e4
Merge tag 'v2.11.1' into feature-bump-merge-curated-moar
EricCousineau-TRI Oct 12, 2023
44b38a5
oops forgot to keep this
EricCousineau-TRI Oct 12, 2023
8edb237
fix latent err
EricCousineau-TRI Oct 12, 2023
f35d257
fix ci syntax err
EricCousineau-TRI Oct 12, 2023
22186cc
only check ref_count for temporary values
EricCousineau-TRI Oct 17, 2023
d280f26
fixup! no if constexpr please
EricCousineau-TRI Oct 17, 2023
5ffbae2
Merge 'upstream/master' (v2.11.1, 8a099e44b)
EricCousineau-TRI Nov 2, 2023
17cb2bf
Merge remote-tracking branch 'upstream/master' into feature-update
EricCousineau-TRI Nov 2, 2023
78806df
[numpy] Fix constexpr auto name for dtype=object
EricCousineau-TRI Nov 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/labeler.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/labeler_merged.yml

This file was deleted.

Loading