Bitarray

Latest version: v2.9.2

Safety actively analyzes 627604 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 16

0.9.0

-------------------
* more efficient decode and iterdecode by using C-level binary tree
instead of a python one, 54
* added buffer protocol support for Python 3, 55
* fixed invalid pointer exceptions in pypy, 47
* made all examples Py3k compatible
* add gene sequence example
* add official Python 3.7 support
* drop Python 2.4, 3.1 and 3.2 support

0.8.3

-------------------
* add exception to setup.py when README.rst cannot be opened

0.8.2

-------------------
* add official Python 3.6 support (although it was already working)
* fix description of `fill()`, 52
* handle extending self correctly, 28
* `copy_n()`: fast copy with `memmove()` fixed, 43
* minor clarity/wording changes to README, 23

0.8.1

-------------------
* fix issue 10, i.e. `int(bitarray())` segfault
* added tests for using a bitarray object as an argument to functions
like int, long (on Python 2), float, list, tuple, dict

0.8.0

-------------------
* add Python 2.4 support
* add (module level) function bitdiff for calculating the difference
between two bitarrays

0.7.0

-------------------
* add iterdecode method (C level), which returns an iterator but is
otherwise like the decode method
* improve memory efficiency and speed of pickling large bitarray objects

Page 13 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.