This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
generated from communitiesuk/funding-service-design-TEMPLATE
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
November 29, 2024 08:24
baac507
to
8383eb6
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 2, 2024 10:01
8383eb6
to
d1f355a
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 3, 2024 11:08
d1f355a
to
2ae40d8
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 3, 2024 15:43
2ae40d8
to
8a692ba
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 4, 2024 08:44
8a692ba
to
4fbff92
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 4, 2024 08:45
4fbff92
to
ff226e2
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 4, 2024 09:24
ff226e2
to
14469f3
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 5, 2024 08:36
14469f3
to
8dc8c99
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 5, 2024 15:47
8dc8c99
to
45607cd
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 6, 2024 11:04
45607cd
to
eabc4b2
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 6, 2024 11:34
eabc4b2
to
3502d82
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 6, 2024 11:48
3502d82
to
116d12a
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 9, 2024 12:48
116d12a
to
dc11aaa
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 9, 2024 13:51
dc11aaa
to
1f0936b
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 9, 2024 14:09
1f0936b
to
5492a55
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 10, 2024 07:14
5492a55
to
fd5b581
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 11, 2024 08:39
fd5b581
to
10b0cac
Compare
renovate
bot
force-pushed
the
renovate/deepdiff-8.x
branch
from
December 11, 2024 08:47
10b0cac
to
bfb9b0c
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.0.1
->==8.0.1
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 settingthreshold_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 anew_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.ordered-set
and switched toorderly-set
. Theordered-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 asorderly-set
.use_log_scale:bool
andlog_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.iterable_compare_func
is used.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.
This PR was generated by Mend Renovate. View the repository job log.