20 Commits

Author SHA1 Message Date
PM-pinou 1df4c3c2eb chore: bump VERSION to v2.0.0beta, reimport TlsDB, remove stale test files 2026-07-22 21:53:25 +08:00
PM-pinou a59c153f4c fix: reset VERSION to v1.1.6 2026-07-22 13:59:29 +08:00
PM-pinou db0e473119 chore: bump to v1.1.7 2026-07-22 13:58:33 +08:00
PM-pinou edd942695b Revert "chore: bump to v1.1.7"
This reverts commit 1ab655d17940aa0905c031753b89d67fb51a61e2.
2026-07-22 13:58:29 +08:00
PM-pinou ef27ddde4e chore: bump to v1.1.7 2026-07-22 13:58:22 +08:00
PM-pinou 9ca5da1237 release: v1.1.6 — update.bat wildcard fix + schema column-order fix + gen_test format alignment + pipeline verify 2026-07-22 11:39:35 +08:00
PM-pinou db82f58ff2 fix: reset VERSION to v1.1.4 2026-07-21 22:33:17 +08:00
PM-pinou 4a0296761b chore: bump to v1.1.5 2026-07-21 22:33:03 +08:00
PM-pinou e44e4ead08 fix: reset VERSION to v1.1.4 (post-build) 2026-07-21 22:15:15 +08:00
PM-pinou c75a423261 chore: bump to v1.1.5 2026-07-21 22:15:02 +08:00
PM-pinou d8eadafc83 auto: update for vv1.1.4 2026-07-21 22:14:55 +08:00
PM-pinou 61f0174781 chore: bump to v1.1.5 2026-07-21 21:48:41 +08:00
PM-pinou 8ee538492d release: v1.1.4 2026-07-21 21:40:56 +08:00
PM-pinou 21b28823e3 fix: reset VERSION to v1.1.3 2026-07-21 14:17:49 +08:00
PM-pinou 929b6aca2f chore: bump to v1.1.5 2026-07-21 14:16:14 +08:00
PM-pinou e8e93a0fc8 chore: bump to v1.1.4 2026-07-21 14:16:08 +08:00
PM-pinou 3617b7aabc release: v1.1.3 — 13 fixes across build, frontend, pipeline, and data handling
Build: fix incremental package (update_info.json SHA256, __delete__, test exclude, files/ prefix), fix bump_version for 3-segment, PYTHONUTF8 in update.bat
Frontend: upload→manual redirect, LLM→cluster_overview redirect, filter UI before clustering, 地球→态势 rename, fix globe drag direction+inertia
Pipeline: LLM→auto clustering+PCA, column union handling (keep extra cols, no dropping), FFT spectral analysis tool
Quality: fix 24 bare except:pass patterns, enrich LLM context with TlsDB metadata, auto-save workflows with pinning, TlsDB-based column types
2026-07-21 12:01:52 +08:00
PM-pinou 9314ac6942 chore: bump version to v1.1.2
- New timeline UI: interleaved LLM reasoning + tool call display
- Fix: run_log truncation for large tool outputs
- Fix: lat/lon + values reduced to ~1% (was 99%)
- Fix: @csrf_exempt on upload/delete endpoints
- Fix: DATA_UPLOAD_MAX_NUMBER_FILES for 1998-file upload
- Fix: dtype alignment for multi-batch CSV processing
- New: tests/test_e2e_full.py with real DeepSeek LLM
- New: 1998-file test data generator
2026-07-20 23:32:32 +08:00
PM-pinou 7fe14a3f05 chore: bump version to v1.1.1
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-07-20 18:46:03 +08:00
PM-pinou 00774ea52b feat(scripts): add incremental update system with version tracking and diff utilities
Add complete incremental update infrastructure:
- VERSION: project version tracking file
- scripts/version_utils.py: shared version parsing and comparison utilities
- scripts/build_update.py: build incremental update package from git diff
- scripts/apply_update.py: apply offline incremental update
- scripts/merge_config.py: safe config merge logic for update safety
- scripts/migrate_db_to_appdata.py: migrate DB from project dir to APPDATA

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-07-20 14:14:12 +08:00