-
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
16 files
+17 β1 | include/pybind11/attr.h | |
+3 β11 | include/pybind11/detail/internals.h | |
+14 β9 | include/pybind11/eigen/matrix.h | |
+12 β6 | include/pybind11/eigen/tensor.h | |
+2 β2 | include/pybind11/numpy.h | |
+40 β10 | include/pybind11/pybind11.h | |
+1 β0 | tests/CMakeLists.txt | |
+53 β0 | tests/test_class_release_gil_before_calling_cpp_dtor.cpp | |
+21 β0 | tests/test_class_release_gil_before_calling_cpp_dtor.py | |
+4 β0 | tests/test_eigen_matrix.cpp | |
+40 β20 | tests/test_eigen_matrix.py | |
+31 β8 | tests/test_eigen_tensor.py | |
+9 β0 | tests/test_numpy_array.cpp | |
+24 β10 | tests/test_numpy_array.py | |
+1 β1 | tests/test_numpy_dtypes.py | |
+5 β5 | tests/test_numpy_vectorize.py |