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
@@ -1,6 +1,6 @@
[package]
name = "raptorbt"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "High-performance Rust backtesting engine with Python bindings. Drop-in VectorBT replacement with up insanely faster performance at fractional memory footprint."
authors = ["Alphabench <contact@alphabench.in>"]