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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# DeepDiff Change log
2
2
3
+
4
+
- v7-0-1
5
+
- Fixes the translation between Difflib opcodes and Delta flat rows.
3
6
- v7-0-0
4
7
- When verbose=2, return `new_path` when the `path` and `new_path` are different (for example when ignore_order=True and the index of items have changed).
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ Tested on Python 3.8+ and PyPy3.
23
23
24
24
Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
25
25
26
+
DeepDiff 7-0-1
27
+
28
+
- Fixes the translation between Difflib opcodes and Delta flat rows.
29
+
26
30
DeepDiff 7-0-0
27
31
28
32
- DeepDiff 7 comes with an improved delta object. [Delta to flat dictionaries](https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-dictionaries) have undergone a major change. We have also introduced [Delta serialize to flat rows](https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-rows).
0 commit comments