Commit Graph
17 Commits
Author SHA1 Message Date
github-actions[bot] d03683dd48 release: v0.6.1 v0.6.1 2026-06-22 17:51:23 +00:00
github-actions[bot] be3d685b36 release: v0.6.0 v0.6.0 2026-06-22 17:00:25 +00:00
github-actions[bot] 864dee7616 release: v0.5.0 v0.5.0 2026-06-16 17:00:05 +00:00
Jimmy7892 e35d54875c chore: relicense from MIT to Apache 2.0 + Commons Clause
Source-available rather than fully OSI open-source. Use, modify and
self-host remain free. Reselling the software or running it as a paid
hosted service is now explicitly disallowed by the Commons Clause.
2026-04-29 04:07:32 +02:00
Jimmy7892 6ba4691a02 release: v0.4.6
- Cross-exchange backtesting (Pro)
- Dict universe format (provider-based symbol resolution)
- Exogenous data support (register_exo + exo() expressions)
- Provider-based data layout (binance/1h/TICKER.arrow)
- Preload fix for provider layout
- Exo column resampling for multi-resolution
- Pro gate for cross-exchange (clean exit)
- ATR/ADX rolling SMA fix
- Precise mode hybrid fills
v0.4.6
2026-04-01 01:18:20 +02:00
github-actions[bot] 4039012c58 release: v0.4.0 v0.4.0 2026-03-22 12:08:24 +00:00
github-actions[bot] 327107e2a7 release: v0.3.0 v0.3.0 2026-03-21 11:50:25 +00:00
Exocet92 53a32b361d fix: use correct domain www.manifoldbt.com 2026-03-19 00:34:28 +01:00
Exocet92 840cd79233 fix: replace rustbt.vercel.app with manifold-bt.com 2026-03-19 00:31:24 +01:00
github-actions[bot] 7f665049de release: v0.2.0 v0.2.0 2026-03-18 15:20:24 +00:00
Jimmy7892 4ee3431463 docs: update Community vs Pro table to match pricing 2026-03-18 03:43:41 +01:00
github-actions[bot] 8efcc37fc4 release: v0.1.3 2026-03-18 02:39:46 +00:00
Jimmy7892 1fc9e8a382 sync: update Python package, examples, add CLI entry point 2026-03-18 03:03:40 +01:00
Jimmy7892 b917d7975d feat: add bt.ingest() and manifoldbt CLI for data ingestion
- Add ingest() function for downloading bar data from providers
- Add manifoldbt CLI entry point (manifoldbt ingest ...)
- Supported providers: binance, hyperliquid (free), databento, massive (Pro)
- Update type stubs for py_ingest
2026-03-18 02:53:28 +01:00
Jimmy7892 b71461c9a7 docs: improve README with real benchmarks, docs link, community vs pro table 2026-03-17 16:35:09 +01:00
Jimmy7892 c4e7e9abb4 fix: benchmark timestamp ns, vectorbt trade count x2, remove fake perf numbers from README v0.1.0 2026-03-17 16:23:22 +01:00
Jimmy7892 67ab17280b Initial commit: manifoldbt public repo
Python DSL, examples, docs, benchmarks, and tests.
Rust engine distributed as pre-compiled wheel via PyPI.
2026-03-17 16:15:40 +01:00