Commit b97e8c6
committed
2 files changed
+2
-2
lines changedSubmodule eigen updated from 81044ec to 954e211
- .github/workflows/tests-cibw.yml+43-4
- .pre-commit-config.yaml+6-6
- README.rst+5-1
- docs/advanced/cast/custom.rst+1-1
- docs/advanced/cast/functional.rst+1-1
- docs/advanced/classes.rst+11-11
- docs/advanced/misc.rst+1-1
- docs/advanced/pycpp/numpy.rst+2-2
- docs/basics.rst+2-2
- docs/benchmark.py+1-1
- docs/benchmark.rst+1-1
- docs/changelog.md+5-9
- docs/classes.rst+2-2
- docs/faq.rst+2-3
- docs/release.rst+4-2
- include/pybind11/cast.h+5
- include/pybind11/conduit/pybind11_conduit_v1.h+5
- include/pybind11/detail/class.h+3-3
- include/pybind11/detail/common.h+49-11
- include/pybind11/detail/function_record_pyobject.h+56-73
- include/pybind11/detail/internals.h+13-4
- include/pybind11/detail/pybind11_namespace_macros.h+1-1
- include/pybind11/pybind11.h+72-11
- include/pybind11/subinterpreter.h+17-1
- pyproject.toml+9-8
- tests/conftest.py+8
- tests/env.py+1
- tests/pyproject.toml+5-2
- tests/test_callbacks.cpp-6
- tests/test_class_sh_basic.py+4-2
- tests/test_cpp_conduit.py+2-2
- tests/test_embed/test_interpreter.cpp+20-5
- tests/test_exceptions.py+1-1
- tests/test_modules.py+17
- tests/test_native_enum.cpp+9
- tests/test_native_enum.py+5
- tests/test_warnings.py+1-1
0 commit comments