|
1 |
| -# DeepDiff v 6.6.1 |
| 1 | +# DeepDiff v 6.7.0 |
2 | 2 |
|
3 | 3 | 
|
4 | 4 | 
|
|
17 | 17 |
|
18 | 18 | Tested on Python 3.7+ and PyPy3.
|
19 | 19 |
|
20 |
| -- **[Documentation](https://zepworks.com/deepdiff/6.6.1/)** |
| 20 | +- **[Documentation](https://zepworks.com/deepdiff/6.7.0/)** |
21 | 21 |
|
22 | 22 | ## What is new?
|
23 | 23 |
|
24 | 24 | Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
|
25 | 25 |
|
| 26 | +DeepDiff v6-7-0 |
| 27 | + |
| 28 | +- Delta can be subtracted from other objects now. |
| 29 | +- verify_symmetry is deprecated. Use bidirectional instead. |
| 30 | +- always_include_values flag in Delta can be enabled to include values in the delta for every change. |
| 31 | +- Fix for Delta.__add__ breaks with esoteric dict keys. |
| 32 | +- You can load a delta from the list of flat dictionaries. |
| 33 | + |
26 | 34 | DeepDiff 6-6-1
|
| 35 | + |
27 | 36 | - Fix for [DeepDiff raises decimal exception when using significant digits](https://github.com/seperman/deepdiff/issues/426)
|
28 | 37 | - Introducing group_by_sort_key
|
29 | 38 | - Adding group_by 2D. For example `group_by=['last_name', 'zip_code']`
|
30 | 39 |
|
31 | 40 |
|
32 |
| -DeepDiff 6-6-0 |
33 |
| - |
34 |
| -- [Serialize To Flat Dicts](https://zepworks.com/deepdiff/current/serialization.html#delta-to-flat-dicts-label) |
35 |
| -- [NumPy 2.0 compatibility](https://github.com/seperman/deepdiff/pull/422) by [William Jamieson](https://github.com/WilliamJamieson) |
36 |
| - |
37 |
| -DeepDiff 6-5-0 |
38 |
| - |
39 |
| -- [parse_path](https://zepworks.com/deepdiff/current/faq.html#q-how-do-i-parse-deepdiff-result-paths) |
40 |
| - |
41 |
| -DeepDiff 6-4-1 |
42 |
| - |
43 |
| -- [Add Ignore List Order Option to DeepHash](https://github.com/seperman/deepdiff/pull/403) by |
44 |
| -[Bobby Morck](https://github.com/bmorck) |
45 |
| -- [pyyaml to 6.0.1 to fix cython build problems](https://github.com/seperman/deepdiff/pull/406) by [Robert Bo Davis](https://github.com/robert-bo-davis) |
46 |
| -- [Precompiled regex simple diff](https://github.com/seperman/deepdiff/pull/413) by [cohml](https://github.com/cohml) |
47 |
| -- New flag: `zip_ordered_iterables` for forcing iterable items to be compared one by one. |
48 |
| - |
49 |
| - |
50 | 41 | ## Installation
|
51 | 42 |
|
52 | 43 | ### Install from PyPi:
|
@@ -107,11 +98,11 @@ Thank you!
|
107 | 98 |
|
108 | 99 | How to cite this library (APA style):
|
109 | 100 |
|
110 |
| - Dehpour, S. (2023). DeepDiff (Version 6.6.1) [Software]. Available from https://github.com/seperman/deepdiff. |
| 101 | + Dehpour, S. (2023). DeepDiff (Version 6.7.0) [Software]. Available from https://github.com/seperman/deepdiff. |
111 | 102 |
|
112 | 103 | How to cite this library (Chicago style):
|
113 | 104 |
|
114 |
| - Dehpour, Sep. 2023. DeepDiff (version 6.6.1). |
| 105 | + Dehpour, Sep. 2023. DeepDiff (version 6.7.0). |
115 | 106 |
|
116 | 107 | # Authors
|
117 | 108 |
|
|
0 commit comments