release: v1.11.5 — scipy 依赖声明 + 文档同步 + 工程化清理

- pyproject: 新增 science 可选依赖组(scipy),dev 纳入 scipy;版本号 1.11.5
- factor/analysis: spearman 分支加 scipy 软依赖保护,缺失时友好报错
- mac/client: 板块排行吞异常处补 logger.debug
- CLAUDE.md: 架构章节补全 mac/ex/unified/portfolio/factor/offline/screen 子包
- .gitignore: 补全 .coverage、signals.json
- README: 补 1.11.5 changelog
This commit is contained in:
Justin Gu
2026-06-13 21:10:35 +08:00
parent be41746aa9
commit 88638e82ad
6 changed files with 70 additions and 11 deletions
+4
View File
@@ -16,3 +16,7 @@ venv/
uv.lock
docs/_build/
FK/
# 测试覆盖率与运行时产物
.coverage
signals.json