1 file changed
+1
-1
lines changed- .clang-tidy+13
- .github/workflows/ci.yml+31
- .pre-commit-config.yaml+3-3
- CMakeLists.txt+6
- docs/changelog.rst+50
- docs/release.rst+33-31
- include/pybind11/buffer_info.h+1-1
- include/pybind11/cast.h+11-7
- include/pybind11/chrono.h+24-9
- include/pybind11/detail/class.h+4-3
- include/pybind11/detail/common.h+29-6
- include/pybind11/detail/internals.h+1-1
- include/pybind11/detail/type_caster_base.h+4-4
- include/pybind11/embed.h+2-2
- include/pybind11/functional.h+24-16
- include/pybind11/numpy.h+11-8
- include/pybind11/pybind11.h+40-33
- include/pybind11/pytypes.h+20-7
- include/pybind11/stl/filesystem.h+2-2
- include/pybind11/stl_bind.h+3-3
- pybind11/_version.py+1-1
- pybind11/setup_helpers.py+1-2
- setup.cfg+1
- setup.py+2-1
- tests/extra_python_package/test_files.py+12-2
- tests/test_callbacks.cpp+6
- tests/test_callbacks.py+11
- tests/test_constants_and_functions.cpp+7
- tests/test_embed/test_interpreter.cpp+1-1
- tests/test_exceptions.h+1-1
- tests/test_methods_and_attributes.cpp+1
- tests/test_numpy_dtypes.cpp+4-2
- tests/test_numpy_vectorize.cpp+1-1
- tests/test_smart_ptr.cpp+2-2
- tests/test_stl.cpp+2-4
- tools/pybind11Common.cmake+6-1
- tools/pybind11Config.cmake.in+2-1
0 commit comments