Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Apr 5, 2024
1 parent 1910fbe commit dd0d257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/diff_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/ignore_types_or_values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/serialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd0d257

Please sign in to comment.