Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #912 +/- ##
=======================================
Coverage 54.45% 54.45%
=======================================
Files 33 33
Lines 3043 3043
=======================================
Hits 1657 1657
Misses 1386 1386 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0ba6264 to
a31516f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==2.2.1→==4.3.1Release Notes
corenting/immutabledict (immutabledict)
v4.3.1Compare Source
v4.3.0Compare Source
__new__overloads for type-safe constructor calls. Thanks to @mfigurnov for the PR.dictdue to the issue (which actually do preserve order on Python 3.7+, so the bug was not noticed). Thanks to @mfigurnov for the PR.v4.2.2Compare Source
No code changes.
v4.2.1Compare Source
v4.2.0Compare Source
discardmethod which return a new immutabledict without the item at the given key, if present. Thanks to @matthiasdiener for the PR #307v4.1.0Compare Source
v4.0.0Compare Source
__init__by__new__. Thanks to @spacether for the PR #263v3.0.0Compare Source
copy()(breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn't take any arguments (it behaves the same as a normaldict).v2.2.5Compare Source
dictforfromkeys()(instead of OrderedDict in ImmutableOrderedDict for example). Thanks to @cthoyt for the PR #234v2.2.4Compare Source
v2.2.3Compare Source
|=. Thanks to @ronshapiro for the PR #66v2.2.2Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.