feat: add instrument level config and bump to 0.3.0

This commit is contained in:
porcelaincode
2026-02-10 05:03:39 +05:30
parent aad09da117
commit bb6ce05c57
13 changed files with 413 additions and 31 deletions
+3 -1
View File
@@ -12,6 +12,7 @@ offering significant performance improvements over vectorbt:
from raptorbt._raptorbt import (
# Config classes
PyBacktestConfig,
PyInstrumentConfig,
PyStopConfig,
PyTargetConfig,
# Result classes
@@ -40,11 +41,12 @@ from raptorbt._raptorbt import (
rolling_max,
)
__version__ = "0.2.2"
__version__ = "0.3.0"
__all__ = [
# Config classes
"PyBacktestConfig",
"PyInstrumentConfig",
"PyStopConfig",
"PyTargetConfig",
# Result classes
Binary file not shown.
Binary file not shown.