1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug-report.yml+18-3
- .github/workflows/ci.yml+14-10
- .github/workflows/labeler.yml+5-1
- .gitignore+1
- CMakeLists.txt+8
- docs/changelog.rst+98
- include/pybind11/cast.h+5-7
- include/pybind11/detail/common.h+10-4
- include/pybind11/detail/internals.h+15-1
- include/pybind11/eigen.h+1-702
- include/pybind11/eigen/matrix.h+712
- include/pybind11/eigen/tensor.h+518
- include/pybind11/functional.h+1-1
- include/pybind11/gil.h+40-13
- include/pybind11/pybind11.h+8-14
- include/pybind11/pytypes.h+19-2
- include/pybind11/stl.h+1-1
- tests/CMakeLists.txt+33-3
- tests/conftest.py+1
- tests/cross_module_gil_utils.cpp+65-2
- tests/extra_python_package/test_files.py+7-1
- tests/pybind11_tests.cpp+6
- tests/test_class.cpp+17-1
- tests/test_class.py+2
- tests/test_eigen_matrix.cpp+2-2
- tests/test_eigen_matrix.py+1-1
- tests/test_eigen_tensor.cpp+16
- tests/test_eigen_tensor.inl+333
- tests/test_eigen_tensor.py+296
- tests/test_eigen_tensor_avoid_stl_array.cpp+16
- tests/test_embed/test_interpreter.cpp-1
- tests/test_gil_scoped.cpp+102-5
- tests/test_gil_scoped.py+189-38
- tests/test_numpy_array.cpp+2
- tests/test_numpy_array.py+6
- tests/test_pytypes.cpp+9-1
- tests/test_pytypes.py+39
- tests/test_sequences_and_iterators.cpp+19
- tests/test_sequences_and_iterators.py+8
- tools/FindPythonLibsNew.cmake+5-1
- tools/setup_global.py.in+3-1
- tools/setup_main.py.in+2
0 commit comments