release: v1.0.0 — 首个稳定版本,M4 全部里程碑完成
CI / Build & Test (push) Failing after 28s
CI / Release Build (push) Failing after 31s

This commit is contained in:
茂之钳
2026-07-24 03:08:13 +00:00
parent b96c89b66e
commit 1ac5a27d4c
4 changed files with 92 additions and 14 deletions
+18
View File
@@ -1,4 +1,22 @@
# 更新日志
## [1.0.0] — 2026-07-24
### 首个稳定版本
所有 9 个 Sprint 完成,全部模块实现并通过测试。
**指标**: 7,800+ 行源码,2,300+ 行头文件,143 测试 100% 通过
#### M3 性能基准(本轮完成)
- BVH/Delaunay/Curves/Spatial/Boolean 5 套 benchmark 全部通过
- 性能报告: `docs/benchmark-report.md`
#### M3 修复(本轮完成)
- **Delaunay3D**: circumcenter Eigen QR 求解,空外接球验证
- **B-Rep**: is_valid ID 查找,add_surface/add_edge 返回下标
- **BooleanMesh**: ray-tri 交点容差 + 面上偏移
## [0.9.0] — 2026-07-23