mirror of
https://github.com/manifoldbt/manifoldbt.git
synced 2026-08-24 14:38:04 +00:00
release: v0.17.2
This commit is contained in:
@@ -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
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user