feat: add Monte Carlo portfolio simulation and bump to 0.3.1
- Add Monte Carlo forward simulation using Geometric Brownian Motion - Support correlated multi-asset simulation with Cholesky decomposition - Implement parallel execution via Rayon for performance - Expose simulate_portfolio_mc function in Python bindings - Update version from 0.3.0 to 0.3.1 across all project files
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "raptorbt"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user