File tree Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -23,7 +23,14 @@ Tested on Python 3.7+ and PyPy3.
2323
2424Please 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.
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ Changelog
55
66DeepDiff 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.
Original file line number Diff line number Diff 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+
3546DeepDiff 6-7-0
3647--------------
3748
You can’t perform that action at this time.
0 commit comments