You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim bd26e7ab43 Fix incremental snapshot merge: coerce new row types to match existing schema
event_volume (and potentially other columns) can arrive as int64 from the
pipeline while the stored snapshot uses double, causing pa.concat_tables to
fail with "incompatible types" every run and silently fall back to a full
rebuild. _coerce_schema() casts new rows to the existing snapshot's types
before concatenation so incremental works without a full rebuild.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
backtest Fix parking entry/exit showing same price on last simulation day 4 months ago
common Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
db feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
export Fix incremental snapshot merge: coerce new row types to match existing schema 4 months ago
features Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
intraday Clean up superseded configs and commit accumulated R&D infrastructure 4 months ago
labeler Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
llm fix: disable Qwen3.5 thinking mode and switch OllamaClient to sync httpx 5 months ago
oracle_client Clean up: reduce Oracle timeout, fix company endpoint, archive old v7/v15/v16 experiments 4 months ago
parser Add earnings surprise feature pipeline and snapshot export improvements 5 months ago
review feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
schemas feat: implement ACE-F v1 Phase 1 -- Stock Oracle 기반 이벤트 파이프라인 5 months ago
__init__.py feat: implement ACE-F v1 Phase 1 -- Stock Oracle 기반 이벤트 파이프라인 5 months ago