feat: add batch spread backtest with parallel execution, bump to 0.3.3

Introduces PyBatchSpreadItem and batch_spread_backtest function for running multiple spread strategies in parallel using Rayon, enabling efficient multi-strategy backtesting workflows.
This commit is contained in:
porcelaincode
2026-02-25 15:19:42 +05:30
parent 87545683eb
commit e049a2f968
9 changed files with 236 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "raptorbt"
version = "0.3.2.post1"
version = "0.3.3"
description = "High-performance Rust backtesting engine with Python bindings. Drop-in VectorBT replacement with up insanely faster performance at fractional memory footprint."
readme = "README.md"
requires-python = ">=3.10"