Skip to content

Dev #230

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 9 commits into from
Feb 16, 2021
Merged

Dev #230

merged 9 commits into from
Feb 16, 2021

Conversation

seperman
Copy link
Owner

Retaining the order of multiple dictionary items added via Delta. Fixed the typo with yml files in deep cli.

wbsch and others added 6 commits February 12, 2021 20:54
- This alters the data structure used to determine dictionary
  items added (via storing the keys from `t1` and `t2` in
  OrderedSet objects)
- This also adds a unit test to verify that after applying a
  Delta with multiple dict items added, the added keys are not
  sorted, but are instead added to the resulting dictionary
  in the same insertion order as their source object (`t2`)
…dded

Retain the order of multiple dictionary items added via Delta
Fix .yml not being recognized by deep CLI
@codecov-io
Copy link

codecov-io commented Feb 16, 2021

Codecov Report

Merging #230 (085e239) into master (c6fa94f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files          13       13           
  Lines        2757     2760    +3     
=======================================
+ Hits         2747     2750    +3     
  Misses         10       10           
Impacted Files Coverage Δ
deepdiff/delta.py 100.00% <100.00%> (ø)
deepdiff/diff.py 100.00% <100.00%> (ø)
deepdiff/search.py 100.00% <100.00%> (ø)
deepdiff/serialization.py 97.83% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6fa94f...085e239. Read the comment docs.

@seperman
Copy link
Owner Author

v5-2-3: Retaining the order of multiple dictionary items added via Delta. Fixed the typo with yml files in deep cli. Fixing Grep RecursionError where using non UTF-8 character. Allowing kwargs to be passed to to_json method.

@seperman seperman merged commit ca3c115 into master Feb 16, 2021
@seperman seperman deleted the dev branch February 16, 2021 19:59
@seperman seperman restored the dev branch February 16, 2021 19:59
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.

4 participants