From 6ce93e99f5dc27f015faf3a688c5e692a7bc96e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:22:45 +0000 Subject: [PATCH 1/2] Initial plan From 0e13ce87d5f511ce9acabb0bba7d4d799086b244 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:24:35 +0000 Subject: [PATCH 2/2] Fix CMake version description in README from 3.15+ to 3.30+ Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9c749..fa0897c 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ See header files in `include/ds/` for detailed API documentation. ### Prerequisites - C++20 compatible compiler -- CMake 3.15+ +- CMake 3.30+ - For TypeScript: Emscripten SDK - For Python: Python 3.10-3.14, scikit-build-core, pybind11