|
1 |
| -# DeepDiff v 5.8.1 |
| 1 | +# DeepDiff v 5.8.2 |
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.8.1/)** |
| 17 | +- **[Documentation](https://zepworks.com/deepdiff/5.8.2/)** |
18 | 18 |
|
19 | 19 | ## What is new?
|
20 | 20 |
|
@@ -67,13 +67,13 @@ Note: if you want to use DeepDiff via commandline, make sure to run `pip install
|
67 | 67 |
|
68 | 68 | DeepDiff gets the difference of 2 objects.
|
69 | 69 |
|
70 |
| -> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.1/diff.html) |
71 |
| -> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.1/> |
| 70 | +> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.2/diff.html) |
| 71 | +> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.2/> |
72 | 72 | > - Tutorials and posts about DeepDiff can be found on <https://zepworks.com/tags/deepdiff/>
|
73 | 73 |
|
74 | 74 | ## A few Examples
|
75 | 75 |
|
76 |
| -> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.1/> for full documentation. |
| 76 | +> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.2/> for full documentation. |
77 | 77 |
|
78 | 78 | ### List difference ignoring order or duplicates
|
79 | 79 |
|
@@ -277,8 +277,8 @@ Example:
|
277 | 277 | ```
|
278 | 278 |
|
279 | 279 |
|
280 |
| -> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.1/diff.html) |
281 |
| -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
| 280 | +> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.2/diff.html) |
| 281 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/> |
282 | 282 |
|
283 | 283 |
|
284 | 284 | # Deep Search
|
@@ -310,17 +310,17 @@ And you can pass all the same kwargs as DeepSearch to grep too:
|
310 | 310 | {'matched_paths': {"root['somewhere']": 'around'}, 'matched_values': {"root['long']": 'somewhere'}}
|
311 | 311 | ```
|
312 | 312 |
|
313 |
| -> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.1/dsearch.html) |
314 |
| -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
| 313 | +> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.2/dsearch.html) |
| 314 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/> |
315 | 315 |
|
316 | 316 | # Deep Hash
|
317 | 317 | (New in v4-0-0)
|
318 | 318 |
|
319 | 319 | DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
|
320 | 320 | DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
|
321 | 321 |
|
322 |
| -> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.1/deephash.html) |
323 |
| -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
| 322 | +> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.2/deephash.html) |
| 323 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/> |
324 | 324 |
|
325 | 325 | Let's say you have a dictionary object.
|
326 | 326 |
|
@@ -368,8 +368,8 @@ Which you can write as:
|
368 | 368 | 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.
|
369 | 369 |
|
370 | 370 |
|
371 |
| -> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.1/deephash.html) |
372 |
| -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
| 371 | +> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.2/deephash.html) |
| 372 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.2/> |
373 | 373 |
|
374 | 374 |
|
375 | 375 | # Using DeepDiff in unit tests
|
@@ -449,11 +449,11 @@ Thank you!
|
449 | 449 |
|
450 | 450 | How to cite this library (APA style):
|
451 | 451 |
|
452 |
| - Dehpour, S. (2022). DeepDiff (Version 5.8.1) [Software]. Available from https://github.com/seperman/deepdiff. |
| 452 | + Dehpour, S. (2022). DeepDiff (Version 5.8.2) [Software]. Available from https://github.com/seperman/deepdiff. |
453 | 453 |
|
454 | 454 | How to cite this library (Chicago style):
|
455 | 455 |
|
456 |
| - Dehpour, Sep. 2022. DeepDiff (version 5.8.1). |
| 456 | + Dehpour, Sep. 2022. DeepDiff (version 5.8.2). |
457 | 457 |
|
458 | 458 | # Authors
|
459 | 459 |
|
|
0 commit comments