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.3
Release Notes
ilanschnell/bitarray (bitarray)
v2.9.3
Compare Source
v2.9.2
Compare Source
util.hex2ba()
andutil.base2ba()
by avoiding unnecessarycopies
util.base2ba()
andutil.ba2base()
forn=16
(hexadecimal)v2.9.1
Compare Source
functions of the
bitarray.util
module.count()
type hint in pyi-filev2.9.0
Compare Source
in bitarray version 3.0,
see roadmap
bitarray(n)
for integer initializern
will always return a bitarrayof length
n
with all items initialized to0
, see #212.count()
, #212util.ones()
.find()
and.index()
: add keyword argumentright
for 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.5
Compare Source
with builtin byte swap 64 when available) when bit-endianness and
machine byte-order are opposite
HAVE_BUILTIN_BSWAP64
to header(uint64_t *)
v2.8.4
Compare Source
copy_n()
(remove special cases), see #d2d6fd53and simplify
shift_r8()
v2.8.3
Compare Source
see #211
v2.8.2
Compare Source
pytest.ini
to 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.1
Compare Source
.reverse()
v2.8.0
Compare Source
see #204 (addresses #156 and #190)
see #205 (addresses #190)
.bytereverse()
docstring, see issue #202v2.7.6
Compare Source
v2.7.5
Compare Source
v2.7.4
Compare Source
bitarray
asabc.MutableSequence
, see #196https://github.com/actions/runner-images/issues/5583ues/5583
bitarray items, #192
v2.7.3
Compare Source
PyPy 3.7 and 3.8, see also #188
python setup.py test
bitcount_lookup[256]
tableutil.count_n()
error messagesutil
module tests from being run more than once in eachcall to
bitarray.test()
when called multiple times in the samePython process, see #6e52e49a
v2.7.2
Compare Source
__builtin_popcountll
whenavailable, see #187
popcount64()
tobitarray.h
- we assume now thatuint64_t
isalways available
v2.7.1
Compare Source
util.sc_encode()
v2.7.0
Compare 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.2
Compare Source
richcompare()
for opposite endiannessv2.6.1
Compare Source
richcompare()
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 was generated by Mend Renovate. View the repository job log.