diff --git a/HISTORY.rst b/HISTORY.rst index 8da1cad..22ae1a3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.12.0 ++++++++++++++++++++ + +* The minFraud Factors subscores have been deprecated. They will be removed + in March 2025. Please see `our release notes `_ + for more information. + 2.12.0b1 (2024-09-06) +++++++++++++++++++++ diff --git a/minfraud/models.py b/minfraud/models.py index 389a7ce..094ea0a 100644 --- a/minfraud/models.py +++ b/minfraud/models.py @@ -863,6 +863,9 @@ def _create_warnings(warnings: List[Dict[str, str]]) -> Tuple[ServiceWarning, .. class Subscores: """Risk factor scores used in calculating the overall risk score. + .. deprecated:: 2.12.0 + Use RiskScoreReason instead. + .. attribute:: avs_result The risk associated with the AVS result. If present, this is a value @@ -1329,6 +1332,9 @@ class Factors: individual risk factors that are used to calculate the overall risk score. + .. deprecated:: 2.12.0 + Use RiskScoreReason instead. + .. attribute:: risk_score_reasons This tuple contains :class:`.RiskScoreReason` objects that describe