Commit Graph

180 Commits

Author SHA1 Message Date
2569718930@qq.com fff383b8d8 feat: translate web UI to Chinese, widen panel to 560px, add progressive loading 2026-03-03 21:35:04 +08:00
2569718930@qq.com 7926cedc97 feat: Introduce a web interface with an interactive map and implement a Dynamic Ensemble Blending (DEB) algorithm for weather prediction. 2026-03-03 21:27:57 +08:00
2569718930@qq.com 7615ac9656 feat(analysis): add AI analyzer module for weather data processing. 2026-03-03 19:57:52 +08:00
2569718930@qq.com 5166845348 feat: Update bot listener functionality. 2026-03-03 18:54:25 +08:00
2569718930@qq.com a4c79e2210 build: update project dependencies and configuration 2026-03-03 00:56:56 +08:00
2569718930@qq.com 18ba87f5b6 feat: Add pyproject.toml for project configuration and build system definition. 2026-03-03 00:20:48 +08:00
2569718930@qq.com 51604472f3 style: run ruff format 2026-03-03 00:14:36 +08:00
2569718930@qq.com c8a7fe8548 fix(ci): format code and fix ruff lintings issues 2026-03-03 00:12:16 +08:00
2569718930@qq.com e423eaeb77 docs: Apply minor formatting updates to README files. 2026-03-03 00:06:19 +08:00
2569718930@qq.com 0c6beab350 feat: Add Docker support, GitHub Actions CI, and an MIT License, updating READMEs with deployment instructions and badges. 2026-03-03 00:01:57 +08:00
2569718930@qq.com cb0ecd9c3f docs: add DeepWiki badge 2026-03-02 19:34:18 +08:00
2569718930@qq.com 8d79f41cc3 feat: implement Dead Market detection to suppress probability engine late at night 2026-03-02 15:22:41 +08:00
2569718930@qq.com d3a0f79533 refine(ai): remove dead market conditions from output template to prevent literal copying 2026-03-01 23:19:26 +08:00
2569718930@qq.com 4830cf54d4 docs: Update AI deep analysis description to a P1-P4 priority chain and revise trading tips. 2026-03-01 22:19:37 +08:00
2569718930@qq.com 439dfed3f6 refine(ai): priority-ordered analysis P1-P4 with quantitative trigger thresholds 2026-03-01 22:14:48 +08:00
2569718930@qq.com 875c54d27a refine(ai): relax to 3-5 sentences, soften forecast downweight, add quantitative dead-market triggers 2026-03-01 22:13:19 +08:00
2569718930@qq.com 1382de96c3 docs: add Shock Score, MAE sigma floor, DEB bias analysis to both READMEs 2026-03-01 19:17:27 +08:00
2569718930@qq.com af4f093fbc fix: apply safe_float to shock_score wind/pressure fields (wdir can be 'VRB' string) 2026-03-01 19:13:07 +08:00
2569718930@qq.com 44ccf7846a debug: add full traceback to pinpoint str-int error location 2026-03-01 19:11:15 +08:00
2569718930@qq.com 0b5c0f48f2 fix: comprehensive safe_float in get_city_info for all numeric fields used in math 2026-03-01 19:08:24 +08:00
2569718930@qq.com 0a9c997049 fix: comprehensive safe_float for all numeric fields to prevent str-int errors 2026-03-01 19:04:59 +08:00
2569718930@qq.com 3ed775816b fix: cast to float in get_deb_accuracy to fix str subtraction error 2026-03-01 19:02:20 +08:00
2569718930@qq.com dd0b7b0ede fix: cast JSON values to float in /deb to prevent str-int type errors 2026-03-01 19:00:51 +08:00
2569718930@qq.com d0a53173d7 feat: enhance /deb with error labels, bias analysis, and actionable trading suggestions 2026-03-01 18:59:17 +08:00
2569718930@qq.com 5fa15e0b1d feat: implement shock_score (wind/cloud/pressure) as soft sigma amplifier 2026-03-01 18:56:50 +08:00
2569718930@qq.com 84e2075215 feat: use DEB historical MAE as sigma floor to prevent overconfident probabilities 2026-03-01 18:32:00 +08:00
2569718930@qq.com 78ecfd3c82 docs: add /deb command, accuracy tracking, auto-cleanup to both READMEs 2026-03-01 16:14:47 +08:00
2569718930@qq.com bb23e622d1 docs: add MAE explanation to /deb output 2026-03-01 16:05:03 +08:00
2569718930@qq.com 7e85af4c8d fix: retroactively compute DEB prediction from model averages for historical accuracy 2026-03-01 16:00:20 +08:00
2569718930@qq.com ee6ccd3f8f feat: add /deb command for DEB accuracy report with per-day breakdown and model MAE comparison 2026-03-01 15:59:10 +08:00
2569718930@qq.com ee535e9efa feat: DEB accuracy tracking - save predictions, compute WU hit rate and MAE 2026-03-01 15:53:29 +08:00
2569718930@qq.com 9baf426b38 fix: restrict peak hour search to daytime 8-19h to prevent midnight false peaks 2026-02-28 21:06:52 +08:00
2569718930@qq.com 2b1c7f3209 fix(ai): don't use beaten forecasts to argue 'hard to rise' when actual already exceeds them 2026-02-28 19:16:53 +08:00
2569718930@qq.com 305e2e7a6b feat: auto-prune DEB records older than 14 days to prevent unbounded growth 2026-02-27 22:08:13 +08:00
2569718930@qq.com 2c3cbe9826 docs: add demo screenshot placeholder for Ankara live analysis 2026-02-27 20:53:32 +08:00
2569718930@qq.com 1707098d8c docs: sync with time-decay sigma, rawOb precision, MGM filter, peak-hour arch 2026-02-27 20:46:34 +08:00
2569718930@qq.com 6290238712 fix: move om_today definition before peak_hours to fix reference error 2026-02-27 20:41:40 +08:00
2569718930@qq.com a6aee33ef4 feat: add time-based sigma adjustment to probability engine using peak hour prediction 2026-02-27 20:39:18 +08:00
2569718930@qq.com 97cd48726c fix: extract obs time from rawOb instead of rounded reportTime for precision 2026-02-27 20:32:10 +08:00
2569718930@qq.com ff324d74c2 remove: Open-Meteo real-time reference display (inaccurate) 2026-02-27 18:57:46 +08:00
2569718930@qq.com fdb6d88697 fix: filter MGM -9999 sentinel values and skip display for missing data 2026-02-27 18:55:39 +08:00
2569718930@qq.com d1a17fabb4 refactor: remove old consensus/betting code, filter impossible low temps from probability 2026-02-27 18:49:22 +08:00
2569718930@qq.com bcc0824e6d feat: real-time μ correction when actual exceeds forecast + Ankara METAR aggressive rounding info for AI 2026-02-27 18:44:46 +08:00
2569718930@qq.com 8b7ac93791 fix: use minute-precision local time for AI peak time remaining calculation 2026-02-27 18:38:19 +08:00
2569718930@qq.com acf0ece7d3 fix(ai): explicitly feed current temp and daily max to AI to prevent misreading 2026-02-27 18:36:48 +08:00
2569718930@qq.com 60463a7eeb fix(ai): require explicit reference to Open-Meteo and DEB forecast values in logic 2026-02-27 18:06:13 +08:00
2569718930@qq.com c56100f3d7 fix(ai): require time-awareness in logic analysis - hours until peak 2026-02-27 16:15:02 +08:00
2569718930@qq.com a306ea8f4d docs: full sync with probability engine, AI retry, and DEB self-learning 2026-02-27 14:36:36 +08:00
2569718930@qq.com 77b7a09843 fix: show WU rounding intervals in probability, weight DEB 70% over ensemble 30% 2026-02-27 14:30:54 +08:00
2569718930@qq.com ef9cd4c9d4 feat: replace AI-computed probability with math-based normal distribution from ensemble data 2026-02-27 14:24:17 +08:00