@@ -31,33 +31,32 @@ The DeepDiff library includes the following modules:
3131What Is New
3232***********
3333
34- DeepDiff v8-1-0
35-
36- - Removing deprecated lines from setup.py
37- - Added ``prefix `` option to ``pretty() ``
38- - Fixes hashing of numpy boolean values.
39- - Fixes **slots ** comparison when the attribute doesn’t exist.
40- - Relaxing orderly-set reqs
41- - Added Python 3.13 support
42- - Only lower if clean_key is instance of str
43- - Only lower if clean_key is instance of str #504
44- - Fixes issue where the key deep_distance is not returned when both
45- compared items are equal
46- - Fixes issue where the key deep_distance is not returned when both
47- compared items are equal #510
48- - Fixes exclude_paths fails to work in certain cases
49- - exclude_paths fails to work #509
50- - Fixes to_json() method chokes on standard json.dumps() kwargs such
51- as sort_keys
52- - to_dict() method chokes on standard json.dumps() kwargs #490
53- - Fixes accessing the affected_root_keys property on the diff object
54- returned by DeepDiff fails when one of the dicts is empty
55- - In version 8.1.0, accessing the affected_root_keys property on the
56- diff object returned by DeepDiff fails when one of the dicts is
57- empty #508
34+ DeepDiff 8-1-0
35+ --------------
36+
37+ - Removing deprecated lines from setup.py
38+ - Added ``prefix `` option to ``pretty() ``
39+ - Fixes hashing of numpy boolean values.
40+ - Fixes **slots ** comparison when the attribute doesn’t exist.
41+ - Relaxing orderly-set reqs
42+ - Added Python 3.13 support
43+ - Only lower if clean_key is instance of str
44+ - Fixes issue where the key deep_distance is not returned when both
45+ compared items are equal
46+ - Fixes exclude_paths fails to work in certain cases
47+ - exclude_paths fails to work
48+ - Fixes to_json() method chokes on standard json.dumps() kwargs such as
49+ sort_keys
50+ - to_dict() method chokes on standard json.dumps() kwargs
51+ - Fixes accessing the affected_root_keys property on the diff object
52+ returned by DeepDiff fails when one of the dicts is empty
53+ - In version 8.1.0, accessing the affected_root_keys property on the
54+ diff object returned by DeepDiff fails when one of the dicts is empty
55+
5856
5957
6058DeepDiff 8-0-1
59+ --------------
6160
6261 - Bugfix. Numpy should be optional.
6362
0 commit comments