Skip to content

quantbt-engine 1.0.7

Choose a tag to compare

@BobbyAxerol BobbyAxerol released this 04 Aug 08:31
· 150 commits to main since this release
2fe650d

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 QuantBTEndpoint integration 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.