mirror of
https://github.com/manifoldbt/manifoldbt.git
synced 2026-08-24 22:48:05 +00:00
release: v0.12.2
This commit is contained in:
@@ -32,14 +32,14 @@ Write strategies in a fluent Python DSL — execute them on a vectorized Rust en
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```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):
|
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
|
||||||
```bash
|
static PNG/SVG export (which bundles a headless Chromium).
|
||||||
pip install manifoldbt[all]
|
|
||||||
```
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "manifoldbt"
|
name = "manifoldbt"
|
||||||
version = "0.12.1"
|
version = "0.12.2"
|
||||||
description = "Rust-powered backtesting engine for quantitative research"
|
description = "Rust-powered backtesting engine for quantitative research"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
|
|||||||
Reference in New Issue
Block a user