seperman / deepdiff

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.
http://zepworks.com
Other
2.03k stars 224 forks source link

Fixed #493 include_paths, when only certain keys are included #499

Closed jlaba closed 3 days ago

jlaba commented 3 weeks ago

Fixes #493 by checking if the key or a complete higher level is included. If only sibling keys of this level are included, this key is skipped.

seperman commented 1 week ago

@jlaba Awesome. I will review it shortly.