Skip to content

Commit d8b3e2b

Browse files
committed
fixing docs
1 parent c6f6ad0 commit d8b3e2b

File tree

4 files changed

+47
-29
lines changed

4 files changed

+47
-29
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
- Fixes __slots__ comparison when the attribute doesn't exist.
99
- Relaxing orderly-set reqs
1010
- Added Python 3.13 support
11-
- Only lower if clean_key is instance of str
1211
- Only lower if clean_key is instance of str #504
13-
- Fixes issue where the key deep_distance is not returned when both compared items are equal
1412
- Fixes issue where the key deep_distance is not returned when both compared items are equal #510
1513
- Fixes exclude_paths fails to work in certain cases
1614
- exclude_paths fails to work #509
1715
- Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys
1816
- to_dict() method chokes on standard json.dumps() kwargs #490
1917
- Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty
20-
- In version 8.0.1, accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508
18+
- In version 8.1.0, accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508
2119

2220

2321
- v8-0-1

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ DeepDiff 8-1-0
3131
- Fixes __slots__ comparison when the attribute doesn't exist.
3232
- Relaxing orderly-set reqs
3333
- Added Python 3.13 support
34-
- Only lower if clean_key is instance of str
3534
- Only lower if clean_key is instance of str #504
36-
- Fixes issue where the key deep_distance is not returned when both compared items are equal
3735
- Fixes issue where the key deep_distance is not returned when both compared items are equal #510
3836
- Fixes exclude_paths fails to work in certain cases
3937
- exclude_paths fails to work #509

docs/changelog.rst

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ Changelog
55

66
DeepDiff Changelog
77

8+
9+
- v8-1-0
10+
11+
- Removing deprecated lines from setup.py
12+
- Added ``prefix`` option to ``pretty()``
13+
- Fixes hashing of numpy boolean values.
14+
- Fixes **slots** comparison when the attribute doesn’t exist.
15+
- Relaxing orderly-set reqs
16+
- Added Python 3.13 support
17+
- Only lower if clean_key is instance of str
18+
- Fixes issue where the key deep_distance is not returned when both
19+
compared items are equal
20+
- Fixes exclude_paths fails to work in certain cases
21+
- exclude_paths fails to work
22+
- Fixes to_json() method chokes on standard json.dumps() kwargs such as
23+
sort_keys
24+
- to_dict() method chokes on standard json.dumps() kwargs
25+
- Fixes accessing the affected_root_keys property on the diff object
26+
returned by DeepDiff fails when one of the dicts is empty
27+
- In version 8.1.0, accessing the affected_root_keys property on the
28+
diff object returned by DeepDiff fails when one of the dicts is empty
29+
30+
831
- v8-0-1
932

1033
- Bugfix. Numpy should be optional.

docs/index.rst

+23-24
Original file line numberDiff line numberDiff line change
@@ -31,33 +31,32 @@ The DeepDiff library includes the following modules:
3131
What 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

6058
DeepDiff 8-0-1
59+
--------------
6160

6261
- Bugfix. Numpy should be optional.
6362

0 commit comments

Comments
 (0)