Skip to content

DeepDiff 6 #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Aug 14, 2022
Merged

DeepDiff 6 #337

merged 19 commits into from
Aug 14, 2022

Conversation

seperman
Copy link
Owner

  • This is not a major upgrade of DeepDiff. The main reason to go to 6 is how we will be publishing it on pypi. It will be published under DeepDiff6.

jvacek and others added 17 commits April 29, 2022 15:49
Added python and deepdiff versions to bug template
This commit addresses two issues. First ensuring that the diff indexes
for moved items are always relative to t2 (except for removed)
to stay consistent with the rest of the diff types.

Second, when replaying moved items ensure that the new values is
replaced after adding the items. Since the moved items already have any
nested items inside of them, there is no need to replay those nested
added items (it was causing items to get double added).
Fix for diffing using iterable_compare_func with nested objects.
@codecov-commenter
Copy link

codecov-commenter commented Aug 14, 2022

Codecov Report

Merging #337 (b9f625a) into master (9486037) will decrease coverage by 0.02%.
The diff coverage is 96.87%.

@@            Coverage Diff             @@
##           master     #337      +/-   ##
==========================================
- Coverage   99.53%   99.50%   -0.03%     
==========================================
  Files          14       14              
  Lines        2988     3016      +28     
==========================================
+ Hits         2974     3001      +27     
- Misses         14       15       +1     
Impacted Files Coverage Δ
deepdiff/diff.py 99.86% <92.85%> (-0.14%) ⬇️
deepdiff/delta.py 100.00% <100.00%> (ø)
deepdiff/helper.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@seperman seperman merged commit 8d2c0ac into master Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants