deepdiff icon indicating copy to clipboard operation
deepdiff copied to clipboard

DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.

Results 114 deepdiff issues
Sort by recently updated
recently updated
newest added

In my case, I need to check all unchanged values to see if they were empty (i.e. "") or non-empty (i.e. some number or string other than "") to implement...

Hi, Your package looks amazing, and so i am sorry if my question is dumb, but it would be really useful to understand how to consume keys, and perhaps you...

Please checkout the [F.A.Q](https://zepworks.com/deepdiff/current/faq.html) page before creating a bug ticket to make sure it is not already addressed. **Describe the bug** A `TypeError` is raised in `Delta` when using a...

**Describe the bug** The path for dictionary keys that are not Python literals is set to None. This causes issues when `exclude_regex_paths` is set. **To Reproduce** Run the following script:...

bug

**Describe the bug** With certain specific data, DeepDiff gives a wrong result (see below for more details). The issue seems to be related to repeated elements in the input, because...

**Describe the bug** Deepdiff 5.8.1 added support for comparing `@property` values, but when calling a `@property` getter raises an exception (for some reason), deepdiff doesn't perform a comparison. **To Reproduce**...

enhancement

Please checkout the [F.A.Q](https://zepworks.com/deepdiff/current/faq.html) page before creating a bug ticket to make sure it is not already addressed. **Describe the bug** When using the deepdiff library to discern the differences...

bug

**Is your feature request related to a problem? Please describe.** I have a dataset that looks like: ```json { "_links": { "self": { "href": "/accounts/036aa770-b6fe-11ed-b489-b625a1e46b37/messages" } }, "_embedded": { "messages":...

**Bug** When two arrays containing `nan` values are compared, the `max_diffs` flag is not working, when `ignore_nan_inequality` is set to `true`. My use case of deepdiff is to compare very...

I have a bug that I cannot resolve what is causing is it. Somewhere deep in my object I see that I have a file reference that I cannot resolve....