issues
search
ilanschnell
/
bitarray
efficient arrays of booleans for Python
Other
716
stars
98
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
advice about implementation of arithmetic decoding
#224
arsserpentarium
opened
14 hours ago
0
TypeError: object of type 'bitarray.searchiterator' has no len()
#223
whu-lyh
closed
1 day ago
2
Ambiguous Prefix Code
#222
dborncamp
closed
1 week ago
1
Fix spelling in README
#221
JElchison
closed
3 weeks ago
1
No wheel for 3.13
#220
daveisfera
closed
4 weeks ago
5
3.0 release
#219
ilanschnell
closed
1 month ago
0
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
#218
dependabot[bot]
closed
2 months ago
0
3.0 release
#217
ilanschnell
closed
1 month ago
0
update code to py3.9 syntaxt using pyugrade
#216
kloczek
closed
8 months ago
7
2.9.2: pytest fails
#215
kloczek
closed
4 months ago
6
Feature request: hex2ba that outputs a bitarray of any size (size not a muliple of 8)
#214
panzerballett
closed
9 months ago
2
RFE: is it possible to start making github releases?🤔
#213
kloczek
closed
10 months ago
4
bitarray should be a subtype of frozenbitarray
#212
scott-griffiths
closed
2 weeks ago
9
ensure readonly attribute is handled correctly when creating new objects
#211
ilanschnell
closed
12 months ago
0
Phantom bit
#210
evglitvin
closed
12 months ago
1
segfault when on bitwise operation on int and bitarray
#209
tneele
closed
1 year ago
3
2.8.1: pytest is failing in 13 units
#208
kloczek
closed
1 year ago
9
Use reconstructor function for unpickling
#207
ilanschnell
closed
1 year ago
0
Constructor fed with iterable bytes starting with a leading 0x00-0x07 silently treats the bytes as a python pickle...
#206
manor
closed
1 month ago
4
Masked indexing
#205
ilanschnell
closed
1 year ago
0
allow indexing by list of indices
#204
ilanschnell
closed
1 year ago
0
Feature: Combined bytereverse and make_endian
#203
kitterma
closed
1 year ago
2
bytereverse documentation
#202
kitterma
closed
1 year ago
5
pickling frozenbitarray results in wrong hash
#201
ilanschnell
closed
1 year ago
1
Use Adler 32 hash function to speedup hash of frozenbitarray
#200
ilanschnell
closed
1 year ago
2
Byte-order swap on data type level
#199
postlund
closed
1 year ago
2
fix for pypy3.9-v7.3.11, see #188
#198
logicsys
closed
1 year ago
2
bitarray from buffer incorrectly labelled as readonly in PyPy
#197
scott-griffiths
closed
1 year ago
2
bitarray / frozenbitarray not registered as abc.MutableSequence / abc.Sequence
#196
scott-griffiths
closed
1 year ago
5
surpport of vectorized count_and()?
#195
Tenglon
opened
1 year ago
2
Problem creating bitarrays that share the same buffer
#194
scott-griffiths
closed
1 year ago
4
module 'bitarray' has no attribute 'util'
#193
Tenglon
closed
1 year ago
1
Type of single digit slice
#192
kitterma
closed
1 year ago
4
Feature: divide
#191
arsserpentarium
closed
1 year ago
2
Feature: masked slicing
#190
arsserpentarium
closed
1 year ago
6
popcount conflict
#189
0-wiz-0
closed
1 year ago
5
bitarray fails to install on PyPy3.9
#188
pjkundert
closed
1 year ago
9
speedup all count functionality by using popcount64
#187
ilanschnell
closed
1 year ago
0
Sparse bitarray compression
#186
ilanschnell
closed
1 year ago
1
Sparse compression
#185
ilanschnell
closed
1 year ago
1
Feature: using slicing/indexing following the endianness
#184
TheFausap
closed
1 year ago
3
Bit-packing can be more efficient
#183
timhuff
closed
1 year ago
1
Feature: bit-packing for ints; move data between ints and bytearray slices
#182
yonillasky
closed
1 year ago
3
Bitshift operations endian sensitive
#181
freesurfer-rge
closed
2 years ago
3
Cannot import any utility functions
#180
viralpandey
closed
2 years ago
4
Typo in iterable initializer description
#179
anderso
closed
2 years ago
1
wrong type annotation for canonical_decode()
#178
eyaler
closed
2 years ago
1
Reverse optimization
#177
bkille
closed
2 years ago
1
Add data descriptors
#176
ilanschnell
closed
2 years ago
1
Type hint bug for frozenbitarray?
#175
larstokle
opened
2 years ago
3
Next