Update dependency bitarray to v2.9.3#7
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/bitarray-2.x
branch
from
February 11, 2024 07:22
5127657 to
3efb6a9
Compare
renovate
Bot
force-pushed
the
renovate/bitarray-2.x
branch
from
October 10, 2024 22:28
3efb6a9 to
ada7777
Compare
renovate
Bot
force-pushed
the
renovate/bitarray-2.x
branch
from
July 16, 2026 19:43
ada7777 to
39d9341
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.6.0→==2.9.3Release Notes
ilanschnell/bitarray (bitarray)
v2.9.3Compare Source
v2.9.2Compare Source
util.hex2ba()andutil.base2ba()by avoiding unnecessarycopies
util.base2ba()andutil.ba2base()forn=16(hexadecimal)v2.9.1Compare Source
functions of the
bitarray.utilmodule.count()type hint in pyi-filev2.9.0Compare Source
in bitarray version 3.0,
see roadmap
bitarray(n)for integer initializernwill always return a bitarrayof length
nwith all items initialized to0, see #212.count(), #212util.ones().find()and.index(): add keyword argumentrightfor rightmost index.itersearch(): add start and stop argument, and keywordargument
right(for descending order - starting with rightmost match)util.rindex()(will be removed in 3.0 release),use
.index(..., right=True)insteadutil.make_endian()(will be removed in 3.0 release),use
bitarray(..., endian=...)insteadv2.8.5Compare Source
with builtin byte swap 64 when available) when bit-endianness and
machine byte-order are opposite
HAVE_BUILTIN_BSWAP64to header(uint64_t *)v2.8.4Compare Source
copy_n()(remove special cases), see #d2d6fd53and simplify
shift_r8()v2.8.3Compare Source
see #211
v2.8.2Compare Source
pytest.inito allow running pytest with no additional arguments,see #208
util.sc_encode(): avoid writing empty blocks at end of compressedstream, i.e. skip encoding when total population count is reached
v2.8.1Compare Source
.reverse()v2.8.0Compare Source
see #204 (addresses #156 and #190)
see #205 (addresses #190)
.bytereverse()docstring, see issue #202v2.7.6Compare Source
v2.7.5Compare Source
v2.7.4Compare Source
bitarrayasabc.MutableSequence, see #196actions/runner-images#5583
bitarray items, #192
v2.7.3Compare Source
PyPy 3.7 and 3.8, see also #188
python setup.py testbitcount_lookup[256]tableutil.count_n()error messagesutilmodule tests from being run more than once in eachcall to
bitarray.test()when called multiple times in the samePython process, see #6e52e49a
v2.7.2Compare Source
__builtin_popcountllwhenavailable, see #187
popcount64()tobitarray.h- we assume now thatuint64_tisalways available
v2.7.1Compare Source
util.sc_encode()v2.7.0Compare Source
util.sc_encode()andutil.sc_decode()forcompression of sparse bitarrays
util.any_and()util.intervals()hex2ba(),base2ba(),deserialize(),vl_decode(),zeros()dice, hamming, jaccard, kulczynski1, rogerstanimoto, russellrao,
sokalmichener, sokalsneath, yule
v2.6.2Compare Source
richcompare()for opposite endiannessv2.6.1Compare Source
richcompare()Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.