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