From dd0d257ff87c630e89dd6ea7aa473e6c3599a170 Mon Sep 17 00:00:00 2001 From: Seperman Date: Fri, 5 Apr 2024 11:53:29 -0700 Subject: [PATCH] updating docs --- docs/diff_doc.rst | 2 +- docs/ignore_types_or_values.rst | 2 +- docs/serialization.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/diff_doc.rst b/docs/diff_doc.rst index 3aee96f..b52d0d9 100644 --- a/docs/diff_doc.rst +++ b/docs/diff_doc.rst @@ -116,7 +116,7 @@ ignore_type_subclasses: Boolean, default = False .. Note:: ignore_type_subclasses was incorrectly doing the reverse of its job up until DeepDiff 6.7.1 - Please make sure to flip it in your use cases, when upgrading from older versions to 6.7.2 or above. + Please make sure to flip it in your use cases, when upgrading from older versions to 6.8.0 or above. ignore_string_case: Boolean, default = False :ref:`ignore_string_case_label` diff --git a/docs/ignore_types_or_values.rst b/docs/ignore_types_or_values.rst index 31271df..c3fb141 100644 --- a/docs/ignore_types_or_values.rst +++ b/docs/ignore_types_or_values.rst @@ -216,7 +216,7 @@ ignore_type_subclasses: Boolean, default = False .. Note:: ignore_type_subclasses was incorrectly doing the reverse of its job up until DeepDiff 6.7.1 - Please make sure to flip it in your use cases, when upgrading from older versions to 6.7.2 or above. + Please make sure to flip it in your use cases, when upgrading from older versions to 6.8.0 or above. >>> from deepdiff import DeepDiff >>> class ClassA: diff --git a/docs/serialization.rst b/docs/serialization.rst index 53c7707..5c4bc69 100644 --- a/docs/serialization.rst +++ b/docs/serialization.rst @@ -208,7 +208,7 @@ Sometimes, it is desired to serialize a :ref:`delta_label` object to a list of f Since None is a valid value, we use a special hard-coded string to signify "unkown": '*-UNKNOWN-*' .. note:: - Many new keys are added to the flat dicts in DeepDiff 6.7.2 + Many new keys are added to the flat dicts in DeepDiff 6.8.0 You may want to use :ref:`delta_to_flat_rows_label` instead of flat dicts. For example: