From e7779d49aec893fbaa094177ffe80614657dc93a Mon Sep 17 00:00:00 2001 From: Xiaoyu Date: Thu, 19 Sep 2024 12:43:30 +0800 Subject: [PATCH] minor fix --- docs/source/modeling.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/modeling.rst b/docs/source/modeling.rst index 4d72a66..b5a7842 100644 --- a/docs/source/modeling.rst +++ b/docs/source/modeling.rst @@ -234,6 +234,8 @@ Pool * ``("cumPoolCollection", None, ,....)`` -> pool cumulative on fields :ref:`Pool Sources` * ``("cumPoolCollectionTill", None, N,,....)`` -> pool cumulative on fields till Period N :ref:`Pool Sources` * ``("curPoolCollection", None, ,...)`` -> pool current sum of fields + + .. versionadded:: 0.29.6 * ``("curPoolCollectionStats", None, N,,...)`` -> pool current sum of fields till Period N .. versionadded:: 0.24.1 @@ -328,9 +330,6 @@ Combination Type * ``("sum", , , ...)`` -> sum of formula values * ``("avg", , , ...)`` -> average of formula values * ``("/", , , ...)`` -> divide two formulas (2 digtis) - .. versionadded:: 0.29.6 - * ``("ratio", , )`` -> divide two formulas but with more precision (6 digtis) - * ``("avgRatio", .....) -> average of ratio of formula values * ``("abs", )`` -> absolute value of formula value * ``("subtract", , , ...)`` -> using 1st of element to substract rest in the list @@ -342,7 +341,10 @@ Combination Type * ``("capWith", , )`` -> get value of and cap with * ``("constant", )`` | ``("const", )`` -> a constant value * ``("custom", )`` -> use a custom data - + + .. versionadded:: 0.29.6 + * ``("ratio", , )`` -> divide two formulas but with more precision (6 digtis) + * ``("avgRatio", .....)`` -> average of ratio of formula values Condition ------------