release: v0.12.2

This commit is contained in:
github-actions[bot]
2026-07-15 02:30:53 +00:00
parent 97ab47e896
commit 18dc662d1a
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -32,14 +32,14 @@ Write strategies in a fluent Python DSL — execute them on a vectorized Rust en
## Installation
```bash
pip install manifoldbt
pip install manifoldbt # engine only: backtests, sweeps, metrics
pip install manifoldbt[plot] # + interactive charts and native windows (show=True)
pip install manifoldbt[all] # everything: plots, windows, PNG export, pandas/polars
```
With all extras (plotting, pandas, polars):
```bash
pip install manifoldbt[all]
```
The base install stays light (no browser, no GUI) for scripts, servers and CI.
`[plot]` adds plotly and a native window backend; `[all]` also pulls kaleido for
static PNG/SVG export (which bundles a headless Chromium).
## Quick Start
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "manifoldbt"
version = "0.12.1"
version = "0.12.2"
description = "Rust-powered backtesting engine for quantitative research"
requires-python = ">=3.9"
license = { file = "LICENSE" }