Commit Graph

202 Commits

Author SHA1 Message Date
2569718930@qq.com fd24d369aa fix: reality-anchored probability engine and forecast bust AI detection 2026-03-04 01:52:21 +08:00
2569718930@qq.com 894010f17f fix: add MGM fallback for Ankara weather data 2026-03-04 01:19:50 +08:00
2569718930@qq.com fac34c9872 feat: add cinematic zoom-in camera for city selection 2026-03-04 01:10:41 +08:00
2569718930@qq.com 77d08e07e2 chore: remove github actions as it is not needed 2026-03-04 01:05:57 +08:00
2569718930@qq.com 706b4eda3f fix: explicitly pass proxies to Groq AI requests and add detailed logging 2026-03-03 23:10:10 +08:00
2569718930@qq.com 3f38f6604d style: upscale city list sidebar and font sizes for better visibility 2026-03-03 23:04:40 +08:00
2569718930@qq.com 8977020a80 feat: add local time and peak temp time to city list sidebar 2026-03-03 23:00:06 +08:00
2569718930@qq.com 4ca457d36e feat: translate METAR weather codes to Chinese 2026-03-03 22:55:56 +08:00
2569718930@qq.com 7d3f497417 feat: display current weather and max temperature time in hero section 2026-03-03 22:49:10 +08:00
2569718930@qq.com 3cb53e6f9b style: fix text truncation overflow in risk info section for tablet (add word-break) 2026-03-03 22:40:27 +08:00
2569718930@qq.com 601187c5c6 style: fix text truncation overflow in risk info section for tablet 2026-03-03 22:35:20 +08:00
2569718930@qq.com 27385e4cfe feat/style: close panel on map click and optimize tablet layout 2026-03-03 22:29:32 +08:00
2569718930@qq.com 853992f15b perf: increase background loading interval to 2000ms 2026-03-03 22:25:16 +08:00
2569718930@qq.com 30f25092eb docs: use standard relative image path for wider markdown compatibility 2026-03-03 22:12:33 +08:00
2569718930@qq.com a8e690d7ee docs: add demo map image 2026-03-03 22:08:36 +08:00
2569718930@qq.com 5c4b6cb79f docs: add web map screenshot and feature list 2026-03-03 22:06:41 +08:00
2569718930@qq.com 6b79fc8d37 style: move map zoom controls to bottom-right to prevent UI overlap 2026-03-03 22:00:57 +08:00
2569718930@qq.com c83a2ae486 feat: remove METAR trend chart overlay 2026-03-03 21:57:13 +08:00
2569718930@qq.com d09d8443a4 chore: add comprehensive update script for bot and web 2026-03-03 21:53:41 +08:00
2569718930@qq.com caf2d89ebf fix: max_temp on markers, METAR line on chart, 1hr auto-refresh 2026-03-03 21:50:23 +08:00
2569718930@qq.com 38d2159934 feat: use precise airport coords and show temp unit on marker 2026-03-03 21:44:02 +08:00
2569718930@qq.com 0416f930e9 feat: show max temp as hero, overlay METAR pts on chart, fix trend direction 2026-03-03 21:40:38 +08:00
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