Skip to content

Commit b639fec

Browse files
committed
updating the docs
1 parent 6f3d5ee commit b639fec

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/index.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,34 @@ The DeepDiff library includes the following modules:
3131
What Is New
3232
***********
3333

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+
3462
DeepDiff 8-5-0
3563
--------------
3664

0 commit comments

Comments
 (0)