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