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
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# DeepDiff Change log
2
2
3
+
- v6-2-1
4
+
- Removed the print statements.
5
+
- v6-2-0
6
+
- Major improvement in the diff report for lists when items are all hashable and the order of items is important.
7
+
- v6-1-0
8
+
- DeepDiff.affected_paths can be used to get the list of all paths where a change, addition, or deletion was reported for.
9
+
- DeepDiff.affected_root_keys can be used to get the list of all paths where a change, addition, or deletion was reported for.
10
+
- Bugfix: ValueError when using Decimal 0.x #339 by [Enric Pou](https://github.com/epou)
11
+
- Serialization of UUID
12
+
- v6-0-0
13
+
-[Exclude obj callback strict](https://github.com/seperman/deepdiff/pull/320/files) parameter is added to DeepDiff by Mikhail Khviyuzov [mskhviyu](https://github.com/mskhviyu).
14
+
- A fix for diffing using `iterable_compare_func` with nested objects by [dtorres-sf](https://github.com/dtorres-sf) who originally contributed this feature.
3
15
- v5-7-0:
4
16
-https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError in _get_numbers_distance() when ignore_order = True by @Dhanvantari
5
17
-https://github.com/seperman/deepdiff/pull/280 Add support for UUIDs by @havardthom
0 commit comments