quantbt-engine 1.0.7
quantbt-engine 1.0.7
First production PyPI release of QuantBT's independently installable core engine.
Highlights
- Vectorized, event-driven, intrabar, portfolio, arbitrage, options, and walk-forward backtesting.
- Stable
QuantBTEndpointintegration facade. - NumPy and Numba compiled execution kernels.
- Experimental explicit Rust backend with Python as the default.
- Python 3.11, 3.12, and 3.13 support.
- Audited wheel/sdist release gates and clean-install validation.
Installation
pip install quantbt-engine==1.0.7
### Backend Policy
- backend="auto" uses Python.
- backend="rust" remains explicit and experimental.
- quantbt-native is not included in this release.