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