|
1 | | -# DeepDiff v 5.8.0 |
| 1 | +# DeepDiff v 5.8.1 |
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.0/)** |
| 17 | +- **[Documentation](https://zepworks.com/deepdiff/5.8.1/)** |
18 | 18 |
|
19 | 19 | ## What is new? |
20 | 20 |
|
@@ -61,13 +61,13 @@ Note: if you want to use DeepDiff via commandline, make sure to run `pip install |
61 | 61 |
|
62 | 62 | DeepDiff gets the difference of 2 objects. |
63 | 63 |
|
64 | | -> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.0/diff.html) |
65 | | -> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.0/> |
| 64 | +> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.1/diff.html) |
| 65 | +> - The full documentation of all modules can be found on <https://zepworks.com/deepdiff/5.8.1/> |
66 | 66 | > - Tutorials and posts about DeepDiff can be found on <https://zepworks.com/tags/deepdiff/> |
67 | 67 |
|
68 | 68 | ## A few Examples |
69 | 69 |
|
70 | | -> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.0/> for full documentation. |
| 70 | +> Note: This is just a brief overview of what DeepDiff can do. Please visit <https://zepworks.com/deepdiff/5.8.1/> for full documentation. |
71 | 71 |
|
72 | 72 | ### List difference ignoring order or duplicates |
73 | 73 |
|
@@ -271,8 +271,8 @@ Example: |
271 | 271 | ``` |
272 | 272 |
|
273 | 273 |
|
274 | | -> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.0/diff.html) |
275 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
| 274 | +> - Please take a look at the [DeepDiff docs](https://zepworks.com/deepdiff/5.8.1/diff.html) |
| 275 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
276 | 276 |
|
277 | 277 |
|
278 | 278 | # Deep Search |
@@ -304,17 +304,17 @@ And you can pass all the same kwargs as DeepSearch to grep too: |
304 | 304 | {'matched_paths': {"root['somewhere']": 'around'}, 'matched_values': {"root['long']": 'somewhere'}} |
305 | 305 | ``` |
306 | 306 |
|
307 | | -> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.0/dsearch.html) |
308 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
| 307 | +> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.8.1/dsearch.html) |
| 308 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
309 | 309 |
|
310 | 310 | # Deep Hash |
311 | 311 | (New in v4-0-0) |
312 | 312 |
|
313 | 313 | DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable! |
314 | 314 | DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash. |
315 | 315 |
|
316 | | -> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.0/deephash.html) |
317 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
| 316 | +> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.1/deephash.html) |
| 317 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
318 | 318 |
|
319 | 319 | Let's say you have a dictionary object. |
320 | 320 |
|
@@ -362,8 +362,8 @@ Which you can write as: |
362 | 362 | 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. |
363 | 363 |
|
364 | 364 |
|
365 | | -> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.0/deephash.html) |
366 | | -> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.0/> |
| 365 | +> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.8.1/deephash.html) |
| 366 | +> - The full documentation can be found on <https://zepworks.com/deepdiff/5.8.1/> |
367 | 367 |
|
368 | 368 |
|
369 | 369 | # Using DeepDiff in unit tests |
@@ -443,11 +443,11 @@ Thank you! |
443 | 443 |
|
444 | 444 | How to cite this library (APA style): |
445 | 445 |
|
446 | | - Dehpour, S. (2022). DeepDiff (Version 5.8.0) [Software]. Available from https://github.com/seperman/deepdiff. |
| 446 | + Dehpour, S. (2022). DeepDiff (Version 5.8.1) [Software]. Available from https://github.com/seperman/deepdiff. |
447 | 447 |
|
448 | 448 | How to cite this library (Chicago style): |
449 | 449 |
|
450 | | - Dehpour, Sep. 2022. DeepDiff (version 5.8.0). |
| 450 | + Dehpour, Sep. 2022. DeepDiff (version 5.8.1). |
451 | 451 |
|
452 | 452 | # Authors |
453 | 453 |
|
|
0 commit comments