0.7.2#6
Merged
QuantumMisaka merged 5 commits intomainfrom Apr 7, 2026
Merged
Conversation
- 新增审计规格文档、任务清单和检查清单 - 生成完整的仓库质量审查报告并更新报告目录索引 - 调整文档导航结构,明确报告目录的访问方式
- 新增单元测试深度审查报告,覆盖覆盖率、性能与规范性问题 - 更新PCA可视化字体配置与图例逻辑,优化多池场景下的绘图行为 - 重构工作流配置路径设置逻辑,统一异常处理与日志记录 - 整合CI工作流,新增Python质量门禁与文档部署流水线 - 修复测试代码中的隐藏未收集测试与硬编码路径问题 - 更新文档索引与发布辅助脚本,确保版本信息一致性
- 为 labeling 模块的 AbacusPostProcessor 添加数据完整性检查、缺失参考能拟合、多系统多帧处理、过滤异常和导出失败降级等测试 - 为 analysis 模块的 UnifiedAnalysisManager 添加无基准数据、相对能缺失、帧数不匹配、绘图失败降级等分支测试 - 为 inference 模块的 IOManager 和 ExecutionManager 添加模型发现、数据加载回退、环境变量默认值、任务名回退等测试 - 为 feature 工作流添加数据路径缺失、未知模式、单池/多池检测、局部失败继续等边界测试 - 为 labeling 工作流添加数据集映射多模式、提交部分失败、slurm 轮询异常、空任务集等容错测试 - 更新测试文档以反映新增的整体覆盖率门禁 - 调整可视化样式中的字体大小和标题间距
更新项目主版本号至0.7.2,同步修改__init__.py、文档配置、README、AGENTS.md及开发者指南中的版本标识。同时更新README中的单元测试覆盖率徽章至84%,并清理AGENTS.md中过时的开发指引。
- 修复多个文档中错误的配置示例文件名和路径,确保与当前仓库的 recipes 一致 - 将配置权威入口统一表述为 "API Reference" 和稳定文档路径,避免暴露内部构建文件 - 更新文档元信息,补充 owner 字段和最后更新日期 - 清理冗余的 recipes 文档,只保留一份数据清洗模板 - 增加文档治理审计相关的 spec 和任务文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更摘要
文档治理检查清单
docs/guides/*或docs/reference/*python3 scripts/doc_check.pypython3 scripts/check_docs_freshness.py --days 90make html SPHINXOPTS="-W --keep-going"docs/archive/vX.Y.Z/status: active文档已包含owner或owners风险与迁移说明
验证记录