You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a repo-managed pre-push gate that mirrors the core local CI and
release checks, including version and changelog validation, Rust formatting
and clippy, Python linting and type checks, tests, docs, and the WASM smoke
suite.
Added generated API manifest tooling and CI coverage so Python and WASM
export drift is detected before release candidates are pushed.
Expanded the Rust-backed implementation surface for analysis and data-heavy
workflows, including backtest signal generation, portfolio loops, payoff and
Greeks aggregation, chunked indicator execution, and related helper paths.
Expanded the WASM package surface with additional indicator exports such as WMA, ADX, and MFI, along with refreshed Node examples and conformance
coverage against the Python package.
Changed
Refreshed benchmark wrappers, perf-contract artifacts, and benchmark
comparison helpers so the checked-in performance evidence stays aligned with
the current feature set.
Hardened Python CI and local tooling so they run the same typecheck and test
entrypoints, including installing the optional MCP dependency needed by the
MCP server tests.
Updated local pre-commit integration to match the current Ruff
configuration and refreshed locked dependencies to pick up the audited
PyJWT security fix.
Fixed
One-off benchmark output files produced in the repository root are now
ignored so local benchmarking no longer dirties the repo by default.
Tightened API typing and MCP helper behavior so the stricter lint and
typecheck pipeline passes consistently before release.