Serendipity
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 14:10:03 +08:00
ab58614a15 refactor: 附录/致谢/参考文献拆分为独立 chapter 文件,main.tex 保持清爽
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 14:07:16 +08:00
280c05ffaf feat: 添加关键代码讲解附录 — LSTM/MHA/FocalLoss/预处理/Flask
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 14:03:55 +08:00
aec3e668d8 style: 目录和参考文献字体缩小为五号
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 14:02:18 +08:00
871ad57bd6 feat: 论文扩充至52页 — 全部章节深度扩写+20篇参考文献+3附录+致谢
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 13:45:10 +08:00
cf29da52f7 style: 按河南理工论文规范重排 — 封面/页眉页脚/标题字号/图表标题位置
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 13:09:10 +08:00
2bdafc56bb feat: 论文大幅扩写 — 42页,完整数学公式+实际数据+系统描述
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 13:01:43 +08:00
4e41de3772 fix: 修复 LaTeX 中文字体 — macOS 字体改为 Windows STSong/Noto Sans SC/FangSong
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 12:56:10 +08:00
014d631d68 feat: 论文更新 — 加入LSTM调优实验记录,24页
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 12:54:43 +08:00
1a36d146be chore: LSTM 训练调优总结 — 类别加权/采样器/权重多项尝试,XGBoost 仍为最佳
23f3f9e4fb fix: 温和采样器 + 纯 FocalLoss, batch_size 32
13f553da5d fix: 手动温和权重 [1,3,5,8] + gamma 3.0
1a6f5b07aa fix: sqrt 逆频率权重 + 每 epoch 打印
305f70b9de perf: batch_size 64, max_epochs 50 — 加速训练约8x
Compare 8 commits »
Serendipity synced commits to refs/heads/v4.2 at Serendipity/PathEditor from mirror 2026-05-28 12:25:43 +08:00
7869886670 feat: 新增 PATH 智能分析功能 — 冲突检测 + 工具清单
Serendipity synced commits to refs/heads/main at Serendipity/PathEditor from mirror 2026-05-28 12:25:43 +08:00
7869886670 feat: 新增 PATH 智能分析功能 — 冲突检测 + 工具清单
Serendipity pushed to main at Serendipity/elderly-heat-warning 2026-05-28 09:41:30 +08:00
fff2a7cabd feat: LaTeX 论文编译完成 — 23页,含实际实验数据和评估图表
60dfbf2662 feat: 模型评估完成 — XGBoost最佳F1=0.93,LSTM待更多训练
12dbdf789d feat: ERA5 预处理完成 — 修复 NetCDF 引擎 (h5netcdf+dask),统一 NPZ 命名,109.6万序列样本
a2c9ba4863 fix: 统一 NPZ 命名格式,添加 NetCDF ZIP 解压工具和 h5netcdf/h5py 依赖
Compare 4 commits »
Serendipity synced new reference refs/heads/main to Serendipity/PathEditor from mirror 2026-05-28 04:15:41 +08:00
Serendipity synced commits to refs/heads/main at Serendipity/PathEditor from mirror 2026-05-28 04:15:41 +08:00
Serendipity synced commits to refs/heads/v4.2 at Serendipity/PathEditor from mirror 2026-05-28 04:15:41 +08:00
49ef9c0cff chore: 添加 Issue 模板、CI 徽章、修复仓库描述
344011a02c chore: 整理仓库 — 版本号统一、README 徽章更新、新增 CHANGELOG 和 CONTRIBUTING
3aed03f599 fix: 修复 5 个 bug + 备份警告丢失
Compare 3 commits »
Serendipity synced commits to refs/tags/v4.2.0 at Serendipity/PathEditor from mirror 2026-05-27 20:12:38 +08:00
Serendipity synced new reference refs/tags/v4.2.0 to Serendipity/PathEditor from mirror 2026-05-27 20:12:38 +08:00
Serendipity synced commits to refs/heads/v4.2 at Serendipity/PathEditor from mirror 2026-05-27 20:12:38 +08:00
d7bc752b84 fix: release workflow 兼容已存在的 release + 版本号升到 4.2.0
c1975e836c chore: 移除调试文件,更新 .gitignore
be04b7d0da fix: 修复 ESLint 错误 — path-manager 测试去 as any、search-clean 未用参数
2b372cbf89 chore: 添加 vitest.config.ts — 排除 e2e 测试目录,配置 @/ 路径别名
45e2a4e584 test: 新增 4 条 E2E 测试 — 启动加载、CRUD撤销、禁用保存、搜索清理
Compare 15 commits »
Serendipity synced commits to refs/tags/v4.1.1 at Serendipity/PathEditor from mirror 2026-05-27 03:35:43 +08:00
Serendipity synced commits to refs/heads/v4.1 at Serendipity/PathEditor from mirror 2026-05-27 03:35:43 +08:00
63c8ed424b docs: 添加 v4.1 bug 修复与代码清理的设计文档和实现计划
605105da09 test: 移除 _markDirty 测试(函数已私有化,行为由 CRUD 测试间接覆盖)
68f4617bda fix: PathTable — 环境变量展开限流20并发、消除useEffect双重触发、类型断言改为常量
c30855fa70 refactor: backup.rs — use 语句移至文件顶部,注册表路径复用常量
652280c2dd fix: AppShell 拖拽路径用 TauriFile 接口替代 as any
Compare 11 commits »