Compare commits
2
Commits
v0.3.2
...
v0.3.2.post1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7592d5d79 | ||
|
|
87545683eb |
@@ -6,8 +6,6 @@
|
|||||||
[](https://www.rust-lang.org/)
|
[](https://www.rust-lang.org/)
|
||||||
[](https://pepy.tech/projects/raptorbt)
|
[](https://pepy.tech/projects/raptorbt)
|
||||||
|
|
||||||
<iframe src="https://clickhouse-analytics.metabaseapp.com/public/dashboard/daa27bf9-c01e-43fe-9260-c69b679cfe83?project_name=raptorbt#&theme=night" frameborder="0" width="100%" height="600"></iframe>
|
|
||||||
|
|
||||||
**Blazing-fast backtesting for the modern quant.**
|
**Blazing-fast backtesting for the modern quant.**
|
||||||
|
|
||||||
RaptorBT is a high-performance backtesting engine written in Rust with Python bindings via PyO3. It serves as a drop-in replacement for VectorBT — delivering **HFT-grade compute efficiency** with full metric parity.
|
RaptorBT is a high-performance backtesting engine written in Rust with Python bindings via PyO3. It serves as a drop-in replacement for VectorBT — delivering **HFT-grade compute efficiency** with full metric parity.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "raptorbt"
|
name = "raptorbt"
|
||||||
version = "0.3.2"
|
version = "0.3.2.post1"
|
||||||
description = "High-performance Rust backtesting engine with Python bindings. Drop-in VectorBT replacement with up insanely faster performance at fractional memory footprint."
|
description = "High-performance Rust backtesting engine with Python bindings. Drop-in VectorBT replacement with up insanely faster performance at fractional memory footprint."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from raptorbt._raptorbt import (
|
|||||||
rolling_max,
|
rolling_max,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "0.3.2"
|
__version__ = "0.3.2.post1"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
# Config classes
|
# Config classes
|
||||||
|
|||||||
Reference in New Issue
Block a user