Next | Query returned 44 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2022-01-10 19:23:54 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-bitarray: convert to egg.mk
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-09-13 10:39:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.3.4

2021-09-12   2.3.4:
-------------------
* Fix `util.ba2int()` for frozenbitarrays.  A bug was introduced in 2.3.0
  as `.tobytes()` no longer treats pad bits for read-only buffers as zero.
* add tests

2021-09-05   2.3.3:
-------------------
* improve some error messages
* add tests

2021-08-23   2.3.2:
-------------------
* fix slice assignment for shared buffer with offset case
* add tests (including internal debug mode tests for `buffers_overlap()`)

2021-08-20   2.3.1:
-------------------
* fix special shared buffer copy case
* add and improve tests
   2021-08-01 20:17:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.2.4

2.2.4:
* use shift operations to speedup all unaligned copy operations
* expose functionality to Python level only in debug mode for testing
* add and improve tests

2.2.3:
* speedup `repeat()`
* speedup shift operations
* optimize slice assignment with negative step, e.g.: `a[::-1] = 1`
* add tests

2.2.2:
* speedup slice assignment
* speedup bitwise operations
* optimize `getbit()` and `setbit()` in `bitarray.h`
* fix TypeError messages when bitarray or int (0, 1) are expected (bool
  is a subclass of int)
* add and improve tests
   2021-07-09 22:25:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.2.1

2.2.1:
* improve documentation
* speedup `vl_encode()`
* `bitarray.h`: make `getbit()` always an (inline) function
* add assertions in C code
   2021-07-05 10:22:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.2.0

2.2.0:
* add `bitarray.util.vl_encode()` and `bitarray.util.vl_decode()` which
  uses a [variable length bitarray format](variable_length.rst)
   2021-06-14 11:05:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.1.2

2.1.2:
* support type hinting for all Python 3 versions (that bitarray supports,
  3.5 and higher currently)
* add explicit endianness to two tests
   2021-06-13 19:29:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-bitarray: updated to 2.1.1

2.1.1:
* add type hinting (see PEP 484, 561) using stub (`.pyi`) files
* add tests
   2021-05-06 22:19:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-bitarray: updated to 2.1.0

2021-05-05   2.1.0:
-------------------
* add `.find()` method
* `.find()`, `.index()`, `.search()` and `.itersearch()` now all except
  both (sub-) bitarray as well as bool items to be searched for
* improve encode/decode error messages
* add [lexicographical  permutations example](../examples/lexico.py)
* add tests

2021-04-19   2.0.1:
-------------------
* update documentation
* improve some error messages

2021-04-14   2.0.0:
-------------------
* require more specific objects, int (0 or 1) or bool
* items are always returned as int 0 or 1
* remove `.length()` method (deprecated since 1.5.1 - use `len()`)
* in `.unpack()` the `one` argument now defaults to 0x01 (was 0xff)
* `.tolist()` now always returns a list of integers (0 or 1)
* fix frozenbitarray hash function
* fix frozenbitarray being mutable by `<<=` and `>>=`
* support sequence protocol in `.extend()` (and bitarray creation)
* improve OverflowError messages from `util.int2ba()`
* add [hexadecimal example](../examples/hexadecimal.py)

2021-04-10   1.9.2:
-------------------
* update pythoncapi_compat: Fix support with PyPy 3.7
* update readme

2021-04-05   1.9.1:
-------------------
* switch documentation from markdown to reStructuredText
* add tests

Next | Query returned 44 messages, browsing 31 to 40 | Previous