release: v0.17.2

This commit is contained in:
github-actions[bot]
2026-08-18 09:21:25 +00:00
parent d9f1862fd9
commit 1cf494c3b2
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -176,6 +176,24 @@ Full API reference, indicator list, configuration guide, and best practices:
| Safety checks (lookahead, exposure) | - | Yes |
| Tearsheets & export | - | Yes |
## Telemetry
Every install sends one anonymous ping a day: an anonymous install id, the
ManifoldBT version, your OS, CPU architecture, whether it is a CUDA build, your
Python major version, and Community or Pro. No email, no license key, no
strategy, no data, no results. It tells us which versions and platforms are
still in use, so we know what we can stop supporting.
Turn it off with either of:
```bash
export MANIFOLDBT_NO_TELEMETRY=1
export DO_NOT_TRACK=1
```
CI runners are skipped automatically. Pro license validation is a separate
mechanism and is not affected by these variables.
## License
Apache 2.0 with Commons Clause. The source is available, free to use,
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "manifoldbt"
version = "0.17.1"
version = "0.17.2"
description = "Rust-powered backtesting engine for quantitative research"
requires-python = ">=3.9"
license = { file = "LICENSE" }