Skip to content

Commit db9f667

Browse files
committed
updating docs
1 parent 119c6cc commit db9f667

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# DeepDiff Change log
22

3+
- v6-7-1
4+
- Support for subtracting delta objects when iterable_compare_func is used.
5+
- Better handling of force adding a delta to an object.
6+
- Fix for [`Can't compare dicts with both single and double quotes in keys`](https://github.com/seperman/deepdiff/issues/430)
7+
- Updated docs for Inconsistent Behavior with math_epsilon and ignore_order = True
38
- v6-7-0
49
- Delta can be subtracted from other objects now.
510
- verify_symmetry is deprecated. Use bidirectional instead.

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ Tested on Python 3.7+ and PyPy3.
2323

2424
Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
2525

26-
DeepDiff v6-7-0
26+
DeepDiff 6-7-1
27+
28+
- Support for subtracting delta objects when iterable_compare_func is used.
29+
- Better handling of force adding a delta to an object.
30+
- Fix for [`Can't compare dicts with both single and double quotes in keys`](https://github.com/seperman/deepdiff/issues/430)
31+
- Updated docs for Inconsistent Behavior with math_epsilon and ignore_order = True
32+
33+
DeepDiff 6-7-0
2734

2835
- Delta can be subtracted from other objects now.
2936
- verify_symmetry is deprecated. Use bidirectional instead.

docs/changelog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Changelog
55

66
DeepDiff Changelog
77

8+
- v6-7-1
9+
10+
- Support for subtracting delta objects when iterable_compare_func
11+
is used.
12+
- Better handling of force adding a delta to an object.
13+
- Fix for
14+
```Can't compare dicts with both single and double quotes in keys`` <https://github.com/seperman/deepdiff/issues/430>`__
15+
- Updated docs for Inconsistent Behavior with math_epsilon and
16+
ignore_order = True
17+
818
- v6-7-0
919

1020
- Delta can be subtracted from other objects now.

docs/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ What Is New
3232
***********
3333

3434

35+
DeepDiff 6-7-1
36+
--------------
37+
38+
- Support for subtracting delta objects when iterable_compare_func
39+
is used.
40+
- Better handling of force adding a delta to an object.
41+
- Fix for
42+
```Can't compare dicts with both single and double quotes in keys`` <https://github.com/seperman/deepdiff/issues/430>`__
43+
- Updated docs for Inconsistent Behavior with math_epsilon and
44+
ignore_order = True
45+
3546
DeepDiff 6-7-0
3647
--------------
3748

0 commit comments

Comments
 (0)