-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from Huelse/pybind11-update
Update pybind11
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pybind11
updated
25 files
+8 −3 | .github/workflows/ci.yml | |
+4 −4 | .github/workflows/pip.yml | |
+10 −10 | .pre-commit-config.yaml | |
+1 −0 | MANIFEST.in | |
+36 −0 | docs/changelog.rst | |
+0 −1 | docs/conf.py | |
+9 −1 | include/pybind11/detail/class.h | |
+3 −3 | include/pybind11/detail/common.h | |
+2 −0 | include/pybind11/eigen/matrix.h | |
+2 −0 | include/pybind11/eigen/tensor.h | |
+4 −4 | include/pybind11/gil.h | |
+4 −4 | include/pybind11/numpy.h | |
+7 −1 | pybind11/__main__.py | |
+1 −1 | pybind11/_version.py | |
+3 −4 | pybind11/setup_helpers.py | |
+1 −1 | tests/CMakeLists.txt | |
+7 −1 | tests/conftest.py | |
+0 −2 | tests/extra_python_package/test_files.py | |
+0 −4 | tests/test_chrono.py | |
+0 −1 | tests/test_class.py | |
+2 −1 | tests/test_custom_type_casters.py | |
+0 −6 | tests/test_eigen_tensor.py | |
+2 −1 | tests/test_local_bindings.py | |
+4 −5 | tests/test_modules.py | |
+0 −1 | tests/test_operator_overloading.py |