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