You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.0.1/dsearch.html)
293
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.1/>
292
+
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.0.2/dsearch.html)
293
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.2/>
294
294
295
295
# Deep Hash
296
296
(New in v4-0-0)
297
297
298
298
DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
299
299
DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
300
300
301
-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.0.1/deephash.html)
302
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.1/>
301
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.0.2/deephash.html)
302
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.2/>
303
303
304
304
Let's say you have a dictionary object.
305
305
@@ -347,8 +347,8 @@ Which you can write as:
347
347
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.
348
348
349
349
350
-
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.0.1/deephash.html)
351
-
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.1/>
350
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.0.2/deephash.html)
351
+
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.2/>
0 commit comments