Releases: pineforge-4pass/pineforge-engine
Releases · pineforge-4pass/pineforge-engine
v0.10.4
v0.10.4
Changes since v0.10.3
- chore(release): v0.10.4 (051f8d6)
- Merge pull request #33 from pineforge-4pass/feat/backtest-fingerprint (309ce2e)
- fix(report): unwrap std::string() in input-default parse + regression test (f97af1e)
- docs(docker): document the report fingerprint field (959457e)
- build(docker): force-latest (-U) codegen install (f48a235)
- feat(docker): pass generated.cpp + transpile flag to run_json (d04ea93)
- feat(run_strategy): opt-in --fingerprint-json sidecar (a9ec8f5)
- harden(report): non-finite-safe scalar parse + crash-proof fingerprint injection (35a1716)
- feat(report): emit decode-able backtest fingerprint from run_json (3212542)
- test: failing self-test for backtest fingerprint helpers (8902439)
Container image
docker pull ghcr.io/pineforge-4pass/pineforge-engine:0.10.4
v0.10.3
v0.10.2
v0.10.2
Changes since v0.10.1
- chore(release): v0.10.2 (b0ac63e)
- Update README.md (d771a78)
- Update README.md (#32) (e26ab6a)
- chore(corpus): bump submodule — engine_trades regen (pnl_pct convention + limit-fill fix) (795c815)
- fix(fills): TV parity — no slippage on LIMIT fills (TV-arbitrated, 396/396 bracket export exact) (4a8cd1e)
- docs(metrics): pin bracket-export limit-fill rules in validation table (396/396) (50e55ca)
- fix(fills): flag-aware flip close leg, RAII fill-kind guard, stale-flag test (4478598)
- fix(fills): TV parity — no slippage on LIMIT fills; snap limit-or-better (c832b82)
- feat(harness): strategy_overrides block in inputs.json — exercises strategy_set_override C ABI (--inputs-json flag) (c20e2eb)
- docs(metrics): TV risk-panel conventions fully arbitrated — commission/slippage bit-exact, sharpe/sortino/dd/run-up definitions reproduced; keep crack scripts (4eaea7c)
- test(metrics): corpus-wide cross-validation vs quantstats/empyrical (--all mode) (34b95af)
- docs: surface metrics reference from landing-page nav (baca1c3)
- docs: dedicated trading-metrics reference page; link from README + report schema (796ed19)
- Trading metrics + equity curve in backtest report (ABI v2) (#31) (1bd075c)
Container image
docker pull ghcr.io/pineforge-4pass/pineforge-engine:0.10.2
v0.10.1
v0.10.0
v0.10.0
Changes since v0.9.0
- chore(release): v0.10.0 (32198f9)
- docs(bench): correct speed methodology prose — published metric is magnifier-on hot loop (933fe58)
- docs(bench): refresh speed sweep after wave-1 perf pass (2026-06-11) (ac011d8)
- docs: scratch/lazy-alloc invariant comments from wave review (94596bf)
- perf: release trace buffer capacity on reset when tracing disabled (805a921)
- perf: reuse thread_local scratch in magnifier price-path sampling (27a28af)
- perf: memoize UTC bar-time decomposition per timestamp (89f1f54)
- perf: cache script_tf_ seconds, drop per-command string parse (d221a9d)
- perf: move PendingOrder/Trade/pyramid vectors instead of copying (061b06b)
- perf: lazy-allocate ring buffer storage on first push (e66a3a3)
- perf: replace modulo with conditional subtract in ring buffer indexing (39873fc)
- perf: fixed-capacity CrossEventList in fill path resolution (497c0dc)
- perf: skip no-op opposing pass when skip set is empty (ca24d9c)
- perf: early-out pending-order sorts, reuse filled_indices scratch (8b1aa02)
- refactor: shared kSecPerDay/kMsPerDay constants (values unchanged) (d44ee35)
- chore: remove dead private TA fields, fix stale engine.cpp comment refs (2e940f8)
- refactor: name qty-domain full-exit epsilon kFullQtyEps (value unchanged) (305b6f8)
- refactor: name remaining epsilon literals (values unchanged) (9da52d1)
- chore: remove invalid 'Language: C' document from .clang-format (94f80c9)
- ci(release): notify pineforge-mcp-public to redeploy on every engine release (DESIGN.md §9 dispatch) (afe10b6)
Container image
docker pull ghcr.io/pineforge-4pass/pineforge-engine:0.10.0
v0.9.0
v0.8.0
v0.8.0
Changes since v0.7.1
- chore(release): v0.8.0 (0457d99)
- chore: revert premature VERSION bump; cut 0.8.0 via release workflow (4020153)
- release: v0.8.0 — concurrency-safe entrypoint (PINEFORGE_IN_DIR + mktemp work dir) (7bc1a1a)
- feat(entrypoint): PINEFORGE_IN_DIR + per-run mktemp work dir (concurrency-safe) (daf4c34)
- fix(submodule): pin corpus at LEGAL-fix commit, not divergent local main (d1bcb8c)
- chore(submodules): bump corpus + assets to public-posture LEGAL.md (2c5bcfe)
- docs(legal): reconcile docs to public source-available posture post-OSS (0fccede)
- chore: bump corpus submodule (refreshed 246-probe report); restore trade totals in README (1449e15)
- fix(scripts): regen_validation_report uses parse_trades(tz=) API; fix corpus org URL (f805611)
- docs(readme): refresh corpus parity to 245/246 (current verifier), drop stale trade totals (2625d2f)
- docs(readme): remove dead Live Playground links (codegen.pineforge.dev) (ed6ad91)
- docs(readme): retarget header to local-first (PyPI/MCP badges, Docker CTA), drop API-key/free-tier framing (b8025e0)
Container image
docker pull ghcr.io/pineforge-4pass/pineforge-engine:0.8.0
v0.7.1
v0.7.0
v0.7.0
Changes since v0.6.4
- chore(release): v0.7.0 (bf2e4eb)
- Instrument + HTF parity: engine fixes, runtime syminfo ABI, and TV-graded probes (#29) (de12718)
- Production-readiness probes + engine state-reset / finite-fill fixes (#28) (480fd19)
- fix(fills): remove double-slippage on close-then-enter path (#27) (a0535f0)
- docs: add Part 3 (cross-cutting behaviors) to engine cheatsheet (28ad088)
- docs: source-verified runtime-overrides + order-execution cheatsheet (a4ab775)
Container image
docker pull ghcr.io/pineforge-4pass/pineforge-engine:0.7.0
v0.6.4
v0.6.4
Changes since v0.6.3
- chore(release): v0.6.4 (cd08969)
- feat: input.source series helper + syminfo tz/session/metadata injection (#23, #19) (#25) (5de5f96)
- docs(aggregation): explain first-present script-bar timestamp under feed gaps (6cbc672)
- docs(audit): mark input.time + drawing-field fixes resolved (f19e25a)
- chore(corpus): bump submodule — regenerated validation_report (232 probes) (8567fc7)
- bench(speed): refresh 3-way comparison after hot-path alloc-churn reduction (0d38cce)
- bench(throughput): refresh numbers after hot-path alloc-churn reduction (f0af6f5)
- test(risk): cover drawdown / consecutive-loss / direction-lock gates (3fc567e)
- perf(ta): WMA uses ring buffer storage (math unchanged) (492296b)
- build(cmake): add PINEFORGE_STRICT_WARNINGS opt-in (-Wconversion) (d806b6d)
- build(cmake): add PINEFORGE_ENABLE_SANITIZERS opt-in (ASan+UBSan) (3f4aae1)
- build(cmake): gate -O2 to non-Debug configs so Debug builds are debuggable (33222b2)
- refactor(orders): extract fifo_drain helper for partial-exit dedup (47b21cb)
- refactor(engine): extract dispatch_bar helper for process_orders_on_close branch (f540df4)
- refactor(orders): named constants for quantity epsilons (kQtyEpsilon/kOcaQtyEpsilon) (c8033a6)
- perf(engine): reduce per-bar heap-allocation churn in fill/run/security hot paths (af7c288)
- feat(engine): add get_input_int64 helper for int64 input keys (02dc175)
- docs(audit): mark Phase B/C/D resolutions in pine_v6_audit_master (f068aa6)
Container image
docker pull ghcr.io/pineforge-4pass/pineforge-engine:0.6.4