File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,34 @@ The DeepDiff library includes the following modules:
31
31
What Is New
32
32
***********
33
33
34
+ DeepDiff 8-6-0
35
+ --------------
36
+
37
+ - Added Colored View thanks to @mauvilsa
38
+ - Added support for applying deltas to NamedTuple thanks to @paulsc
39
+ - Fixed test_delta.py with Python 3.14 thanks to @Romain-Geissler-1A
40
+ - Added python property serialization to json
41
+ - Added ip address serialization
42
+ - Switched to UV from pip
43
+ - Added Claude.md
44
+ - Added uuid hashing thanks to @akshat62
45
+ - Added ``ignore_uuid_types `` flag to DeepDiff to avoid type reports
46
+ when comparing UUID and string.
47
+ - Added comprehensive type hints across the codebase (multiple commits
48
+ for better type safety)
49
+ - Added support for memoryview serialization
50
+ - Added support for bytes serialization (non-UTF8 compatible)
51
+ - Fixed bug where group_by with numbers would leak type info into group
52
+ path reports
53
+ - Fixed bug in ``_get_clean_to_keys_mapping without `` explicit
54
+ significant digits
55
+ - Added support for python dict key serialization
56
+ - Enhanced support for IP address serialization with safe module imports
57
+ - Added development tooling improvements (pyright config, .envrc
58
+ example)
59
+ - Updated documentation and development instructions
60
+
61
+
34
62
DeepDiff 8-5-0
35
63
--------------
36
64
You can’t perform that action at this time.
0 commit comments