Skip to content

v1.1.2 — docs/examples; crates.io README wiring

Latest

Choose a tag to compare

@copyleftdev copyleftdev released this 02 Jun 02:46
7ce61ce

No library or contract changes — the tq1 envelope, exit codes, and config_version are byte-identical to 1.1.1. A docs/examples release.

Examples

  • examples/synergy_market.py — anomalyx paired with agent-calc: anomalyx finds the anomalous days and the regime shift, the exact-math kernel proves what they mean (Gaussian tail probability, a two-sample t-test across the CUSUM break, exact correlations).
  • examples/polymarket_anomalies.py — information shocks and odds regime shifts in a Polymarket prediction market.

Documentation

  • README lists all four worked examples (stock, journal, polymarket, synergy).
  • New mdbook page "Worked examples".
  • The anomalyx crate now sets readme = "../../README.md", so the crates.io page renders the project README (it had none before).

cargo install anomalyx · published to crates.io in dependency order.