]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(quickadapter): bump strategy and model version to 3.13.0-rc.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 Jul 2026 19:49:57 +0000 (21:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 30 Jul 2026 19:49:57 +0000 (21:49 +0200)
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/QuickAdapterV3.py

index aa96e82c5f24b6f79585979be873aca58d9e27e4..66871b0b47483f9f748807b62d16b0cf3152ce9f 100644 (file)
@@ -225,7 +225,7 @@ class QuickAdapterRegressorV3(BaseRegressionModel):
     https://github.com/sponsors/robcaulk
     """
 
-    version = "3.12.4"
+    version = "3.13.0-rc.1"
 
     _TEST_SIZE: Final[float] = 0.1
     _SKLEARN_TRAIN_TEST_SPLIT_KEYS: Final[frozenset[str]] = frozenset(
index 024aff38540439231d77ffe00c0060a0c22d2e72..1e9f64352e999ff56c60e2ec514242fb60187447 100644 (file)
@@ -170,7 +170,7 @@ class QuickAdapterV3(IStrategy):
     _ANNOTATION_LINE_OFFSET_CANDLES: Final[int] = 10
 
     def version(self) -> str:
-        return "3.12.4"
+        return "3.13.0-rc.1"
 
     timeframe = "5m"
     timeframe_minutes = timeframe_to_minutes(timeframe)