You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+47-10Lines changed: 47 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,51 @@ NOTE: Python 2 is not supported any more. DeepDiff v3.3.0 was the last version t
39
39
What is New
40
40
***********
41
41
42
-
DeepDiff 5.5.0
43
-
--------------
42
+
New In DeepDiff 5.5.0
43
+
---------------------
44
44
45
-
1. New option called `iterable_compare_func` that takes a function pointer to compare two items. It function takes two parameters and should return `True` if it is a match, `False` if it is not a match or raise `CannotCompare` if it is unable to compare the two. If `CannotCompare` is raised then it will revert back to comparing in order. If `iterable_compare_func` is not provided or set to None the behavior defaults to comparing items in order.
46
-
2. A new report item called `iterable_item_moved` this will only ever be added if there is a custom compare function.
45
+
1. New option called `iterable_compare_func` that takes a function pointer to compare two items. It function takes two parameters and should return `True` if it is a match, `False` if it is not a match or raise `CannotCompare` if it is unable to compare the two. If `CannotCompare` is raised then it will revert back to comparing in order. If `iterable_compare_func` is not provided or set to None the behavior defaults to comparing items in order. A new report item called `iterable_item_moved` this will only ever be added if there is a custom compare function.
47
46
48
-
49
-
50
-
3. You can get the path() of item in the tree view in the list format instead of string representation by passing path(output_format='list')
This is Sep, the creator of DeepDiff. Thanks for using DeepDiff!
9
+
If you find a bug please create a ticket on our `github repo`_
10
+
11
+
Please note that my time is very limited for support given my other commitments so it may take a while to get back to you. In case you need direct contact for a pressing issue, I can be reached via hello at zepworks . com email address for consulting.
0 commit comments