]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(quickadapter): bump model and strategy version to 3.12.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Jun 2026 02:17:30 +0000 (04:17 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Jun 2026 02:17:30 +0000 (04:17 +0200)
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/QuickAdapterV3.py

index 17f29c011bb8b86c5901490d257563499256fc77..3ef17efd5719b6c37b299161b6bf60d0bbd34d06 100644 (file)
@@ -184,7 +184,7 @@ class QuickAdapterRegressorV3(BaseRegressionModel):
     https://github.com/sponsors/robcaulk
     """
 
-    version = "3.12.0"
+    version = "3.12.1"
 
     _TEST_SIZE: Final[float] = 0.1
     # Substituted whenever the Weibull DI cutoff (``weibull_min.ppf``) is
index 9ec6e08b2340975924b08971acb882b1eff0d6ef..e362fbc88a7c07c8311fc96e73179a097c2415d6 100644 (file)
@@ -125,7 +125,7 @@ class QuickAdapterV3(IStrategy):
     _ANNOTATION_LINE_OFFSET_CANDLES: Final[int] = 10
 
     def version(self) -> str:
-        return "3.11.13"
+        return "3.12.1"
 
     timeframe = "5m"
     timeframe_minutes = timeframe_to_minutes(timeframe)