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
Generated
+1 -1
View File
@@ -502,7 +502,7 @@ dependencies = [
[[package]]
name = "raptorbt"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"approx",
"criterion",