|
1 | | -# DeepDiff v 5.7.0 |
| 1 | +# DeepDiff v 5.8.0 |
2 | 2 |
|
3 | 3 |  |
4 | 4 |  |
|
14 | 14 |
|
15 | 15 | Tested on Python 3.6+ and PyPy3. |
16 | 16 |
|
17 | | -- **[Documentation](https://zepworks.com/deepdiff/5.7.0/)** |
| 17 | +- **[Documentation](https://zepworks.com/deepdiff/5.8.0/)** |
18 | 18 |
|
19 | 19 | ## What is new? |
20 | 20 |
|
@@ -68,13 +68,13 @@ Note: if you want to use DeepDiff via commandline, make sure to run `pip install |
68 | 68 |
|
69 | 69 | DeepDiff gets the difference of 2 objects. |
70 | 70 |
|
71 | | -> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.7.0/diff.html) |
72 | | -> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.7.0/> |
| 71 | +> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.0/diff.html) |
| 72 | +> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.0/> |
73 | 73 | > - Tutorials and posts about DeepDiff can be found on <https://zepworks.com/tags/deepdiff/> |
74 | 74 |
|
75 | 75 | ## A few Examples |
76 | 76 |
|
77 | | -> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.7.0/> for full documentation. |
| 77 | +> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.0/> for full documentation. |
78 | 78 |
|
79 | 79 | ### List difference ignoring order or duplicates |
80 | 80 |
|
@@ -278,8 +278,8 @@ Example: |
278 | 278 | ``` |
279 | 279 |
|
280 | 280 |
|
281 | | -> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.7.0/diff.html) |
282 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.7.0/> |
| 281 | +> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.0/diff.html) |
| 282 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
283 | 283 |
|
284 | 284 |
|
285 | 285 | # Deep Search |
@@ -311,17 +311,17 @@ And you can pass all the same kwargs as DeepSearch to grep too: |
311 | 311 | {'matched_paths': {"root['somewhere']": 'around'}, 'matched_values': {"root['long']": 'somewhere'}} |
312 | 312 | ``` |
313 | 313 |
|
314 | | -> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.7.0/dsearch.html) |
315 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.7.0/> |
| 314 | +> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.0/dsearch.html) |
| 315 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
316 | 316 |
|
317 | 317 | # Deep Hash |
318 | 318 | (New in v4-0-0) |
319 | 319 |
|
320 | 320 | DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable! |
321 | 321 | DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash. |
322 | 322 |
|
323 | | -> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.7.0/deephash.html) |
324 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.7.0/> |
| 323 | +> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.0/deephash.html) |
| 324 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
325 | 325 |
|
326 | 326 | Let's say you have a dictionary object. |
327 | 327 |
|
@@ -369,8 +369,8 @@ Which you can write as: |
369 | 369 | At first it might seem weird why DeepHash(obj)[obj] but remember that DeepHash(obj) is a dictionary of hashes of all other objects that obj contains too. |
370 | 370 |
|
371 | 371 |
|
372 | | -> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.7.0/deephash.html) |
373 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.7.0/> |
| 372 | +> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.0/deephash.html) |
| 373 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
374 | 374 |
|
375 | 375 |
|
376 | 376 | # Using DeepDiff in unit tests |
|
0 commit comments