Package Release Info

python-BitVector-3.4.9-bp152.3.16

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-BitVector
python3-BitVector

Change Logs

Version: 3.4.9-bp151.1.1
* Mon Apr 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.4.9:
  * Version 3.4.9, in addition to implementing __iadd__, also includes a
    significantly faster implementation for __add__.  For extending a given
    instance of BitVector, the implementation for __iadd__ adds bits to the
    existing instance as opposed to creating a new instance.  These changes
    to the module should make it easier to solve larger problems more
    quickly with BitVector.
* Fri Aug 10 2018 tchvatal@suse.com
- Initial version, needed by python-raet