-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update Rust crate fixedbitset to 0.5.7 #237
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
|
01d4ccd
to
d4ad4cf
Compare
d4ad4cf
to
cbbe19d
Compare
cbbe19d
to
5ee417f
Compare
5ee417f
to
30844a3
Compare
30844a3
to
d9911a0
Compare
d9911a0
to
03ecfa6
Compare
03ecfa6
to
7f50b08
Compare
7f50b08
to
58e60ec
Compare
58e60ec
to
14dc0c0
Compare
77518de
to
209143f
Compare
209143f
to
17fad3a
Compare
17fad3a
to
7ce8573
Compare
|
This PR contains the following updates:
0.4.2
->0.5.7
Release Notes
petgraph/fixedbitset (fixedbitset)
v0.5.7
Compare Source
Optimized the
Clone::clone_from
implementation to avoid allocations and redundant copies.v0.5.6
Compare Source
Fixed FixedBitset not implementing Send/Sync due to the stack size shrink.
v0.5.5
Compare Source
union_count
,intersection_count
,difference_count
,symmetric_difference_count
) by @james7132.compared to a Vec.
contains_any_in_range
,contains_all_in_range
,minimum
,maximum
,is_full
,count_zeroes
, andremove_range
.v0.5.4
Compare Source
#112: Fix undefined behavior in IntoOnes and setup testing with MIRI by @SkiFire13
v0.5.3
Compare Source
#109: Fix non-x86(_64) builds by @james7132
v0.5.2
Compare Source
v0.5.1
Compare Source
contains_unchecked
,insert_unchecked
,put_unchecked
,set_unchecked
,toggle_unchecked
,removed_unchecked
,copy_bit_unchecked
unsafe variants of the safe functions, by @james7132into_ones
which returns a owned iterator over the onevalues from a bitset, by @james7132.
DoubleEndedIterator
forUnion
,Intersection
,Difference
, andSymmetricDifference
, by @james7132.v0.5.0
Compare Source
symmetric difference) by using larger blocks internally, by @james7132.
FixedBitSet::remove
by @james7132.FixedBitSet::zeros
and theZeros
iterator by @james7132.FixedBitSet::grow_and_insert
function, anon-panicking version of
insert
that grows the underlying storage as need, by @shuoli84.Ones
now implementsDoubleEndedIterator
, by @tikhu.raw byte buffer. Existing stored instances of the serialized bitsets will need to be
re-encoded.
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 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.