-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pybind11
updated
19 files
+12 β1 | .github/workflows/ci.yml | |
+5 β0 | CMakeLists.txt | |
+12 β2 | include/pybind11/cast.h | |
+4 β0 | include/pybind11/detail/common.h | |
+8 β3 | include/pybind11/detail/internals.h | |
+116 β9 | include/pybind11/numpy.h | |
+7 β0 | include/pybind11/typing.h | |
+5 β1 | tests/CMakeLists.txt | |
+1 β0 | tests/conftest.py | |
+9 β3 | tests/pybind11_tests.cpp | |
+4 β0 | tests/test_constants_and_functions.cpp | |
+3 β1 | tests/test_eigen_matrix.py | |
+6 β1 | tests/test_exceptions.py | |
+8 β2 | tests/test_numpy_array.py | |
+28 β3 | tests/test_numpy_dtypes.cpp | |
+11 β3 | tests/test_numpy_dtypes.py | |
+2 β0 | tests/test_pytypes.cpp | |
+7 β0 | tests/test_pytypes.py | |
+9 β5 | tools/pybind11Common.cmake |