Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Update dependency deepdiff to v8 #270

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
deepdiff ==7.0.1 -> ==8.0.1 age adoption passing confidence

Release Notes

seperman/deepdiff (deepdiff)

v8.0.1

Compare Source

8.0.1 - extra import of numpy is removed

v8.0.0

Compare Source

With the introduction of threshold_to_diff_deeper, the values returned are different than in previous versions of DeepDiff. You can still get the older values by setting threshold_to_diff_deeper=0. However to signify that enough has changed in this release that the users need to update the parameters passed to DeepDiff, we will be doing a major version update.

  • use_enum_value=True makes it so when diffing enum, we use the enum's value. It makes it so comparing an enum to a string or any other value is not reported as a type change.
  • threshold_to_diff_deeper=float is a number between 0 and 1. When comparing dictionaries that have a small intersection of keys, we will report the dictionary as a new_value instead of reporting individual keys changed. If you set it to zero, you get the same results as DeepDiff 7.0.1 and earlier, which means this feature is disabled. The new default is 0.33 which means if less that one third of keys between dictionaries intersect, report it as a new object.
  • Deprecated ordered-set and switched to orderly-set. The ordered-set package was not being maintained anymore and starting Python 3.6, there were better options for sets that ordered. I forked one of the new implementations, modified it, and published it as orderly-set.
  • Added use_log_scale:bool and log_scale_similarity_threshold:float. They can be used to ignore small changes in numbers by comparing their differences in logarithmic space. This is different than ignoring the difference based on significant digits.
  • json serialization of reversed lists.
  • Fix for iterable moved items when iterable_compare_func is used.
  • Pandas and Polars support.

Configuration

📅 Schedule: Branch creation - "before 9am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from baac507 to 8383eb6 Compare November 29, 2024 08:24
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 8383eb6 to d1f355a Compare December 2, 2024 10:01
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from d1f355a to 2ae40d8 Compare December 3, 2024 11:08
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 2ae40d8 to 8a692ba Compare December 3, 2024 15:43
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 8a692ba to 4fbff92 Compare December 4, 2024 08:44
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 4fbff92 to ff226e2 Compare December 4, 2024 08:45
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from ff226e2 to 14469f3 Compare December 4, 2024 09:24
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 14469f3 to 8dc8c99 Compare December 5, 2024 08:36
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 8dc8c99 to 45607cd Compare December 5, 2024 15:47
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 45607cd to eabc4b2 Compare December 6, 2024 11:04
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from eabc4b2 to 3502d82 Compare December 6, 2024 11:34
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 3502d82 to 116d12a Compare December 6, 2024 11:48
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 116d12a to dc11aaa Compare December 9, 2024 12:48
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from dc11aaa to 1f0936b Compare December 9, 2024 13:51
@renovate renovate bot force-pushed the renovate/deepdiff-8.x branch from 1f0936b to 5492a55 Compare December 9, 2024 14:09
Copy link
Contributor Author

renovate bot commented Dec 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/deepdiff-8.x branch December 11, 2024 15:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant